Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DInstructionCost.h54 static InstructionCost getInvalid(CostType Val = 0) {
208 return getInvalid();
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFloatingPointMode.h97 static constexpr DenormalMode getInvalid() { in getInvalid() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h126 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
131 InstructionCost ScalarCost = InstructionCost::getInvalid());
136 InstructionCost ScalarCost = InstructionCost::getInvalid());
145 InstructionCost ScalarCost = InstructionCost::getInvalid());
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h313 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1438 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); in getIntrinsicInstrCost()
1488 return InstructionCost::getInvalid(); in getTypeBasedIntrinsicInstrCost()
1907 return InstructionCost::getInvalid(); in getTypeBasedIntrinsicInstrCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6932 return InstructionCost::getInvalid(); in getMemInstScalarizationCost()
7059 return InstructionCost::getInvalid(); in getInterleaveGroupCost()
7102 return InstructionCost::getInvalid(); in getReductionPatternCost()
7121 return InstructionCost::getInvalid(); in getReductionPatternCost()
7127 return InstructionCost::getInvalid(); in getReductionPatternCost()
7134 return InstructionCost::getInvalid(); in getReductionPatternCost()
7205 return I == RetI ? BaseCost : InstructionCost::getInvalid(); in getReductionPatternCost()
7261 return InstructionCost::getInvalid(); in getScalarizationOverhead()
7337 InstructionCost InterleaveCost = InstructionCost::getInvalid(); in setCostBasedWideningDecision()
7355 : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1835 return ProfileCount::getInvalid(); in getEntryCount()
1844 return ProfileCount::getInvalid(); in getEntryCount()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp762 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); in getIntrinsicInstrCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1602 return InstructionCost::getInvalid(); in getArithmeticReductionCostSVE()