HomeSort by relevance Sort by last modified time
    Searched refs:TLI (Results 151 - 175 of 176) sorted by null

1 2 3 4 5 67 8

  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 73 const TargetLoweringBase *TLI;
269 TLI = ST.getTargetLowering();
    [all...]
TargetInstrInfo.cpp     [all...]
IfConversion.cpp 161 const TargetLoweringBase *TLI;
280 TLI = ST.getTargetLowering();
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 252 TLI->getPointerTy(CurDAG->getDataLayout()))
605 static_cast<const X86TargetLowering *>(TLI);
665 CurDAG->getExternalSymbol("__main", TLI->getPointerTy(DL)),
667 const TargetLowering &TLI = CurDAG->getTargetLoweringInfo();
668 std::pair<SDValue, SDValue> Result = TLI.LowerCallTo(CLI);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 83 static void ComputePTXValueVTs(const TargetLowering &TLI, const DataLayout &DL,
90 ComputeValueVTs(TLI, DL, Ty, TempVTs, &TempOffsets, StartingOffset);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 182 const TargetLowering *TLI;
289 const TargetLowering &getTargetLoweringInfo() const { return *TLI; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
InstCombineCompares.cpp 315 CompareRHS, DL, TLI);
    [all...]
InstCombineSelect.cpp 832 SimplifySelectInst(CondVal, TrueVal, FalseVal, DL, TLI, DT, AC))
    [all...]
InstCombineVectorOps.cpp 133 EI.getVectorOperand(), EI.getIndexOperand(), DL, TLI, DT, AC))
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 165 C = ConstantFoldConstantExpression(CE, DL, TLI);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 213 TLI = &P->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
228 const TargetLibraryInfo *TLI;
448 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1951 milliseconds

1 2 3 4 5 67 8