Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/skia/third_party/externals/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 ==()
/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 ==()
/third_party/skia/third_party/externals/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 ==()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.h210 enum ConstraintType { enum
227 ConstraintType type_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h103 TargetLowering::ConstraintType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h112 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h95 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3856 enum ConstraintType { enum
3890 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member
3942 virtual ConstraintType getConstraintType(StringRef Constraint) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h444 TargetLowering::ConstraintType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7954 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in GetRegistersForValue()
8086 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
8087 OpInfo.ConstraintType == TargetLowering::C_Other) { in update()
8174 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm()
8212 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8218 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
8265 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
8360 if (OpInfo.ConstraintType == TargetLowering::C_Other && in visitInlineAsm()
8362 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
8364 if (OpInfo.ConstraintType == TargetLowering::C_Immediate || in visitInlineAsm()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h267 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h379 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h630 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp184 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h423 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h770 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h797 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h980 ConstraintType getConstraintType(StringRef Constraint) const override;

12