| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 272 TCK_RecipThroughput, ///< Reciprocal throughput. enumerator 355 TargetCostKind CostKind = TTI::TCK_RecipThroughput) const; 1378 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, 1394 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const; 1406 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, int Index = 0, 1475 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, 1533 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, 1540 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, 1546 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const; 1559 Align Alignment, TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, [all …]
|
| H A D | TargetTransformInfoImpl.h | 769 if (Opcode == Instruction::PHI && CostKind != TTI::TCK_RecipThroughput) 819 CostKind != TTI::TCK_RecipThroughput) in getInsertExtractValueCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CostModel.cpp | 94 return TTI::TCK_RecipThroughput; in OutputCostKindToTargetCostKind() 117 getCost(Inst, TTI::TCK_RecipThroughput, TTI, TLI); in run()
|
| H A D | TargetTransformInfo.cpp | 277 assert((CostKind == TTI::TCK_RecipThroughput || Cost >= 0) && in getInstructionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 173 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost() 261 if (ValTy->isVectorTy() && CostKind == TTI::TCK_RecipThroughput) { in getCmpSelInstrCost() 277 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost() 312 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 596 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost() 633 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost() 654 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost() 671 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost() 788 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetTransformInfo.h | 68 if (ISD == ISD::ADD && CostKind == TTI::TCK_RecipThroughput)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Region.h | 28 constexpr static TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 401 TTI::TCK_RecipThroughput); in tryToFPToSat() 404 TTI::TCK_RecipThroughput); in tryToFPToSat() 408 TTI::TCK_RecipThroughput); in tryToFPToSat() 411 TTI::TCK_RecipThroughput); in tryToFPToSat() 414 TTI::TCK_RecipThroughput); in tryToFPToSat()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 388 0, TTI::TCK_RecipThroughput); in getUnrollingPreferences() 548 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost() 1093 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost() 1312 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 56 if ((CostKind != TTI::TCK_RecipThroughput) && (CostKind != TTI::TCK_Latency)) in getRISCVInstructionCost() 970 CostKind != TTI::TCK_RecipThroughput) in getMaskedMemoryOpCost() 1077 if (CostKind != TTI::TCK_RecipThroughput) in getGatherScatterOpCost() 1106 if (!IsLegal || CostKind != TTI::TCK_RecipThroughput) in getExpandCompressMemoryOpCost() 1166 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getCostOfKeepingLiveOverCall() 2011 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost() 2040 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost() 2199 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost() 2362 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 207 if (CostKind != TTI::TCK_RecipThroughput) in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 1601 TTI.getArithmeticInstrCost(Opc, OldType, TTI::TCK_RecipThroughput); in tryNarrowMathIfNoOverflow() 1604 TTI.getArithmeticInstrCost(Opc, NewType, TTI::TCK_RecipThroughput); in tryNarrowMathIfNoOverflow() 1614 TTI::TCK_RecipThroughput); in tryNarrowMathIfNoOverflow() 1618 TTI.getCastContextHint(I), TTI::TCK_RecipThroughput); in tryNarrowMathIfNoOverflow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 450 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) const override;
|
| H A D | AArch64TargetTransformInfo.cpp | 3076 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost() 3718 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost() 3720 assert(CostKind == TTI::TCK_RecipThroughput && "unexpected CostKind"); in getCFInstrCost() 3952 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost() 4366 if (CostKind == TTI::TCK_RecipThroughput && ValTy->isIntegerTy() && in getCmpSelInstrCost() 4530 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost() 4639 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in getCostOfKeepingLiveOverCall() 5410 if (CostKind != TTI::TCK_RecipThroughput) in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5717 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput, 5734 TTI::TCK_RecipThroughput, Index, Tp); 5799 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput) { in getExtractWithExtendCost() 5899 constexpr TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in isMaskedLoadCompress() 6202 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in canVectorizeLoads() 6924 Instruction::InsertElement, Ty, TTI::TCK_RecipThroughput, 0, in getReorderingData() 6927 Instruction::InsertElement, Ty, TTI::TCK_RecipThroughput, Idx, in getReorderingData() 8978 TTI->getCallInstrCost(nullptr, VecTy, ArgTys, TTI::TCK_RecipThroughput); in getVectorCallCosts() 8990 TTI->getIntrinsicInstrCost(CostAttrs, TTI::TCK_RecipThroughput); in getVectorCallCosts() 9720 constexpr TTI::TargetCostKind Kind = TTI::TCK_RecipThroughput; in canBuildSplitNode() [all …]
|
| H A D | VPlanTransforms.cpp | 2874 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in tryToMatchAndCreateExtendedReduction() 2924 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in tryToMatchAndCreateMulAccumulateReduction()
|
| H A D | LoopVectorize.cpp | 923 CostKind = F->hasMinSize() ? TTI::TCK_CodeSize : TTI::TCK_RecipThroughput; in LoopVectorizationCostModel() 6992 << (CM.CostKind == TTI::TCK_RecipThroughput in computeBestVF()
|
| H A D | VPlanRecipes.cpp | 2921 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput; in computeCost()
|
| H A D | VectorCombine.cpp | 3842 VectorCombine Combiner(F, TTI, DT, AA, AC, DL, TTI::TCK_RecipThroughput, in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1036 if (CostKind != TTI::TCK_RecipThroughput) 1373 if (CostKind != TTI::TCK_RecipThroughput) 1494 if (CostKind != TTI::TCK_RecipThroughput)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 487 if (CostKind == TTI::TCK_RecipThroughput && in getCFInstrCost() 508 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost() 1560 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1565 FixedVectorType::get(EltTy, 1), {}, TTI::TCK_RecipThroughput); in lowerDotProduct() 1587 FixedVectorType::get(EltTy, 1), {}, TTI::TCK_RecipThroughput); in lowerDotProduct()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 83 case TargetTransformInfo::TCK_RecipThroughput: in operator []() 1486 if (CostKind == TTI::TCK_RecipThroughput && LT.second.isVector() && in getArithmeticInstrCost() 3305 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost() 5230 if (CostKind != TTI::TCK_RecipThroughput) { in getMemoryOpCost() 5923 Instruction::LShr, ShiftTy, TTI::TCK_RecipThroughput, in getMinMaxReductionCost() 6137 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1988 : TargetTransformInfo::TCK_RecipThroughput; in isHighCostExpansionHelper()
|