HomeSort by relevance Sort by last modified time
    Searched defs:Constraints (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /external/guava/guava/src/com/google/common/collect/
Constraints.java 37 final class Constraints {
38 private Constraints() {}
57 /** @see Constraints#constrainedCollection */
96 /** @see Constraints#constrainedSet */
134 /** @see Constraints#constrainedSortedSet */
186 /** @see Constraints#constrainedList */
231 /** @see Constraints#constrainedList */
254 /** @see Constraints#constrainedListIterator */
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 611 SmallVector<std::string, 4> Constraints;
614 NumInputs, OpExprs, Constraints, Clobbers,
640 ConstraintRefs[i] = StringRef(Constraints[i]);
726 ExprVector Constraints;
735 Constraints, Exprs, AsmString.get(),
746 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs))
762 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs))
766 assert(Names.size() == Constraints.size() &&
767 Constraints.size() == Exprs.size() && "Input operand size mismatch!");
795 Constraints, Exprs, AsmString.get(), Clobbers, T.getCloseLocation())
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 144 MultiExprArg constraints, MultiExprArg Exprs,
148 StringLiteral **Constraints =
149 reinterpret_cast<StringLiteral**>(constraints.data());
163 Constraints, Exprs.data(), AsmString, NumClobbers, Clobbers, RParenLoc);
168 StringLiteral *Literal = Constraints[i];
247 StringLiteral *Literal = Constraints[i];
278 // Only allow void types for memory constraints.
349 NumInputs, Names, Constraints, Exprs.data(),
361 // Validate constraints and modifiers.
386 StringLiteral *Literal = Constraints[ConstraintIdx]
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 46 std::string AsmString, Constraints;
53 const std::string &Constraints, bool hasSideEffects,
65 StringRef Constraints, bool hasSideEffects,
84 const std::string &getConstraintString() const { return Constraints; }
90 static bool Verify(FunctionType *Ty, StringRef Constraints);
151 /// isMultipleAlternative - '|': has multiple-alternative constraints.
154 /// multipleAlternatives - If there are multiple alternative constraints,
175 /// constraints and their prefixes. If this returns an empty vector, and if
179 /// ParseConstraints - Parse the constraints of this inlineasm object,
182 return ParseConstraints(Constraints);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 42 std::string AsmString, Constraints;
47 const std::string &Constraints, bool hasSideEffects,
59 StringRef Constraints, bool hasSideEffects,
76 const std::string &getConstraintString() const { return Constraints; }
82 static bool Verify(FunctionType *Ty, StringRef Constraints);
143 /// isMultipleAlternative - '|': has multiple-alternative constraints.
146 /// multipleAlternatives - If there are multiple alternative constraints,
170 /// constraints and their prefixes. If this returns an empty vector, and if
174 /// ParseConstraints - Parse the constraints of this inlineasm object,
177 return ParseConstraints(Constraints);
    [all...]
  /external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.h 31 // used in WebRTC: http://dev.w3.org/2011/webrtc/editor/webrtc.html#constraints.
42 // Interface used for passing arguments about media constraints
55 class Constraints : public std::vector<Constraint> {
60 virtual const Constraints& GetMandatory() const = 0;
61 virtual const Constraints& GetOptional() const = 0;
64 // Specified by draft-alvestrand-constraints-resolution-00b
103 // Constraints values.
108 // Temporary pseudo-constraints used to enable DTLS-SRTP
110 // Temporary pseudo-constraints used to enable DataChannels
138 // The prefix of internal-only constraints whose JS set values should b
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DisabledAlgorithmConstraints.java 43 * Algorithm constraints for disabled algorithms property
64 private final Constraints algorithmConstraints;
67 * Initialize algorithm constraints with the specified security property.
70 * algorithm constraints
77 * Initialize algorithm constraints with the specified security property
81 * algorithm constraints
88 algorithmConstraints = new Constraints(disabledAlgorithms);
108 * Checks if the key algorithm has been disabled or constraints have been
117 * Checks if the key algorithm has been disabled or if constraints have
133 * algorithms are allowed, certificate constraints, and th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 396 StringRef Constraints;
402 InlineAsmKeyType(StringRef AsmString, StringRef Constraints,
405 : AsmString(AsmString), Constraints(Constraints), FTy(FTy),
409 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()),
416 AsmString == X.AsmString && Constraints == X.Constraints &&
424 Constraints == Asm->getConstraintString() &&
428 return hash_combine(AsmString, Constraints, HasSideEffects, IsAlignStack,
435 return new InlineAsm(FTy, AsmString, Constraints, HasSideEffects
    [all...]

Completed in 1555 milliseconds

1 2 3 4 5 6