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

1 23 4

  /external/llvm/lib/Target/X86/
X86ISelLowering.h 453 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
531 ConstraintType getConstraintType(const std::string &Constraint) const;
533 /// Examine constraint string and operand type and determine a weight value.
536 AsmOperandInfo &info, const char *constraint) const;
542 /// true it means one of the asm constraint of the inline asm instruction
545 std::string &Constraint,
549 /// getRegForInlineAsmConstraint - Given a physical register constraint
554 getRegForInlineAsmConstraint(const std::string &Constraint,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 204 /// getConstraintType - Given a constraint letter, return the type of
205 /// constraint it is for this target.
207 MSP430TargetLowering::getConstraintType(const std::string &Constraint) const {
208 if (Constraint.size() == 1) {
209 switch (Constraint[0]) {
216 return TargetLowering::getConstraintType(Constraint);
221 getRegForInlineAsmConstraint(const std::string &Constraint,
223 if (Constraint.size() == 1) {
224 // GCC Constraint Letters
225 switch (Constraint[0])
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 240 ID.Add(Constraint);
251 // Check if in the previous state it was feasible for this constraint
253 if (PrevN->getState()->assume(Constraint, !Assumption)) {
257 // As a sanity check, make sure that the negation of the constraint
260 if (N->getState()->assume(Constraint, !Assumption))
263 // We found the transition point for the constraint. We now need to
264 // pretty-print the constraint. (work-in-progress)
268 if (isa<Loc>(Constraint)) {
ExprEngineC.cpp 779 // propagate that constraint.
781 DefinedOrUnknownSVal Constraint =
784 if (!state->assume(Constraint, true)) {
786 // Propagate this constraint.
787 Constraint = svalBuilder.evalEQ(state, SymVal,
791 state = state->assume(Constraint, false);
ExprEngine.cpp 132 DefinedOrUnknownSVal *Constraint =
135 if (!Constraint)
138 if (ProgramStateRef newState = state->assume(*Constraint, true))
304 // the constraint manager.
323 // The constraint manager has not been cleaned up yet, so clean up now.
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLimit.java 16 * This class represents 'Rot limit' constraint type in blender.
20 /* package */class ConstraintRotLimit extends Constraint {
30 * This constructor creates the constraint instance.
33 * the constraint's structure (bConstraint clss in blender 2.49).
35 * the old memory address of the constraint owner
150 * baking the constraint.
Feature.java 11 import com.jme3.scene.plugins.blender.constraints.Constraint.Space;
16 * This class represents either owner or target of the constraint. It has the
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 153 getRegForInlineAsmConstraint(const std::string &Constraint,
XCoreISelLowering.cpp     [all...]
  /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/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful,
162 * graph. Answer the constraint that this constraint overrides, i
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful,
162 * graph. Answer the constraint that this constraint overrides, i
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 26 * A JavaScript implementation of the DeltaBlue constraint-solving
29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
35 * the constraint model is built by side-effects from constructors.
142 * (or "constraint") between a set of variables. A constraint supplies
145 * to represent a constraint.
147 function Constraint(strength) {
152 * Activate this constraint and attempt to satisfy it.
154 Constraint.prototype.addConstraint = function () {
160 * Attempt to find a way to enforce this constraint. If successful
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp 668 // `m', this constraint can be used in asm statements that
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 580 const CGIOperandList::ConstraintInfo &Constraint =
582 if (Constraint.isTied()) {
583 operandMapping[operandIndex] = Constraint.getTiedOperand();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 644 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 49 * Returns a constraint that verifies that neither the key nor the value is
73 * constraint. Any operations that add new mappings will call the provided
74 * constraint. However, this method does not verify that existing mappings
75 * satisfy the constraint.
80 * @param constraint the constraint that validates added entries
84 Map<K, V> map, MapConstraint<? super K, ? super V> constraint) {
85 return new ConstrainedMap<K, V>(map, constraint);
90 * constraint. Any operations that add new mappings will call the provided
91 * constraint. However, this method does not verify that existing mapping
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 403 StringRef Constraint,
405 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy())
479 StringRef Constraint,
481 return X86AdjustInlineAsmType(CGF, Constraint, Ty);
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]

Completed in 1008 milliseconds

1 23 4