HomeSort by relevance Sort by last modified time
    Searched refs:Constraints (Results 51 - 75 of 214) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 120 SmallVectorImpl<std::string> &Constraints,
  /external/clang/lib/CodeGen/
CGStmt.cpp     [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/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 123 // Make sure the constraints list for each operand is large enough to hold
126 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
212 if (!Ops[Op.first].Constraints[Op.second].isNone())
213 throw "Operand '" + Name + "' cannot have multiple constraints!";
214 Ops[Op.first].Constraints[Op.second] =
245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
246 throw "Operand '" + DestOpName + "' cannot have multiple constraints!";
247 Ops[DestOp.first].Constraints[DestOp.second] =
328 // Parse Constraints.
329 ParseConstraints(R->getValueAsString("Constraints"), Operands)
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 402 /// output operand. All output constraints are known to be non-empty (either
416 /// constraints, these can be empty.
423 StringLiteral **Constraints,
443 C.Deallocate(this->Constraints);
444 this->Constraints = new (C) StringLiteral*[NumExprs];
445 std::copy(Constraints, Constraints + NumExprs, this->Constraints);
482 // "Simple" inline asms have no constraints or operands, just convert the asm
694 StringLiteral **constraints, Expr **exprs
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /external/nist-pkits/
extract-pkits-tests.pl 153 if ($_ =~ /^\s*4\.13 Name Constraints\s*$/) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &Constraints,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 134 SmallVectorImpl<std::string> &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 */
  /prebuilts/sdk/current/extras/constraint-layout/libs/
android-support-constraint-layout.jar 

Completed in 2391 milliseconds

1 23 4 5 6 7 8 9