Searched refs:fastEmit_ri (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 347 virtual unsigned fastEmit_ri(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 363 /// \brief This method is a wrapper of fastEmit_ri. 366 /// fastEmit_ri. If that fails, it materializes the immediate into a register
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1632 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, function in class:FastISel 1649 /// This method is a wrapper of fastEmit_ri. It first tries to emit an 1650 /// instruction with an immediate operand using fastEmit_ri. 1672 unsigned ResultReg = fastEmit_ri(VT, VT, Opcode, Op0, Op0IsKill, Imm); 1966 return fastEmit_ri(VT, VT, ISD::AND, Op0, Op0IsKill, 1);
|
/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2557 ResultReg = fastEmit_ri(VT, VT, BaseOpc, LHSReg, LHSIsKill, 2880 fastEmit_ri(VT, VT, ISD::AND, ResultReg, hasTrivialKill(PrevVal), 1);
|
Completed in 115 milliseconds