Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp62 InstructionCost::getInvalid(), true);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h73 static InstructionCost getInvalid(CostType Val = 0) {
248 return getInvalid();
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h217 return InstructionCost::getInvalid();
775 return InstructionCost::getInvalid(); in getScalarizationOverhead()
802 return InstructionCost::getInvalid(); in getScalarizationOverhead()
876 return std::make_pair(InstructionCost::getInvalid(), VT); in getTypeLegalizationCost()
955 return InstructionCost::getInvalid();
1033 return InstructionCost::getInvalid();
1042 return InstructionCost::getInvalid();
1181 return InstructionCost::getInvalid();
1260 return InstructionCost::getInvalid();
1412 return InstructionCost::getInvalid();
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp525 return InstructionCost::getInvalid(); in getHistogramCost()
536 return InstructionCost::getInvalid(); in getHistogramCost()
551 return InstructionCost::getInvalid(); in getIntrinsicInstrCost()
556 return InstructionCost::getInvalid(); in getIntrinsicInstrCost()
3021 return InstructionCost::getInvalid(); in getScalarizationOverhead()
3041 return InstructionCost::getInvalid(); in getArithmeticInstrCost()
3351 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
3356 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
3363 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost()
3381 return InstructionCost::getInvalid(); in getGatherScatterOpCost()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h105 static constexpr DenormalMode getInvalid() { in getInvalid() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
H A DLowerMatrixIntrinsics.cpp1369 return InstructionCost::getInvalid(); in lowerDotProduct()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h593 return InstructionCost::getInvalid(); in getAltInstrCost()
718 return InstructionCost::getInvalid();
735 return InstructionCost::getInvalid(); in getIntrinsicInstrCost()
H A DTargetTransformInfo.h130 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
135 InstructionCost ScalarCost = InstructionCost::getInvalid(),
141 InstructionCost ScalarCost = InstructionCost::getInvalid());
150 InstructionCost ScalarCost = InstructionCost::getInvalid());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3400 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); in getDivRemSpeculationCost()
5566 return InstructionCost::getInvalid(); in getMemInstScalarizationCost()
5937 return InstructionCost::getInvalid(); in getScalarizationOverhead()
6016 getGatherScatterCost(&I, VF) : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6023 getUniformMemOpCost(&I, VF) : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6049 InstructionCost InterleaveCost = InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6067 : InstructionCost::getInvalid(); in setCostBasedWideningDecision()
6170 InstructionCost ScalarCost = InstructionCost::getInvalid(); in setVectorizedCallDecision()
6171 InstructionCost VectorCost = InstructionCost::getInvalid(); in setVectorizedCallDecision()
6172 InstructionCost IntrinsicCost = InstructionCost::getInvalid(); in setVectorizedCallDecision()
[all …]
H A DVPlan.cpp805 return InstructionCost::getInvalid(); in cost()
H A DSLPVectorizer.cpp9263 return InstructionCost::getInvalid(); in getEntryCost()
9281 return InstructionCost::getInvalid(); in getEntryCost()
17810 ScalarCost = InstructionCost::getInvalid(); in getReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp44 return InstructionCost::getInvalid(); in getRISCVInstructionCost()
627 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
662 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
H A DRISCVISelLowering.cpp2856 return InstructionCost::getInvalid(); in getLMULCost()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2195 if (CallerModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
2197 if (CalleeModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
H A DFunction.cpp811 return DenormalMode::getInvalid(); in getDenormalModeF32Raw()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp560 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5128 DenormalMode Mode = DenormalMode::getInvalid();
5129 DenormalMode ModeF32 = DenormalMode::getInvalid();
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1523 return InstructionCost::getInvalid(); in getAltInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8884 if (ModeF32 == DenormalMode::getInvalid()) in initialize()