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 202 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
280 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
285 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
714 unsigned ResultReg = FastEmit_r(SrcVT.getSimpleVT(),
767 ResultReg = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(),
848 unsigned ResultReg = FastEmit_r(VT.getSimpleVT(), VT.getSimpleVT(),
862 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(),
874 ResultReg = FastEmit_r(IntVT.getSimpleVT(), VT.getSimpleVT(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 157 /// FastEmit_r - This method is called by target-independent code
164 /// FastEmit_r - This method is called by target-independent code
168 virtual unsigned FastEmit_r(MVT VT,
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 325 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
793 SrcReg = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Op,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1059 milliseconds