Searched refs:FastEmit_i (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FastISel.h | 223 virtual unsigned FastEmit_i(MVT VT,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 164 Reg = FastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue()); in materializeRegForValue() 1027 unsigned FastISel::FastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in FastEmit_i() function in FastISel 1085 unsigned MaterialReg = FastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in FastEmit_ri_()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenFastISel.inc | 4894 unsigned FastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t imm0) {
|