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

1 23 4 5 6

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 505 ConstraintType getConstraintType(StringRef Constraint) const override;
509 /// Examine constraint string and operand type and determine a weight value.
513 const char *constraint) const override;
517 StringRef Constraint, MVT VT) const override;
518 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 327 ConstraintType getConstraintType(StringRef Constraint) const override;
329 /// Examine constraint string and operand type and determine a weight value.
332 AsmOperandInfo &info, const char *constraint) const override;
336 StringRef Constraint, MVT VT) const override;
340 /// true it means one of the asm constraint of the inline asm instruction
342 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 512 ConstraintType getConstraintType(StringRef Constraint) const override;
514 /// Examine constraint string and operand type and determine a weight value.
517 AsmOperandInfo &info, const char *constraint) const override;
526 StringRef Constraint, MVT VT) const override;
530 /// true it means one of the asm constraint of the inline asm instruction
533 std::string &Constraint,
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 533 ConstraintType getConstraintType(StringRef Constraint) const override;
535 /// Examine constraint string and operand type and determine a weight value.
538 AsmOperandInfo &info, const char *constraint) const override;
542 StringRef Constraint, MVT VT) const override;
553 std::string &Constraint,
613 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
FormAuthenticator.java 51 import org.eclipse.jetty.util.security.Constraint;
144 return Constraint.__FORM_AUTH;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 209 /// getConstraintType - Given a constraint letter, return the type of
210 /// constraint it is for this target.
212 MSP430TargetLowering::getConstraintType(StringRef Constraint) const {
213 if (Constraint.size() == 1) {
214 switch (Constraint[0]) {
221 return TargetLowering::getConstraintType(Constraint);
226 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
227 if (Constraint.size() == 1) {
228 // GCC Constraint Letters
229 switch (Constraint[0])
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 197 StringRef Constraint, MVT VT) const override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 238 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
239 // First, see if this is a constraint that directly corresponds to a
241 if (Constraint.size() == 1) {
242 switch (Constraint[0]) {
257 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 194 StringRef Constraint, MVT VT) const override;
  /external/v8/benchmarks/
deltablue.js 32 * A JavaScript implementation of the DeltaBlue constraint-solving
35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
41 * the constraint model is built by side-effects from constructors.
148 * (or "constraint") between a set of variables. A constraint supplies
151 * to represent a constraint.
153 function Constraint(strength) {
158 * Activate this constraint and attempt to satisfy it.
160 Constraint.prototype.addConstraint = function () {
166 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp     [all...]
BugReporterVisitors.cpp 711 ID.Add(Constraint);
722 return N->getState()->isNull(Constraint).isUnderconstrained();
723 return (bool)N->getState()->assume(Constraint, !Assumption);
742 // Check if in the previous state it was feasible for this constraint
748 // As a sanity check, make sure that the negation of the constraint
753 // We found the transition point for the constraint. We now need to
754 // pretty-print the constraint. (work-in-progress)
758 if (Constraint.getAs<Loc>()) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 35 import com.android.ide.eclipse.adt.internal.wizards.templates.Parameter.Constraint;
281 if (parameter.constraints.contains(Constraint.EXISTS)) {
303 if (parameter.constraints.contains(Constraint.EMPTY)) {
305 } else if (parameter.constraints.contains(Constraint.NONEMPTY)) {
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 588 // Recast the void pointers and build the vector of constraint StringRefs.
793 ExprResult Constraint(ParseAsmStringLiteral());
794 if (Constraint.isInvalid()) {
798 Constraints.push_back(Constraint.get());
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 656 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
742 ConstraintType getConstraintType(StringRef Constraint) const override;
744 /// Examine constraint string and operand type and determine a weight value.
748 const char *constraint) const override;
754 /// constraint of the inline asm instruction being processed is 'm'.
756 std::string &Constraint,
773 /// Given a physical register constraint
779 StringRef Constraint, MVT VT) const override;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 548 SystemZTargetLowering::getConstraintType(StringRef Constraint) const {
549 if (Constraint.size() == 1) {
550 switch (Constraint[0]) {
576 return TargetLowering::getConstraintType(Constraint);
581 const char *constraint) const {
589 // Look at the constraint type.
590 switch (*constraint) {
592 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
641 // Parse a "{tNNN}" register constraint for which the register type "t"
645 parseRegisterNumber(StringRef Constraint, const TargetRegisterClass *RC
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 490 void formTwoOperandAlias(StringRef Constraint);
740 PrintFatalError(Loc, "missing '=' in two-operand alias constraint");
758 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
761 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
    [all...]
X86RecognizableInstr.cpp 529 const CGIOperandList::ConstraintInfo &Constraint =
531 if (Constraint.isTied()) {
533 operandMapping[Constraint.getTiedOperand()] = operandIndex;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.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
554 // don't (e.g., %x4). 'x' following the '%' is the constraint modifier.
747 [&](StringRef Constraint) {
748 return copyIntoContext(C, Constraint);
    [all...]
  /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...]

Completed in 1801 milliseconds

1 23 4 5 6