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/
H A 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/
H A 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/
H A Dloop_dependence.h171 enum ConstraintType { Line, Distance, Point, None, Empty }; enum in spvtools::opt::Constraint
173 virtual ConstraintType GetType() const = 0;
205 ConstraintType GetType() const final { return Line; }
225 ConstraintType GetType() const final { return Distance; }
241 ConstraintType GetType() const final { return Point; }
257 ConstraintType GetType() const final { return None; }
266 ConstraintType GetType() const final { return Empty; }
H A 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/
H A Dloop_dependence.h171 enum ConstraintType { Line, Distance, Point, None, Empty }; enum in spvtools::opt::Constraint
173 virtual ConstraintType GetType() const = 0;
205 ConstraintType GetType() const final { return Line; }
225 ConstraintType GetType() const final { return Distance; }
241 ConstraintType GetType() const final { return Point; }
257 ConstraintType GetType() const final { return None; }
266 ConstraintType GetType() const final { return Empty; }
H A 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/
H A Dloop_dependence.h171 enum ConstraintType { Line, Distance, Point, None, Empty }; enum in spvtools::opt::Constraint
173 virtual ConstraintType GetType() const = 0;
205 ConstraintType GetType() const final { return Line; }
225 ConstraintType GetType() const final { return Distance; }
241 ConstraintType GetType() const final { return Point; }
257 ConstraintType GetType() const final { return None; }
266 ConstraintType GetType() const final { return Empty; }
H A 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 ==()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.h210 enum ConstraintType { enum in v8::internal::compiler::final
227 ConstraintType type_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h112 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h103 TargetLowering::ConstraintType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h76 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h95 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h478 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3856 enum ConstraintType { enum in llvm::TargetLoweringBase::TargetLowering
3890 TargetLowering::ConstraintType ConstraintType = TargetLowering::C_Unknown; member
3934 /// AsmOperandInfo, setting OpInfo.ConstraintCode and OpInfo.ConstraintType.
3942 virtual ConstraintType getConstraintType(StringRef Constraint) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h379 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h267 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h444 TargetLowering::ConstraintType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
8171 // Compute the constraint code and ConstraintType to use. in visitInlineAsm()
8174 if (T.ConstraintType == TargetLowering::C_Immediate && in visitInlineAsm()
8209 // Compute the constraint code and ConstraintType to use. 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 in visitInlineAsm()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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/AArch64/
H A DAArch64ISelLowering.h770 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.h423 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.h630 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h797 ConstraintType getConstraintType(StringRef Constraint) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h980 ConstraintType getConstraintType(StringRef Constraint) const override;

Completed in 55 milliseconds

12