HomeSort by relevance Sort by last modified time
    Searched refs:TLI (Results 51 - 69 of 69) sorted by null

1 23

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 48 const TargetLowering *TLI;
67 explicit SjLjEHPass(const TargetLowering *tli = NULL)
68 : FunctionPass(ID), TLI(tli) { }
95 FunctionPass *llvm::createSjLjEHPass(const TargetLowering *TLI) {
96 return new SjLjEHPass(TLI);
507 unsigned Align = 4; // FIXME: Should be a TLI check?
724 TLI->getTargetData()->getPrefTypeAlignment(FunctionContextTy);
    [all...]
MachineLICM.cpp 67 const TargetLowering *TLI;
317 TLI = TM->getTargetLowering();
677 RCId = TLI->getRepRegClassFor(VT)->getID();
678 RCCost = TLI->getRepRegClassCostFor(VT);
    [all...]
IfConversion.cpp 152 const TargetLowering *TLI;
261 TLI = MF.getTarget().getTargetLowering();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 452 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
476 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
623 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
644 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
820 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
834 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
879 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 62 bool isSigned, SDValue &Hi, const SPUTargetLowering &TLI) {
79 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
80 TLI.getPointerTy());
86 TLI.LowerCallTo(InChain, RetTy, isSigned, !isSigned, false, false,
87 0, TLI.getLibcallCallingConv(LC), false,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 289 // TLI - This is information that describes the available target features we
293 const TargetLowering &TLI;
336 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
ScheduleDAGSDNodes.cpp 71 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
77 SU->SchedulingPref = TLI.getSchedulingPreference(N);
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 107 return CurDAG->getRegister(GlobalBaseReg, TLI.getPointerTy()).getNode();
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 171 TLI.getPointerTy());
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 262 CurDAG->getTargetFrameIndex(AM.Base.FrameIndex, TLI.getPointerTy()) :
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 727 const TargetLibraryInfo &TLI = getAnalysis<TargetLibraryInfo>();
814 else if (TLI.has(LibFunc::memset_pattern16) &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 137 const TargetLowering &TLI;
204 const TargetLowering &getTargetLoweringInfo() const { return TLI; }
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 234 CurDAG->getTargetFrameIndex(AM.Base_FrameIndex, TLI.getPointerTy()) :
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 342 Base = CurDAG->getTargetFrameIndex(AM.Base.FrameIndex, TLI.getPointerTy());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 1143 milliseconds

1 23