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

1 2 34 5 6 7 8 9

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 128 // Make sure the constraints list for each operand is large enough to hold
131 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
218 if (!Ops[Op.first].Constraints[Op.second].isNone())
219 PrintFatalError("Operand '" + Name + "' cannot have multiple constraints!");
220 Ops[Op.first].Constraints[Op.second] =
252 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
254 "' cannot have multiple constraints!");
255 Ops[DestOp.first].Constraints[DestOp.second] =
345 // Parse Constraints.
346 ParseConstraints(R->getValueAsString("Constraints"), Operands)
    [all...]
InstrInfoEmitter.cpp 154 Op.Constraints[j];
X86RecognizableInstr.cpp 527 if (!OperandList[operandIndex].Constraints.empty()) {
529 OperandList[operandIndex].Constraints[0];
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 22 // Currently, the implementation cannot propagate constraints between
409 // of the Constraints X and Y. Returns true if X has changed.
417 DEBUG(dbgs() << "\tintersect constraints\n");
456 // two Line constraints, and the right-hand value, Y, is never
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 58 // Build Constraints
65 // Constraints may appear in any kind of source file (not just Go), but
70 // To distinguish build constraints from package documentation, a series of
71 // build constraints must be followed by a blank line.
84 // A file may have multiple build constraints. The overall constraint is the AND
85 // of the individual constraints. That is, the build constraints:
118 // those terms (in addition to any explicit constraints in the file).
147 // be distributed with a source file not excluded by build constraints and
152 // Unlike build constraints, this comment is only recognized in non-tes
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
doc.go 58 // Build Constraints
65 // Constraints may appear in any kind of source file (not just Go), but
70 // To distinguish build constraints from package documentation, a series of
71 // build constraints must be followed by a blank line.
84 // A file may have multiple build constraints. The overall constraint is the AND
85 // of the individual constraints. That is, the build constraints:
118 // those terms (in addition to any explicit constraints in the file).
147 // be distributed with a source file not excluded by build constraints and
152 // Unlike build constraints, this comment is only recognized in non-tes
    [all...]
  /external/curl/tests/
stunnel.pem 97 X509v3 Basic Constraints:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 341 StringRef Constraints, bool hasSideEffects,
343 : asm_string(AsmString), constraints(Constraints),
346 std::string constraints; member in struct:llvm::InlineAsmKeyType
351 this->constraints == that.constraints &&
358 if (this->constraints != that.constraints)
359 return this->constraints < that.constraints;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 113 Inst.Operands[i].Constraints[j];
X86RecognizableInstr.cpp 572 if (OperandList[operandIndex].Constraints.size()) {
574 OperandList[operandIndex].Constraints[0];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 40 * @see Constraints
219 return Constraints.constrainedTypePreservingCollection(
473 return Constraints.constrainedTypePreservingCollection(
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 377 void SetConstraints(ConstraintsWrapper* constraints) {
378 RTC_CHECK(!constraints_.get()) << "constraints already set!";
379 constraints_.reset(constraints);
382 const ConstraintsWrapper* constraints() { return constraints_.get(); } function in class:webrtc_jni::PCOJava
430 const Constraints& GetMandatory() const override { return mandatory_; }
432 const Constraints& GetOptional() const override { return optional_; }
435 // Helper for translating a List<Pair<String, String>> to a Constraints.
438 const char* field_name, Constraints* field) {
470 Constraints mandatory_;
471 Constraints optional_
1687 ConstraintsWrapper* constraints = local
1697 ConstraintsWrapper* constraints = local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 77 # Constraints on ICU4C file name: icudt20b_
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 324 SmallVector<StringLiteral*, 16> Constraints;
328 Constraints.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
332 // Constraints
338 Names.data(), Constraints.data(),
374 SmallVector<StringRef, 16> Constraints;
377 Constraints.reserve(NumOperands);
381 Constraints.push_back(ConstraintsData.back());
385 Constraints, Exprs, Clobbers);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 234 SmallVectorImpl<std::string> &Constraints,
    [all...]

Completed in 1559 milliseconds

1 2 34 5 6 7 8 9