Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCostModel.cpp106 InstructionCost::getInvalid(), true); in print()
135 InstructionCost::getInvalid(), true); in run()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h214 return InstructionCost::getInvalid(); in getCommonMaskedMemoryOpCost()
727 return InstructionCost::getInvalid(); in getScalarizationOverhead()
754 return InstructionCost::getInvalid(); in getScalarizationOverhead()
907 return InstructionCost::getInvalid();
973 return InstructionCost::getInvalid();
982 return InstructionCost::getInvalid();
1121 return InstructionCost::getInvalid();
1339 return InstructionCost::getInvalid();
2244 return InstructionCost::getInvalid(); in getTreeReductionCost()
2321 return InstructionCost::getInvalid(); in getOrderedReductionCost()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DInstructionCost.h73 static InstructionCost getInvalid(CostType Val = 0) {
248 return getInvalid();
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h99 static constexpr DenormalMode getInvalid() { in getInvalid() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2516 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
2523 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
2541 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
2549 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
2580 return InstructionCost::getInvalid(); in getMemoryOpCost()
2588 return InstructionCost::getInvalid(); in getMemoryOpCost()
2970 return InstructionCost::getInvalid(); in getArithmeticReductionCostSVE()
2988 return InstructionCost::getInvalid(); in getArithmeticReductionCost()
3097 return InstructionCost::getInvalid(); in getSpliceCost()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h128 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
133 InstructionCost ScalarCost = InstructionCost::getInvalid(),
139 InstructionCost ScalarCost = InstructionCost::getInvalid());
148 InstructionCost ScalarCost = InstructionCost::getInvalid());
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp556 return InstructionCost::getInvalid(); in getSpecializationCost()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4463 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); in getDivRemSpeculationCost()
6381 return InstructionCost::getInvalid(); in getMemInstScalarizationCost()
6513 return InstructionCost::getInvalid(); in getInterleaveGroupCost()
6780 C = InstructionCost::getInvalid(); in getInstructionCost()
6791 return InstructionCost::getInvalid(); in getScalarizationOverhead()
6903 InstructionCost InterleaveCost = InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6921 : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
7074 return InstructionCost::getInvalid(); in getInstructionCost()
7220 if (getWideningCost(I, VF) == InstructionCost::getInvalid()) in getInstructionCost()
7221 return InstructionCost::getInvalid(); in getInstructionCost()
[all …]
H A DSLPVectorizer.cpp6703 return InstructionCost::getInvalid(); in getEntryCost()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp562 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp39 return InstructionCost::getInvalid(); in getLMULCost()