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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 141 /// FastEmit_r - This method is called by target-independent code
148 /// FastEmit_r - This method is called by target-independent code
152 virtual unsigned FastEmit_r(MVT VT,
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 191 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
269 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
274 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
623 ResultReg = FastEmit_r(SrcVT.getSimpleVT(), MVT::i32, ISD::TRUNCATE,
626 ResultReg = FastEmit_r(SrcVT.getSimpleVT(), MVT::i32,
676 unsigned ResultReg = FastEmit_r(SrcVT.getSimpleVT(),
729 ResultReg = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(),
791 unsigned ResultReg = FastEmit_r(VT.getSimpleVT(), VT.getSimpleVT(),
805 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(),
817 ResultReg = FastEmit_r(IntVT.getSimpleVT(), VT.getSimpleVT()
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 310 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
758 SrcReg = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Op,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1061 milliseconds