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

References

lib/Target/ARM/ARMTargetTransformInfo.cpp
  150   int ISD = TLI->InstructionOpcodeToISD(Opcode);
  163     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src);
  168   EVT SrcTy = TLI->getValueType(DL, Src);
  169   EVT DstTy = TLI->getValueType(DL, Dst);
  444   int ISD = TLI->InstructionOpcodeToISD(Opcode);
  454     EVT SelCondTy = TLI->getValueType(DL, CondTy);
  455     EVT SelValTy = TLI->getValueType(DL, ValTy);
  463     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy);
  532   const unsigned Limit = TLI->getMaxStoresPerMemmove(F->hasMinSize());
  567       std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp);
  589       std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp);
  614       std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp);
  630       std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp);
  648   int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode);
  649   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty);
  723   if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second))
  741   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src);
  769   if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits &&
  778         TLI->isLegalInterleavedAccessType(SubVecTy, DL))
  779       return Factor * TLI->getNumInterleavedAccesses(SubVecTy, DL);
lib/Target/ARM/ARMTargetTransformInfo.h
   84   const ARMTargetLowering *getTLI() const { return TLI; }