Searched refs:FastEmit_ri (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FastISel.h | 184 virtual unsigned FastEmit_ri(MVT VT,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1036 unsigned FastISel::FastEmit_ri(MVT, MVT, in FastEmit_ri() function in FastISel 1082 unsigned ResultReg = FastEmit_ri(VT, VT, Opcode, Op0, Op0IsKill, Imm); in FastEmit_ri_() 1312 return FastEmit_ri(VT, VT, ISD::AND, Op0, Op0IsKill, 1); in FastEmitZExtFromI1()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 1624 ArgReg = FastEmit_ri(ArgVT, ArgVT, ISD::AND, ArgReg, in DoSelectCall()
|
D | X86GenFastISel.inc | 4681 unsigned FastEmit_ri(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, bool Op0IsKill, uint64_t imm…
|