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

References

include/llvm/CodeGen/BasicTTIImpl.h
  204     return getTLI()->allowsMisalignedMemoryAccesses(
  230     return getTLI()->isLegalAddImmediate(imm);
  234     return getTLI()->isLegalICmpImmediate(imm);
  245     return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
  250     EVT VT = getTLI()->getValueType(DL, Ty);
  251     return getTLI()->isIndexedLoadLegal(getISDIndexedMode(M), VT);
  256     EVT VT = getTLI()->getValueType(DL, Ty);
  257     return getTLI()->isIndexedStoreLegal(getISDIndexedMode(M), VT);
  271     return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
  275     return getTLI()->isTruncateFree(Ty1, Ty2);
  279     return getTLI()->isProfitableToHoist(I);
  285     EVT VT = getTLI()->getValueType(DL, Ty);
  286     return getTLI()->isTypeLegal(VT);
  295     if (getTLI()->isExtFree(I))
  300         if (getTLI()->isExtLoad(LI, I, DL))
  314       if (getTLI()->isCheapToSpeculateCttz())
  320       if (getTLI()->isCheapToSpeculateCtlz())
  338     const TargetLoweringBase *TLI = getTLI();
  386     const TargetLoweringBase *TLI = getTLI();
  392     const TargetLoweringBase *TLI = getTLI();
  405     const TargetLoweringBase *TLI = getTLI();
  413     const TargetLoweringBase *TLI = getTLI();
  629     const TargetLoweringBase *TLI = getTLI();
  689     const TargetLoweringBase *TLI = getTLI();
  827     const TargetLoweringBase *TLI = getTLI();
  867         getTLI()->getTypeLegalizationCost(DL, Val->getScalarType());
  876     std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(DL, Src);
  887       EVT MemVT = getTLI()->getValueType(DL, Src);
  889         LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
  891         LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
  930     MVT VecTyLT = getTLI()->getTypeLegalizationCost(DL, VecTy).second;
 1460     const TargetLoweringBase *TLI = getTLI();
 1551     std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(DL, Tp);