Searched refs:fastEmit_i (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 382 virtual unsigned fastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t Imm);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 215 Reg = fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue()); in materializeConstant() 1712 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() function in FastISel 1764 unsigned MaterialReg = fastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in fastEmit_ri_()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 340 return fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue()); in materializeInt() 1031 ResultReg = fastEmit_i(MVT::i64, MVT::i64, ISD::Constant, Offset); in simplifyAddress() 1489 unsigned CReg = fastEmit_i(VT, VT, ISD::Constant, Imm); in emitAdd_ri_() 2457 ResultReg = fastEmit_i(MVT::i32, MVT::i32, ISD::Constant, 1); in selectCmp() 4888 unsigned C = fastEmit_i(VT, VT, ISD::Constant, ElementSize); in selectGetElementPtr()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 114 unsigned fastEmit_i(MVT Ty, MVT RetTy, unsigned Opc, uint64_t Imm) override; 2265 unsigned PPCFastISel::fastEmit_i(MVT Ty, MVT VT, unsigned Opc, uint64_t Imm) { in fastEmit_i() function in PPCFastISel
|
D | PPCInstrInfo.td | 1434 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 509 ResultReg = fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue()); in ARMMaterializeInt()
|