/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 168 class Constraint { class 170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function in spvtools::opt::Constraint 175 virtual ~Constraint() {} in ~Constraint() 180 bool operator==(const Constraint& other) const; 182 bool operator!=(const Constraint& other) const; 200 class DependenceLine : public Constraint { 203 : Constraint(loop), a_(a), b_(b), c_(c) {} in DependenceLine() 220 class DependenceDistance : public Constraint { 223 : Constraint(loop), distance_(distance) {} in DependenceDistance() 236 class DependencePoint : public Constraint { [all...] |
H A D | loop_dependence.cpp | 1185 Constraint* LoopDependenceAnalysis::IntersectConstraints( in IntersectConstraints() 1186 Constraint* constraint_0, Constraint* constraint_1, in IntersectConstraints() 1407 const std::vector<Constraint*>& constraints) { in PropagateConstraints() 1423 if (constraint->GetType() == Constraint::Distance) { in PropagateConstraints() 1467 std::vector<Constraint*> constraints(loops_.size()); in DeltaTest() 1506 std::vector<std::pair<Constraint*, size_t>> all_new_constrants{}; in DeltaTest() 1568 std::vector<Constraint*> intersection = constraints; in DeltaTest() 1580 [](Constraint* constraint) { in DeltaTest() 1592 [](Constraint* in DeltaTest() [all...] |
H A D | loop_dependence_helpers.cpp | 484 bool Constraint::operator==(const Constraint& other) const { in operator ==() 536 bool Constraint::operator!=(const Constraint& other) const { in operator !=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.h | 168 class Constraint { class 170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function in spvtools::opt::Constraint 175 virtual ~Constraint() {} in ~Constraint() 180 bool operator==(const Constraint& other) const; 182 bool operator!=(const Constraint& other) const; 200 class DependenceLine : public Constraint { 203 : Constraint(loop), a_(a), b_(b), c_(c) {} in DependenceLine() 220 class DependenceDistance : public Constraint { 223 : Constraint(loop), distance_(distance) {} in DependenceDistance() 236 class DependencePoint : public Constraint { [all...] |
H A D | loop_dependence.cpp | 1185 Constraint* LoopDependenceAnalysis::IntersectConstraints( in IntersectConstraints() 1186 Constraint* constraint_0, Constraint* constraint_1, in IntersectConstraints() 1407 const std::vector<Constraint*>& constraints) { in PropagateConstraints() 1423 if (constraint->GetType() == Constraint::Distance) { in PropagateConstraints() 1467 std::vector<Constraint*> constraints(loops_.size()); in DeltaTest() 1506 std::vector<std::pair<Constraint*, size_t>> all_new_constrants{}; in DeltaTest() 1568 std::vector<Constraint*> intersection = constraints; in DeltaTest() 1580 [](Constraint* constraint) { in DeltaTest() 1592 [](Constraint* in DeltaTest() [all...] |
H A D | loop_dependence_helpers.cpp | 484 bool Constraint::operator==(const Constraint& other) const { in operator ==() 536 bool Constraint::operator!=(const Constraint& other) const { in operator !=()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 168 class Constraint { class 170 explicit Constraint(const Loop* loop) : loop_(loop) {} in Constraint() function in spvtools::opt::Constraint 175 virtual ~Constraint() {} in ~Constraint() 180 bool operator==(const Constraint& other) const; 182 bool operator!=(const Constraint& other) const; 200 class DependenceLine : public Constraint { 203 : Constraint(loop), a_(a), b_(b), c_(c) {} in DependenceLine() 220 class DependenceDistance : public Constraint { 223 : Constraint(loop), distance_(distance) {} in DependenceDistance() 236 class DependencePoint : public Constraint { [all...] |
H A D | loop_dependence.cpp | 1184 Constraint* LoopDependenceAnalysis::IntersectConstraints( in IntersectConstraints() 1185 Constraint* constraint_0, Constraint* constraint_1, in IntersectConstraints() 1406 const std::vector<Constraint*>& constraints) { in PropagateConstraints() 1422 if (constraint->GetType() == Constraint::Distance) { in PropagateConstraints() 1466 std::vector<Constraint*> constraints(loops_.size()); in DeltaTest() 1505 std::vector<std::pair<Constraint*, size_t>> all_new_constrants{}; in DeltaTest() 1567 std::vector<Constraint*> intersection = constraints; in DeltaTest() 1579 [](Constraint* constraint) { in DeltaTest() 1591 [](Constraint* in DeltaTest() [all...] |
H A D | loop_dependence_helpers.cpp | 482 bool Constraint::operator==(const Constraint& other) const { in operator ==() 534 bool Constraint::operator!=(const Constraint& other) const { in operator !=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 368 /// Constraint - This private class represents a constraint, as defined 383 class Constraint { class in llvm::DependenceInfo 618 Constraint &NewConstraint, 656 Constraint &NewConstraint) const; 674 Constraint &NewConstraint, 693 Constraint &NewConstraint) const; 711 Constraint &NewConstraint) const; 729 Constraint &NewConstraint) const; 856 bool intersectConstraints(Constraint *X, 857 const Constraint * [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextStubCommon.cpp | 34 IO &IO, ObjCConstraintType &Constraint) { in enumeration() 35 IO.enumCase(Constraint, "none", ObjCConstraintType::None); in enumeration() 36 IO.enumCase(Constraint, "retain_release", ObjCConstraintType::Retain_Release); in enumeration() 37 IO.enumCase(Constraint, "retain_release_for_simulator", in enumeration() 39 IO.enumCase(Constraint, "retain_release_or_gc", in enumeration() 41 IO.enumCase(Constraint, "gc", ObjCConstraintType::GC); in enumeration() 33 enumeration( IO &IO, ObjCConstraintType &Constraint) enumeration() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRules.java | 348 private static final Constraint NO_CONSTRAINT = new Constraint() { 1271 private interface Constraint extends Serializable { interface in PluralRules 1340 private static Constraint parseConstraint(String description) in parseConstraint() 1343 Constraint result = null; in parseConstraint() 1346 Constraint andConstraint = null; in parseConstraint() 1349 Constraint newConstraint = NO_CONSTRAINT; in parseConstraint() 1574 Constraint constraint; in parseRule() 1606 * An implementation of Constraint representing a modulus, 1610 private static class RangeConstraint implements Constraint, Serializabl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCParsedAsmOperand.h | 29 /// Constraint - The constraint on this operand. Only valid when parsing 31 std::string Constraint; member in llvm::MCParsedAsmOperand 36 // that verbosity, just rely on defaulted copy ops. It's only the Constraint 45 void setConstraint(StringRef C) { Constraint = C.str(); } in setConstraint() 46 StringRef getConstraint() { return Constraint; } in getConstraint()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | invariantGenericErrorElaboration.js | 8 constraint: Constraint<this> 20 interface Constraint<A extends Runtype<any>> extends Runtype<A['witness']> {
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-variable-optimizer.h | 88 struct Constraint { struct in v8::internal::compiler::LoopVariableOptimizer 93 bool operator!=(const Constraint& other) const { in operator !=() 98 using VariableLimits = FunctionalList<Constraint>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 89 // Constraint String Parsing 312 static unsigned getFlagWordForMem(unsigned InputFlag, unsigned Constraint) { in getFlagWordForMem() argument 314 assert(Constraint <= 0x7fff && "Too large a memory constraint ID"); in getFlagWordForMem() 315 assert(Constraint <= Constraints_Max && "Unknown constraint ID"); in getFlagWordForMem() 317 return InputFlag | (Constraint << Constraints_ShiftAmount); in getFlagWordForMem()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PluralRules.java | 363 private static final Constraint NO_CONSTRAINT = new Constraint() { 1351 private interface Constraint extends Serializable { interface in PluralRules 1420 private static Constraint parseConstraint(String description) in parseConstraint() 1423 Constraint result = null; in parseConstraint() 1426 Constraint andConstraint = null; in parseConstraint() 1429 Constraint newConstraint = NO_CONSTRAINT; in parseConstraint() 1654 Constraint constraint; in parseRule() 1686 * An implementation of Constraint representing a modulus, 1690 private static class RangeConstraint implements Constraint, Serializabl [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.h | 97 StringRef Constraint, MVT VT) const override; 100 const char *Constraint) const override; 101 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/third_party/rust/crates/syn/src/ |
H A D | path.rs | 185 Constraint(Constraint), 228 pub struct Constraint { structure names 341 return Ok(GenericArgument::Constraint(Constraint { in parse() 739 GenericArgument::Constraint(constraint) => constraint.to_tokens(tokens), in to_tokens() 763 | GenericArgument::Constraint(_) => {} in to_tokens() 772 | GenericArgument::Constraint(_) => { in to_tokens() 808 impl ToTokens for Constraint {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 112 ConstraintType getConstraintType(StringRef Constraint) const override; 120 StringRef Constraint, MVT VT) const override; 124 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 76 ConstraintType getConstraintType(StringRef Constraint) const override; 81 std::string &Constraint, 94 StringRef Constraint, MVT VT) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 213 MCOI::OperandConstraint Constraint) const { in getOperandConstraint() 215 (OpInfo[OpNum].Constraints & (1 << Constraint))) { in getOperandConstraint() 216 unsigned Pos = 16 + Constraint * 4; in getOperandConstraint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 95 ConstraintType getConstraintType(StringRef Constraint) const override; 101 StringRef Constraint, MVT VT) const override; 103 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 315 // DependenceInfo::Constraint methods 319 const SCEV *DependenceInfo::Constraint::getX() const { in getX() 327 const SCEV *DependenceInfo::Constraint::getY() const { in getY() 335 const SCEV *DependenceInfo::Constraint::getA() const { in getA() 344 const SCEV *DependenceInfo::Constraint::getB() const { in getB() 353 const SCEV *DependenceInfo::Constraint::getC() const { in getC() 362 const SCEV *DependenceInfo::Constraint::getD() const { in getD() 369 const Loop *DependenceInfo::Constraint::getAssociatedLoop() const { in getAssociatedLoop() 375 void DependenceInfo::Constraint::setPoint(const SCEV *X, const SCEV *Y, in setPoint() 383 void DependenceInfo::Constraint [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 104 getConstraintType(StringRef Constraint) const override; 107 StringRef Constraint, MVT VT) const override;
|