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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 224 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
302 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
307 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
746 unsigned ResultReg = FastEmit_r(SrcVT.getSimpleVT(),
799 ResultReg = FastEmit_r(SrcVT, DstVT, ISD::BITCAST, Op0, Op0IsKill);
891 unsigned ResultReg = FastEmit_r(VT.getSimpleVT(), VT.getSimpleVT(),
905 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 174 /// FastEmit_r - This method is called by target-independent code
181 /// FastEmit_r - This method is called by target-independent code
185 virtual unsigned FastEmit_r(MVT VT,
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 329 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
799 SrcReg = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Op,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 45 milliseconds