Home
last modified time | relevance | path

Searched refs:FastEmit_i (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h223 virtual unsigned FastEmit_i(MVT VT,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp164 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/
DX86GenFastISel.inc4894 unsigned FastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t imm0) {