HomeSort by: relevance | last modified time | path
    Searched refs:getInvalid (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
InstructionCost.h 54 static InstructionCost getInvalid(CostType Val = 0) {
208 return getInvalid();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FloatingPointMode.h 97 static constexpr DenormalMode getInvalid() {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 258 return InstructionCost::getInvalid(); // Disallow anything not explicitly
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 126 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
131 InstructionCost ScalarCost = InstructionCost::getInvalid());
136 InstructionCost ScalarCost = InstructionCost::getInvalid());
145 InstructionCost ScalarCost = InstructionCost::getInvalid());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 313 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1438 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
1488 return InstructionCost::getInvalid();
1907 return InstructionCost::getInvalid();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 6932 return InstructionCost::getInvalid();
7059 return InstructionCost::getInvalid();
7102 return InstructionCost::getInvalid();
7121 return InstructionCost::getInvalid();
7127 return InstructionCost::getInvalid();
7134 return InstructionCost::getInvalid();
7205 return I == RetI ? BaseCost : InstructionCost::getInvalid();
7261 return InstructionCost::getInvalid();
7337 InstructionCost InterleaveCost = InstructionCost::getInvalid();
7355 : InstructionCost::getInvalid();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1835 return ProfileCount::getInvalid();
1844 return ProfileCount::getInvalid();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 762 InstructionCost ScalarizationCost = InstructionCost::getInvalid();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 1602 return InstructionCost::getInvalid();

Completed in 30 milliseconds