| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 74 static InstructionCost getInvalid(CostType Val = 0) { 244 return getInvalid();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 219 return InstructionCost::getInvalid(); 519 return InstructionCost::getInvalid(); in getScalingFactorCost() 879 return InstructionCost::getInvalid(); 930 return InstructionCost::getInvalid(); in getScalarizationOverhead() 1003 return std::make_pair(InstructionCost::getInvalid(), VT); in getTypeLegalizationCost() 1082 return InstructionCost::getInvalid(); 1166 return InstructionCost::getInvalid(); 1175 return InstructionCost::getInvalid(); 1314 return InstructionCost::getInvalid(); 1397 return InstructionCost::getInvalid(); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 167 return InstructionCost::getInvalid(); in getMemoryOpCost() 203 InstructionCost Invalid = InstructionCost::getInvalid(); in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 51 return InstructionCost::getInvalid(); in getRISCVInstructionCost() 309 return InstructionCost::getInvalid(); in getPartialReductionCost() 429 return InstructionCost::getInvalid(); in costShuffleViaSplitting() 488 return InstructionCost::getInvalid(); in costShuffleViaVRegSplitting() 501 return InstructionCost::getInvalid(); in costShuffleViaVRegSplitting() 547 return InstructionCost::getInvalid(); in costShuffleViaVRegSplitting() 555 return InstructionCost::getInvalid(); in getSlideCost() 561 return InstructionCost::getInvalid(); in getSlideCost() 566 return InstructionCost::getInvalid(); in getSlideCost() 578 return InstructionCost::getInvalid(); in getSlideCost() [all …]
|
| H A D | RISCVISelLowering.cpp | 2982 return InstructionCost::getInvalid(); in getLMULCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CostModel.cpp | 80 II->getIntrinsicID(), *II, InstructionCost::getInvalid(), in getCost()
|
| H A D | LoopCacheAnalysis.cpp | 354 return CacheCostTy::getInvalid(); in computeRefCost() 705 return CacheCostTy::getInvalid(); in computeLoopCacheCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 131 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); 137 InstructionCost ScalarCost = InstructionCost::getInvalid(), 143 InstructionCost ScalarCost = InstructionCost::getInvalid()); 152 InstructionCost ScalarCost = InstructionCost::getInvalid(),
|
| H A D | TargetTransformInfoImpl.h | 409 return InstructionCost::getInvalid(); in getScalingFactorCost() 660 return InstructionCost::getInvalid(); in getPartialReductionCost() 709 return InstructionCost::getInvalid(); in getAltInstrCost() 865 return InstructionCost::getInvalid(); 883 return InstructionCost::getInvalid(); in getIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 118 return InstructionCost::getInvalid();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FloatingPointMode.h | 106 static constexpr DenormalMode getInvalid() { in getInvalid() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 558 return InstructionCost::getInvalid(); in getHistogramCost() 565 return InstructionCost::getInvalid(); in getHistogramCost() 590 return InstructionCost::getInvalid(); in getIntrinsicInstrCost() 595 return InstructionCost::getInvalid(); in getIntrinsicInstrCost() 3929 return InstructionCost::getInvalid(); in getScalarizationOverhead() 3949 return InstructionCost::getInvalid(); in getArithmeticInstrCost() 4422 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost() 4427 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost() 4434 return InstructionCost::getInvalid(); in getMaskedMemoryOpCost() 4470 return InstructionCost::getInvalid(); in getGatherScatterOpCost() [all …]
|
| /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 | 1551 return InstructionCost::getInvalid(); in lowerDotProduct()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2648 InstructionCost::getInvalid(), TLI); in getVectorIntrinsicCost() 3012 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); in getDivRemSpeculationCost() 5157 return InstructionCost::getInvalid(); in getMemInstScalarizationCost() 5532 return InstructionCost::getInvalid(); in getScalarizationOverhead() 5615 getGatherScatterCost(&I, VF) : InstructionCost::getInvalid(); in setCostBasedWideningDecision() 5623 : InstructionCost::getInvalid(); in setCostBasedWideningDecision() 5649 InstructionCost InterleaveCost = InstructionCost::getInvalid(); in setCostBasedWideningDecision() 5667 : InstructionCost::getInvalid(); in setCostBasedWideningDecision() 5776 InstructionCost ScalarCost = InstructionCost::getInvalid(); in setVectorizedCallDecision() 5777 InstructionCost VectorCost = InstructionCost::getInvalid(); in setVectorizedCallDecision() [all …]
|
| H A D | VPlan.cpp | 863 return InstructionCost::getInvalid(); in cost() 1083 return InstructionCost::getInvalid(); in cost()
|
| H A D | VPlanRecipes.cpp | 971 return InstructionCost::getInvalid(); in computeCost() 1557 InstructionCost::getInvalid(), &Ctx.TLI); in computeCost()
|
| H A D | SLPVectorizer.cpp | 8973 auto LibCost = InstructionCost::getInvalid(); in getVectorCallCosts() 8993 IntrinsicCost = InstructionCost::getInvalid(); in getVectorCallCosts() 12942 return InstructionCost::getInvalid(); in getEntryCost() 12963 return InstructionCost::getInvalid(); in getEntryCost() 13126 return InstructionCost::getInvalid(); in getEntryCost() 22985 ScalarCost = InstructionCost::getInvalid(); in getReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 561 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 828 return DenormalMode::getInvalid(); in getDenormalModeF32Raw()
|
| H A D | Attributes.cpp | 2494 if (CallerModeF32 == DenormalMode::getInvalid()) in checkDenormMode() 2496 if (CalleeModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 5189 DenormalMode Mode = DenormalMode::getInvalid(); 5190 DenormalMode ModeF32 = DenormalMode::getInvalid();
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 2734 return InstructionCost::getInvalid(); in getScalingFactorCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1522 return InstructionCost::getInvalid(); in getAltInstrCost() 7121 return InstructionCost::getInvalid(); in getScalingFactorCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 8945 if (ModeF32 == DenormalMode::getInvalid()) in initialize()
|