/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ConstrainedFieldPosition.java | 27 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/ |
D | ConstrainedFieldPosition.java | 27 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/ |
D | loop_dependence.h | 171 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()
|
D | loop_dependence_helpers.cpp | 486 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/ |
D | loop_dependence.h | 171 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()
|
D | loop_dependence_helpers.cpp | 484 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/ |
D | loop_dependence.h | 171 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()
|
D | loop_dependence_helpers.cpp | 486 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/ |
D | descendant.cc | 38 template <typename ChildTable, typename ParentTable, typename ConstraintType> 40 ConstraintType constraint_id, in ExtendWithStartId() 43 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId()
|
D | ancestor.cc | 76 template <typename ChildTable, typename ConstraintType, typename ParentTable> 78 ConstraintType constraint_value, in ExtendWithStartId() 81 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 906 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/ |
D | AVRISelLowering.h | 99 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 100 TargetLowering::ConstraintType
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 103 TargetLowering::ConstraintType
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 112 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2799 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/ |
D | SIISelLowering.h | 155 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 80 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 76 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 95 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 211 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 475 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 478 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 406 TargetLowering::ConstraintType
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2221 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()
|