/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 62 InstructionCost::getInvalid(), true);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 73 static InstructionCost getInvalid(CostType Val = 0) { 248 return getInvalid();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 217 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 D | AArch64TargetTransformInfo.cpp | 525 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 D | FloatingPointMode.h | 105 static constexpr DenormalMode getInvalid() { in getInvalid() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
|
H A D | LowerMatrixIntrinsics.cpp | 1369 return InstructionCost::getInvalid(); in lowerDotProduct()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 593 return InstructionCost::getInvalid(); in getAltInstrCost() 718 return InstructionCost::getInvalid(); 735 return InstructionCost::getInvalid(); in getIntrinsicInstrCost()
|
H A D | TargetTransformInfo.h | 130 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 D | LoopVectorize.cpp | 3400 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 D | VPlan.cpp | 805 return InstructionCost::getInvalid(); in cost()
|
H A D | SLPVectorizer.cpp | 9263 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 D | RISCVTargetTransformInfo.cpp | 44 return InstructionCost::getInvalid(); in getRISCVInstructionCost() 627 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost() 662 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
|
H A D | RISCVISelLowering.cpp | 2856 return InstructionCost::getInvalid(); in getLMULCost()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 2195 if (CallerModeF32 == DenormalMode::getInvalid()) in checkDenormMode() 2197 if (CalleeModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
|
H A D | Function.cpp | 811 return DenormalMode::getInvalid(); in getDenormalModeF32Raw()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 560 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 5128 DenormalMode Mode = DenormalMode::getInvalid(); 5129 DenormalMode ModeF32 = DenormalMode::getInvalid();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 1523 return InstructionCost::getInvalid(); in getAltInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 8884 if (ModeF32 == DenormalMode::getInvalid()) in initialize()
|