Searched refs:fastEmit_i (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h382 virtual unsigned fastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t Imm);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp215 Reg = fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());
1712 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { function in class:FastISel
1764 unsigned MaterialReg = fastEmit_i(ImmType, ImmType, ISD::Constant, Imm);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp340 return fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());
1031 ResultReg = fastEmit_i(MVT::i64, MVT::i64, ISD::Constant, Offset);
1489 unsigned CReg = fastEmit_i(VT, VT, ISD::Constant, Imm);
2457 ResultReg = fastEmit_i(MVT::i32, MVT::i32, ISD::Constant, 1);
4888 unsigned C = fastEmit_i(VT, VT, ISD::Constant, ElementSize);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp114 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) { function in class:PPCFastISel
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp509 ResultReg = fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());

Completed in 1077 milliseconds