/third_party/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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/skia/third_party/externals/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 ==()
|
/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 ==()
|
/third_party/skia/third_party/externals/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 ==()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator-verifier.h | 210 enum ConstraintType { enum 227 ConstraintType type_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 103 TargetLowering::ConstraintType
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 112 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 76 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 95 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 478 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3856 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/ |
D | SystemZISelLowering.h | 444 TargetLowering::ConstraintType
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 7954 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/ |
D | HexagonISelLowering.h | 267 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 379 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 630 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 184 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/ |
D | ARMISelLowering.h | 423 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 770 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 797 ConstraintType getConstraintType(StringRef Constraint) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 980 ConstraintType getConstraintType(StringRef Constraint) const override;
|