Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1358 auto *TargetTTI = static_cast<const T *>(this); in getInstructionCost() local
1364 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
1383 return TargetTTI->getIntrinsicInstrCost(CostAttrs, CostKind); in getInstructionCost()
1389 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getInstructionCost()
1394 return TargetTTI->getInsertExtractValueCost(Opcode, CostKind); in getInstructionCost()
1407 return TargetTTI->getGEPCost(GEP->getSourceElementType(), in getInstructionCost()
1434 return TargetTTI->getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info, in getInstructionCost()
1451 return TargetTTI->getCastInstrCost( in getInstructionCost()
1458 return TargetTTI->getMemoryOpCost(Opcode, ValTy, SI->getAlign(), in getInstructionCost()
1480 return TargetTTI->getMemoryOpCost(Opcode, LoadType, LI->getAlign(), in getInstructionCost()
[all …]