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 369 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1,
405 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0,
471 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
490 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
500 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
518 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
531 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
867 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR,
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 214 /// FastEmit_ri_ - This method is a wrapper of FastEmit_ri. It first tries
218 unsigned FastEmit_ri_(MVT VT,
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 39 milliseconds