HomeSort by relevance Sort by last modified time
    Searched refs:ConstraintType (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.h 171 enum ConstraintType { Line, Distance, Point, None, Empty };
173 virtual ConstraintType GetType() const = 0;
203 ConstraintType GetType() const final { return Line; }
223 ConstraintType GetType() const final { return Distance; }
239 ConstraintType GetType() const final { return Point; }
255 ConstraintType GetType() const final { return None; }
264 ConstraintType GetType() const final { return Empty; }
loop_dependence_helpers.cpp 486 if ((GetType() == ConstraintType::Distance &&
487 other.GetType() == ConstraintType::Line) ||
488 (GetType() == ConstraintType::Line &&
489 other.GetType() == ConstraintType::Distance)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.h 171 enum ConstraintType { Line, Distance, Point, None, Empty };
173 virtual ConstraintType GetType() const = 0;
203 ConstraintType GetType() const final { return Line; }
223 ConstraintType GetType() const final { return Distance; }
239 ConstraintType GetType() const final { return Point; }
255 ConstraintType GetType() const final { return None; }
264 ConstraintType GetType() const final { return Empty; }
loop_dependence_helpers.cpp 486 if ((GetType() == ConstraintType::Distance &&
487 other.GetType() == ConstraintType::Line) ||
488 (GetType() == ConstraintType::Line &&
489 other.GetType() == ConstraintType::Distance)) {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.h 42 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.h 65 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.h 90 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/v8/src/compiler/
register-allocator-verifier.h 179 enum ConstraintType {
197 ConstraintType type_;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 99 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 100 TargetLowering::ConstraintType
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.h 133 ConstraintType getConstraintType(const std::string &ConstraintLetter) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 165 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 97 TargetLowering::ConstraintType
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 171 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 71 TargetLowering::ConstraintType
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 155 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 80 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.h 111 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 100 TargetLowering::ConstraintType
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.h 80 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 906 ConstraintType = SDTCisVT;
912 ConstraintType = SDTCisPtrTy;
914 ConstraintType = SDTCisInt;
916 ConstraintType = SDTCisFP;
918 ConstraintType = SDTCisVec;
920 ConstraintType = SDTCisSameAs;
923 ConstraintType = SDTCisVTSmallerThanOp;
927 ConstraintType = SDTCisOpSmallerThanOp;
931 ConstraintType = SDTCisEltOfVec;
934 ConstraintType = SDTCisSubVecOfVec
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 211 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 134 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);

Completed in 374 milliseconds

1 2 3 4