Home
last modified time | relevance | path

Searched refs:TCK_RecipThroughput (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h86 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) {
94 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) {
102 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
158 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
216 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput);
222 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput);
H A DAMDGPUTargetTransformInfo.cpp525 return BaseT::getArithmeticInstrCost(Opcode, Ty, TTI::TCK_RecipThroughput, in getArithmeticInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp32 cl::init(TargetTransformInfo::TCK_RecipThroughput),
33 cl::values(clEnumValN(TargetTransformInfo::TCK_RecipThroughput,
61 return TTI->getInstructionCost(I, TargetTransformInfo::TCK_RecipThroughput); in getInstructionCost()
H A DTargetTransformInfo.cpp227 assert((CostKind == TTI::TCK_RecipThroughput || Cost >= 0) && in getUserCost()
1342 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getInstructionThroughput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp166 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
254 if (ValTy->isVectorTy() && CostKind == TTI::TCK_RecipThroughput) { in getCmpSelInstrCost()
269 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
299 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
H A DHexagonTargetTransformInfo.h145 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h211 TCK_RecipThroughput, ///< Reciprocal throughput. enumerator
228 case TCK_RecipThroughput: in getInstructionCost()
1046 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
1130 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
1142 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
1148 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
1161 Align Alignment, TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
1177 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
1195 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
1199 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
[all …]
H A DTargetTransformInfoImpl.h525 if (Opcode == Instruction::PHI && CostKind != TTI::TCK_RecipThroughput)
635 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const {
1081 return CostKind == TTI::TCK_RecipThroughput ? -1 : 1; in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h171 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
300 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput);
H A DAArch64TargetTransformInfo.cpp607 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
878 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getExtractWithExtendCost()
917 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost()
919 assert(CostKind == TTI::TCK_RecipThroughput && "unexpected CostKind"); in getCFInstrCost()
956 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
1103 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost()
1226 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
1292 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getCostOfKeepingLiveOverCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h93 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h85 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp977 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
1006 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost()
1023 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
1036 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost()
1124 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
H A DPPCTargetTransformInfo.h106 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp136 if (CostKind != TTI::TCK_RecipThroughput) in getGatherScatterOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp267 TTI::TCK_RecipThroughput); in getUnrollingPreferences()
391 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
877 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost()
1074 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
H A DSystemZTargetTransformInfo.h86 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp385 if (CostKind == TTI::TCK_RecipThroughput && in getCFInstrCost()
406 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
1226 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
1234 return ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) * LT.first; in getShuffleCost()
1239 ? ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) in getShuffleCost()
1392 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
H A DARMTargetTransformInfo.h230 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h123 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
H A DX86TargetTransformInfo.cpp183 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
1475 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
2165 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost()
3288 if (CostKind != TTI::TCK_RecipThroughput) { in getMemoryOpCost()
3893 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getMinMaxCost()
4066 Instruction::LShr, ShiftTy, TTI::TCK_RecipThroughput, in getMinMaxReductionCost()
4268 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost()
4361 TTI::TCK_RecipThroughput); in getGSVectorCost()
4378 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getGSScalarCost()
4418 if (CostKind != TTI::TCK_RecipThroughput) { in getGatherScatterOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h741 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
754 if (CostKind != TTI::TCK_RecipThroughput)
1010 TTI::TCK_RecipThroughput); in getExtractWithExtendCost()
1027 if (CostKind != TTI::TCK_RecipThroughput)
1087 if (CostKind != TTI::TCK_RecipThroughput)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3846 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::TCK_RecipThroughput); in getVectorCallCost()
3873 TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::TCK_RecipThroughput); in getVectorCallCost()
3907 TargetTransformInfo::TCK_RecipThroughput); in getVectorIntrinsicCost()
6813 TTI.getCFInstrCost(Instruction::PHI, TTI::TCK_RecipThroughput); in computePredInstDiscount()
6954 AS, TTI::TCK_RecipThroughput); in getMemInstScalarizationCost()
6972 Cost += TTI.getCFInstrCost(Instruction::Br, TTI::TCK_RecipThroughput); in getMemInstScalarizationCost()
6991 enum TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getConsecutiveMemOpCost()
7020 enum TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getUniformMemOpCost()
7050 TargetTransformInfo::TCK_RecipThroughput, I); in getGatherScatterCost()
7085 AS, TTI::TCK_RecipThroughput, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()
[all …]
H A DSLPVectorizer.cpp3524 TTI->getIntrinsicInstrCost(CostAttrs, TTI::TCK_RecipThroughput); in getVectorCallCosts()
3535 TTI::TCK_RecipThroughput); in getVectorCallCosts()
3604 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getEntryCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2386 : TargetTransformInfo::TCK_RecipThroughput; in isHighCostExpansionHelper()

12