Home
last modified time | relevance | path

Searched refs:TargetTTI (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1144 auto *TargetTTI = static_cast<T *>(this); in getInstructionCost() local
1150 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
1175 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getInstructionCost()
1191 return TargetTTI->getGEPCost(GEP->getSourceElementType(), in getInstructionCost()
1235 return TargetTTI->getCastInstrCost( in getInstructionCost()
1280 return TargetTTI->getArithmeticInstrCost( in getInstructionCost()
1328 return TargetTTI->getShuffleCost( in getInstructionCost()
1342 return TargetTTI->getReplicationShuffleCost( in getInstructionCost()
1379 return TargetTTI->getShuffleCost( in getInstructionCost()
1412 auto *TargetTTI = static_cast<T *>(this); in isExpensiveToSpeculativelyExecute() local
[all …]