Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h73 static InstructionCost getInvalid(CostType Val = 0) {
248 return getInvalid();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp62 InstructionCost::getInvalid(), true); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h214 return InstructionCost::getInvalid(); in getCommonMaskedMemoryOpCost()
762 return InstructionCost::getInvalid(); in getScalarizationOverhead()
789 return InstructionCost::getInvalid(); in getScalarizationOverhead()
942 return InstructionCost::getInvalid();
1019 return InstructionCost::getInvalid();
1028 return InstructionCost::getInvalid();
1167 return InstructionCost::getInvalid();
1385 return InstructionCost::getInvalid();
2375 return InstructionCost::getInvalid(); in getTreeReductionCost()
2452 return InstructionCost::getInvalid(); in getOrderedReductionCost()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h105 static constexpr DenormalMode getInvalid() { in getInvalid() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2772 return InstructionCost::getInvalid(); in getScalarizationOverhead()
3087 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
3094 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
3112 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
3116 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
3124 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
3155 return InstructionCost::getInvalid(); in getMemoryOpCost()
3242 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
3247 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
3579 return InstructionCost::getInvalid(); in getArithmeticReductionCostSVE()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6062 return InstructionCost::getInvalid(); in getMemInstScalarizationCost()
6457 C = InstructionCost::getInvalid(); in getInstructionCost()
6468 return InstructionCost::getInvalid(); in getScalarizationOverhead()
6598 : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6701 InstructionCost ScalarCost = InstructionCost::getInvalid(); in setVectorizedCallDecision()
6702 InstructionCost VectorCost = InstructionCost::getInvalid(); in setVectorizedCallDecision()
6913 return InstructionCost::getInvalid(); in getInstructionCost()
7008 InstructionCost VecCallCost = InstructionCost::getInvalid(); in getInstructionCost()
7079 if (getWideningCost(I, VF) == InstructionCost::getInvalid()) in getInstructionCost()
7080 return InstructionCost::getInvalid(); in getInstructionCost()
[all …]
H A DSLPVectorizer.cpp7747 return InstructionCost::getInvalid(); in getEntryCost()
7766 return InstructionCost::getInvalid(); in getEntryCost()
15110 ScalarCost = InstructionCost::getInvalid(); in getReductionCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h129 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
134 InstructionCost ScalarCost = InstructionCost::getInvalid(),
140 InstructionCost ScalarCost = InstructionCost::getInvalid());
149 InstructionCost ScalarCost = InstructionCost::getInvalid());
H A DTargetTransformInfoImpl.h572 return InstructionCost::getInvalid(); in getAltInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp42 return InstructionCost::getInvalid(); in getRISCVInstructionCost()
561 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
H A DRISCVISelLowering.cpp2684 return InstructionCost::getInvalid(); in getLMULCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2032 if (CallerModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
2034 if (CalleeModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
H A DFunction.cpp750 return DenormalMode::getInvalid(); in getDenormalModeF32Raw()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp560 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5135 DenormalMode Mode = DenormalMode::getInvalid();
5136 DenormalMode ModeF32 = DenormalMode::getInvalid();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1468 return InstructionCost::getInvalid(); in getAltInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8869 if (ModeF32 == DenormalMode::getInvalid()) in initialize()