Home
last modified time | relevance | path

Searched refs:ConstraintType (Results 1 – 25 of 71) sorted by relevance

123

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DConstrainedFieldPosition.java27 private enum ConstraintType { enum in ConstrainedFieldPosition
67 private ConstraintType fConstraint;
95 fConstraint = ConstraintType.NONE; in reset()
133 fConstraint = ConstraintType.FIELD; in constrainField()
165 fConstraint = ConstraintType.CLASS; in constrainClass()
196 fConstraint = ConstraintType.VALUE; in constrainFieldAndValue()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DConstrainedFieldPosition.java27 private enum ConstraintType { enum in ConstrainedFieldPosition
67 private ConstraintType fConstraint;
91 fConstraint = ConstraintType.NONE; in reset()
128 fConstraint = ConstraintType.FIELD; in constrainField()
159 fConstraint = ConstraintType.CLASS; in constrainClass()
190 fConstraint = ConstraintType.VALUE; in constrainFieldAndValue()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h171 enum ConstraintType { Line, Distance, Point, None, Empty }; enum
173 virtual ConstraintType GetType() const = 0;
205 ConstraintType GetType() const final { return Line; } in GetType()
225 ConstraintType GetType() const final { return Distance; } in GetType()
241 ConstraintType GetType() const final { return Point; } in GetType()
257 ConstraintType GetType() const final { return None; } in GetType()
266 ConstraintType GetType() const final { return Empty; } in GetType()
Dloop_dependence_helpers.cpp486 if ((GetType() == ConstraintType::Distance && in operator ==()
487 other.GetType() == ConstraintType::Line) || in operator ==()
488 (GetType() == ConstraintType::Line && in operator ==()
489 other.GetType() == ConstraintType::Distance)) { in operator ==()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.h171 enum ConstraintType { Line, Distance, Point, None, Empty }; enum
173 virtual ConstraintType GetType() const = 0;
205 ConstraintType GetType() const final { return Line; } in GetType()
225 ConstraintType GetType() const final { return Distance; } in GetType()
241 ConstraintType GetType() const final { return Point; } in GetType()
257 ConstraintType GetType() const final { return None; } in GetType()
266 ConstraintType GetType() const final { return Empty; } in GetType()
Dloop_dependence_helpers.cpp484 if ((GetType() == ConstraintType::Distance && in operator ==()
485 other.GetType() == ConstraintType::Line) || in operator ==()
486 (GetType() == ConstraintType::Line && in operator ==()
487 other.GetType() == ConstraintType::Distance)) { in operator ==()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h171 enum ConstraintType { Line, Distance, Point, None, Empty }; enum
173 virtual ConstraintType GetType() const = 0;
205 ConstraintType GetType() const final { return Line; } in GetType()
225 ConstraintType GetType() const final { return Distance; } in GetType()
241 ConstraintType GetType() const final { return Point; } in GetType()
257 ConstraintType GetType() const final { return None; } in GetType()
266 ConstraintType GetType() const final { return Empty; } in GetType()
Dloop_dependence_helpers.cpp486 if ((GetType() == ConstraintType::Distance && in operator ==()
487 other.GetType() == ConstraintType::Line) || in operator ==()
488 (GetType() == ConstraintType::Line && in operator ==()
489 other.GetType() == ConstraintType::Distance)) { in operator ==()
/external/perfetto/src/trace_processor/prelude/table_functions/
Ddescendant.cc38 template <typename ChildTable, typename ParentTable, typename ConstraintType>
40 ConstraintType constraint_id, in ExtendWithStartId()
43 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId()
Dancestor.cc76 template <typename ChildTable, typename ConstraintType, typename ParentTable>
78 ConstraintType constraint_value, in ExtendWithStartId()
81 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp906 ConstraintType = SDTCisVT; in SDTypeConstraint()
912 ConstraintType = SDTCisPtrTy; in SDTypeConstraint()
914 ConstraintType = SDTCisInt; in SDTypeConstraint()
916 ConstraintType = SDTCisFP; in SDTypeConstraint()
918 ConstraintType = SDTCisVec; in SDTypeConstraint()
920 ConstraintType = SDTCisSameAs; in SDTypeConstraint()
923 ConstraintType = SDTCisVTSmallerThanOp; in SDTypeConstraint()
927 ConstraintType = SDTCisOpSmallerThanOp; in SDTypeConstraint()
931 ConstraintType = SDTCisEltOfVec; in SDTypeConstraint()
934 ConstraintType = SDTCisSubVecOfVec; in SDTypeConstraint()
[all …]
/external/llvm/lib/Target/AVR/
DAVRISelLowering.h99 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h100 TargetLowering::ConstraintType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h103 TargetLowering::ConstraintType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h112 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/llvm/include/llvm/Target/
DTargetLowering.h2799 enum ConstraintType { enum
2832 TargetLowering::ConstraintType ConstraintType; member
2853 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr), in AsmOperandInfo()
2886 virtual ConstraintType getConstraintType(StringRef Constraint) const;
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h155 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h80 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h95 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h211 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h475 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h406 TargetLowering::ConstraintType
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2221 TargetLowering::ConstraintType
2594 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
2707 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint()
2712 TargetLowering::ConstraintType CType = in ChooseConstraint()
2747 OpInfo.ConstraintType = BestType; in ChooseConstraint()
2760 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()
2780 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode); in ComputeConstraintToUse()

123