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

1 23 4

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 176 getRegForInlineAsmConstraint(const std::string &Constraint,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [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/llvm/utils/TableGen/
X86RecognizableInstr.cpp 493 const CGIOperandList::ConstraintInfo &Constraint =
495 if (Constraint.isTied()) {
497 operandMapping[Constraint.getTiedOperand()] = operandIndex;
    [all...]
AsmMatcherEmitter.cpp 448 void formTwoOperandAlias(StringRef Constraint);
701 PrintFatalError(Loc, "missing '=' in two-operand alias constraint");
719 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
722 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 203 // the constraint that all of the necessary shuffles are legal (as determined
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 715 ID.Add(Constraint);
726 return N->getState()->isNull(Constraint).isUnderconstrained();
727 return (bool)N->getState()->assume(Constraint, !Assumption);
746 // Check if in the previous state it was feasible for this constraint
752 // As a sanity check, make sure that the negation of the constraint
757 // We found the transition point for the constraint. We now need to
758 // pretty-print the constraint. (work-in-progress)
762 if (Constraint.getAs<Loc>()) {
    [all...]
ExprEngine.cpp 125 Optional<DefinedOrUnknownSVal> Constraint =
128 if (!Constraint)
131 if (ProgramStateRef newState = state->assume(*Constraint, true))
375 // the constraint manager.
394 // The constraint manager has not been cleaned up yet, so clean up now.
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_impl.cc 41 mandatory->push_back(StreamOptions::Constraint(
49 optional->push_back(StreamOptions::Constraint(
479 // If the GetUserMedia request did not explicitly set the constraint
    [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/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 104 inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromDouble(double value, AnimatableDouble::Constraint constraint = AnimatableDouble::Unconstrained)
106 return AnimatableDouble::create(value, constraint);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 803 StreamOptions::Constraint(kMediaStreamSourceInfoId, device_id));
807 StreamOptions::Constraint(kMediaStreamSourceInfoId, device_id));
    [all...]
media_stream_dispatcher_host_unittest.cc 416 constraints->push_back(StreamOptions::Constraint(kMediaStreamSourceInfoId,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
TargetInfo.cpp 486 StringRef Constraint,
488 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy()) {
490 // Invalid MMX constraint
591 StringRef Constraint,
593 return X86AdjustInlineAsmType(CGF, Constraint, Ty);
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 73 OutputSectDesc::Constraint output_constraint;
172 /* Output Section Constraint */
326 [constraint]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1147 milliseconds

1 23 4