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

  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCISelDAGToDAG.cpp 611 EVT PtrVT = CurDAG->getTargetLoweringInfo().getPointerTy();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 78 DAG(dag), TLI(dag.getTargetLoweringInfo()), Changed(false) {}
SelectionDAGBuilder.h 337 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
SelectionDAGDumper.cpp 46 const TargetLowering &TLI = G->getTargetLoweringInfo();
ScheduleDAGSDNodes.cpp 79 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
LegalizeTypes.h 120 : TLI(dag.getTargetLoweringInfo()), DAG(dag),
    [all...]
SelectionDAGBuilder.cpp 105 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
221 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
334 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
448 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
654 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
739 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
    [all...]
DAGCombiner.cpp 301 : DAG(D), TLI(D.getTargetLoweringInfo()), Level(BeforeLegalizeTypes),
473 DAG.getTargetLoweringInfo(),
503 DAG.getTargetLoweringInfo(),
    [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp 206 : TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 561 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
772 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 206 const TargetLowering &getTargetLoweringInfo() const { return TLI; }
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2414 milliseconds