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

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp62 InstructionCost::getInvalid(), true);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h73 static InstructionCost getInvalid(CostType Val = 0) { function in class:llvm::InstructionCost
248 return getInvalid();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h214 return InstructionCost::getInvalid();
762 return InstructionCost::getInvalid();
789 return InstructionCost::getInvalid();
863 return std::make_pair(InstructionCost::getInvalid(), VT);
942 return InstructionCost::getInvalid();
1019 return InstructionCost::getInvalid();
1028 return InstructionCost::getInvalid();
1167 return InstructionCost::getInvalid();
1246 return InstructionCost::getInvalid();
1385 return InstructionCost::getInvalid();
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h105 static constexpr DenormalMode getInvalid() { function in class:llvm::RoundingMode
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp258 return InstructionCost::getInvalid(); // Disallow anything not explicitly
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2772 return InstructionCost::getInvalid();
3087 return InstructionCost::getInvalid();
3094 return InstructionCost::getInvalid();
3112 return InstructionCost::getInvalid();
3116 return InstructionCost::getInvalid();
3124 return InstructionCost::getInvalid();
3155 return InstructionCost::getInvalid();
3163 return InstructionCost::getInvalid();
3242 return InstructionCost::getInvalid();
3247 return InstructionCost::getInvalid();
[all...]
/freebsd-current/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();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4048 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
6062 return InstructionCost::getInvalid();
6457 C = InstructionCost::getInvalid();
6468 return InstructionCost::getInvalid();
6547 getGatherScatterCost(&I, VF) : InstructionCost::getInvalid();
6554 getUniformMemOpCost(&I, VF) : InstructionCost::getInvalid();
6580 InstructionCost InterleaveCost = InstructionCost::getInvalid();
6598 : InstructionCost::getInvalid();
6701 InstructionCost ScalarCost = InstructionCost::getInvalid();
6702 InstructionCost VectorCost = InstructionCost::getInvalid();
[all...]
H A DSLPVectorizer.cpp7747 return InstructionCost::getInvalid();
7766 return InstructionCost::getInvalid();
15110 ScalarCost = InstructionCost::getInvalid();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp42 return InstructionCost::getInvalid();
430 // TODO: Most of these cases will return getInvalid in generic code, and
561 return InstructionCost::getInvalid();
H A DRISCVISelLowering.cpp2684 return InstructionCost::getInvalid();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp560 return InstructionCost::getInvalid();
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2032 if (CallerModeF32 == DenormalMode::getInvalid())
2034 if (CalleeModeF32 == DenormalMode::getInvalid())
H A DFunction.cpp750 return DenormalMode::getInvalid();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5135 DenormalMode Mode = DenormalMode::getInvalid();
5136 DenormalMode ModeF32 = DenormalMode::getInvalid();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1468 return InstructionCost::getInvalid();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8869 if (ModeF32 == DenormalMode::getInvalid())

Completed in 467 milliseconds