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

  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCISelDAGToDAG.cpp 613 EVT PtrVT = CurDAG->getTargetLoweringInfo().getPointerTy();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 78 DAG(dag), TLI(dag.getTargetLoweringInfo()), Changed(false) {}
SelectionDAGBuilder.h 336 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
LegalizeTypes.h 120 : TLI(dag.getTargetLoweringInfo()), DAG(dag),
    [all...]
ScheduleDAGSDNodes.cpp 71 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
SelectionDAGBuilder.cpp 105 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
222 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
335 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
443 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
649 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
734 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
786 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
    [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp 282 : DAG(D), TLI(D.getTargetLoweringInfo()), Level(Unrestricted),
    [all...]
LegalizeDAG.cpp 193 : TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 561 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
771 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 204 const TargetLowering &getTargetLoweringInfo() const { return TLI; }
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 84 milliseconds