HomeSort by relevance Sort by last modified time
    Searched refs:Constraint (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 50 * Returns a constraint that verifies that neither the key nor the value is
74 * constraint. Any operations that add new mappings will call the provided
75 * constraint. However, this method does not verify that existing mappings
76 * satisfy the constraint.
81 * @param constraint the constraint that validates added entries
85 Map<K, V> map, MapConstraint<? super K, ? super V> constraint) {
86 return new ConstrainedMap<K, V>(map, constraint);
91 * constraint. Any operations that add new mappings will call the provided
92 * constraint. However, this method does not verify that existing mapping
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 223 // the constraint that all of the necessary shuffles are legal (as determined
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 379 /// constraint.
401 /// getOutputConstraint - Return the constraint string for the specified
415 /// getInputConstraint - Return the specified input constraint. Unlike output
557 // don't (e.g., %x4). 'x' following the '%' is the constraint modifier.
754 [&](StringRef Constraint) {
755 return copyIntoContext(C, Constraint);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 575 void formTwoOperandAlias(StringRef Constraint);
820 PrintFatalError(Loc, "missing '=' in two-operand alias constraint");
838 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
841 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 294 // the constraint that all of the necessary shuffles are legal (as determined
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
TargetInfo.cpp 825 StringRef Constraint,
827 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy()) {
829 // Invalid MMX constraint
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 188 // If the input constraint is iAny/iPTR and this is an integer type list,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 136 Optional<DefinedOrUnknownSVal> Constraint =
139 if (!Constraint)
142 if (ProgramStateRef newState = state->assume(*Constraint, true))
386 // the constraint manager.
405 // The constraint manager has not been cleaned up yet, so clean up now.
    [all...]

Completed in 1911 milliseconds

1 2 3 4 56 7