Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DInstructionCostTest.cpp35 InstructionCost IThreeA = InstructionCost::getInvalid(3); in TEST_F()
36 InstructionCost IThreeB = InstructionCost::getInvalid(3); in TEST_F()
37 InstructionCost ITwo = InstructionCost::getInvalid(2); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCostModel.cpp114 InstructionCost::getInvalid(), true); in print()
142 InstructionCost::getInvalid(), true); in run()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DInstructionCost.h73 static InstructionCost getInvalid(CostType Val = 0) {
248 return getInvalid();
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h200 return InstructionCost::getInvalid(); in getCommonMaskedMemoryOpCost()
707 return InstructionCost::getInvalid(); in getScalarizationOverhead()
731 return InstructionCost::getInvalid(); in getScalarizationOverhead()
846 return InstructionCost::getInvalid();
908 return InstructionCost::getInvalid();
917 return InstructionCost::getInvalid();
1058 return InstructionCost::getInvalid();
1258 return InstructionCost::getInvalid();
2157 return InstructionCost::getInvalid(); in getTreeReductionCost()
2232 return InstructionCost::getInvalid(); in getOrderedReductionCost()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h99 static constexpr DenormalMode getInvalid() { in getInvalid() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DFloatingPointMode.cpp125 DenormalMode::getInvalid()); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2212 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
2219 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
2237 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
2245 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
2274 return InstructionCost::getInvalid(); in getMemoryOpCost()
2282 return InstructionCost::getInvalid(); in getMemoryOpCost()
2660 return InstructionCost::getInvalid(); in getArithmeticReductionCostSVE()
2678 return InstructionCost::getInvalid(); in getArithmeticReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h127 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
132 InstructionCost ScalarCost = InstructionCost::getInvalid(),
138 InstructionCost ScalarCost = InstructionCost::getInvalid());
147 InstructionCost ScalarCost = InstructionCost::getInvalid());
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6306 return InstructionCost::getInvalid(); in getMemInstScalarizationCost()
6435 return InstructionCost::getInvalid(); in getInterleaveGroupCost()
6703 C = InstructionCost::getInvalid(); in getInstructionCost()
6715 return InstructionCost::getInvalid(); in getScalarizationOverhead()
6782 InstructionCost::getInvalid()); in setCostBasedWideningDecision()
6808 InstructionCost InterleaveCost = InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6826 : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6979 return InstructionCost::getInvalid(); in getInstructionCost()
7145 if (getWideningCost(I, VF) == InstructionCost::getInvalid()) in getInstructionCost()
7146 return InstructionCost::getInvalid(); in getInstructionCost()
[all …]
H A DSLPVectorizer.cpp5919 return InstructionCost::getInvalid(); in getEntryCost()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp957 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1863 return std::make_pair(InstructionCost::getInvalid(), VT); in getTypeLegalizationCost()