Searched refs:FastEmit_ri_ (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 351 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1, in SelectBinaryOp() 380 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0, in SelectBinaryOp() 442 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT); in SelectGetElementPtr() 457 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT); in SelectGetElementPtr() 475 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT); in SelectGetElementPtr() 822 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR, in SelectFNeg() 1062 unsigned FastISel::FastEmit_ri_(MVT VT, unsigned Opcode, in FastEmit_ri_() function in FastISel
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FastISel.h | 215 unsigned FastEmit_ri_(MVT VT,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 872 Addr.Base.Reg = FastEmit_ri_(MVT::i32, ISD::ADD, Addr.Base.Reg, in ARMSimplifyAddress()
|