/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.h | 86 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 D | AMDGPUTargetTransformInfo.cpp | 525 return BaseT::getArithmeticInstrCost(Opcode, Ty, TTI::TCK_RecipThroughput, in getArithmeticInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 32 cl::init(TargetTransformInfo::TCK_RecipThroughput), 33 cl::values(clEnumValN(TargetTransformInfo::TCK_RecipThroughput, 61 return TTI->getInstructionCost(I, TargetTransformInfo::TCK_RecipThroughput); in getInstructionCost()
|
H A D | TargetTransformInfo.cpp | 227 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 D | HexagonTargetTransformInfo.cpp | 166 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 D | HexagonTargetTransformInfo.h | 145 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 211 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 D | TargetTransformInfoImpl.h | 525 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 D | AArch64TargetTransformInfo.h | 171 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, 300 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput);
|
H A D | AArch64TargetTransformInfo.cpp | 607 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 D | NVPTXTargetTransformInfo.h | 93 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 85 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 977 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 D | PPCTargetTransformInfo.h | 106 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 136 if (CostKind != TTI::TCK_RecipThroughput) in getGatherScatterOpCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 267 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 D | SystemZTargetTransformInfo.h | 86 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 385 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 D | ARMTargetTransformInfo.h | 230 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 123 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
|
H A D | X86TargetTransformInfo.cpp | 183 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 D | BasicTTIImpl.h | 741 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 D | LoopVectorize.cpp | 3846 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 D | SLPVectorizer.cpp | 3524 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 D | ScalarEvolutionExpander.cpp | 2386 : TargetTransformInfo::TCK_RecipThroughput; in isHighCostExpansionHelper()
|