HomeSort by relevance Sort by last modified time
    Searched refs:FastEmit_ri_ (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 391 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1,
427 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0,
493 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
512 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
522 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
540 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
553 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
910 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR,
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 231 /// FastEmit_ri_ - This method is a wrapper of FastEmit_ri. It first tries
235 unsigned FastEmit_ri_(MVT VT,
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 2835 milliseconds