| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 73 static InstructionCost getInvalid(CostType Val = 0) { 248 return getInvalid();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CostModel.cpp | 62 InstructionCost::getInvalid(), true); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 214 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 D | FloatingPointMode.h | 105 static constexpr DenormalMode getInvalid() { in getInvalid() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 258 return InstructionCost::getInvalid(); // Disallow anything not explicitly in ComputeSpeculationCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2772 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 D | LoopVectorize.cpp | 6062 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 D | SLPVectorizer.cpp | 7747 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 D | TargetTransformInfo.h | 129 InstructionCost ScalarizationCost = InstructionCost::getInvalid(); 134 InstructionCost ScalarCost = InstructionCost::getInvalid(), 140 InstructionCost ScalarCost = InstructionCost::getInvalid()); 149 InstructionCost ScalarCost = InstructionCost::getInvalid());
|
| H A D | TargetTransformInfoImpl.h | 572 return InstructionCost::getInvalid(); in getAltInstrCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 42 return InstructionCost::getInvalid(); in getRISCVInstructionCost() 561 return InstructionCost::getInvalid(); in getInterleavedMemoryOpCost()
|
| H A D | RISCVISelLowering.cpp | 2684 return InstructionCost::getInvalid(); in getLMULCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2032 if (CallerModeF32 == DenormalMode::getInvalid()) in checkDenormMode() 2034 if (CalleeModeF32 == DenormalMode::getInvalid()) in checkDenormMode()
|
| H A D | Function.cpp | 750 return DenormalMode::getInvalid(); in getDenormalModeF32Raw()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 560 return InstructionCost::getInvalid(); in vectorCostAdjustmentFactor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 5135 DenormalMode Mode = DenormalMode::getInvalid(); 5136 DenormalMode ModeF32 = DenormalMode::getInvalid();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1468 return InstructionCost::getInvalid(); in getAltInstrCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 8869 if (ModeF32 == DenormalMode::getInvalid()) in initialize()
|