reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86TargetTransformInfo.cpp
  179   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty);
  181   int ISD = TLI->InstructionOpcodeToISD(Opcode);
  892   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp);
  910     std::pair<int, MVT> SubLT = TLI->getTypeLegalizationCost(DL, SubTp);
 1274   int ISD = TLI->InstructionOpcodeToISD(Opcode);
 1627   std::pair<int, MVT> LTSrc = TLI->getTypeLegalizationCost(DL, Src);
 1628   std::pair<int, MVT> LTDest = TLI->getTypeLegalizationCost(DL, Dst);
 1636   EVT SrcTy = TLI->getValueType(DL, Src);
 1637   EVT DstTy = TLI->getValueType(DL, Dst);
 1649   if (TLI->getTypeAction(SimpleSrcTy) != TargetLowering::TypeSplitVector &&
 1650       TLI->getTypeAction(SimpleDstTy) != TargetLowering::TypeSplitVector) {
 1697   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy);
 1701   int ISD = TLI->InstructionOpcodeToISD(Opcode);
 2198     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, OpTy);
 2353     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, RetTy);
 2383     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Val);
 2436   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src);
 2483   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, SrcVTy);
 2484   auto VT = TLI->getValueType(DL, SrcVTy);
 2588   int ISD = TLI->InstructionOpcodeToISD(Opcode);
 2594   EVT VT = TLI->getValueType(DL, ValTy);
 2616   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy);
 2685   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy);
 3152   std::pair<int, MVT> IdxsLT = TLI->getTypeLegalizationCost(DL, IndexVTy);
 3153   std::pair<int, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, SrcVTy);
 3398   EVT VT = TLI->getValueType(DL, DataType);
 3399   return TLI->isOperationLegal(IsSigned ? ISD::SDIVREM : ISD::UDIVREM, VT);
 3440   Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize);
 3528   EVT ETy = TLI->getValueType(DL, VT);
lib/Target/X86/X86TargetTransformInfo.h
   36   const X86TargetLowering *getTLI() const { return TLI; }