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

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 80 ConstraintType getConstraintType(StringRef Constraint) const override;
83 const char *constraint) const override;
85 std::string &Constraint,
98 StringRef Constraint, MVT VT) const override;
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
ConstNumber.java 18 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
191 public Constraint inliningConstraint(AppInfo info, DexType holder) {
192 return Constraint.ALWAYS;
  /external/trappy/tests/
test_constraint.py 21 from trappy.plotter.Constraint import Constraint, ConstraintManager
39 """Test that the constraint manager works with one constraint"""
47 constraint = iter(c_mgr).next()
48 series = constraint.result[AttrConf.PIVOT_VAL]
53 """Test that the constraint manager works with multiple traces and no pivots"""
59 for constraint, orig_dfr in zip(c_mgr, self.dfrs):
60 series = constraint.result[AttrConf.PIVOT_VAL]
65 """Test the constraint manager with multiple columns and traces zipped""
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 35 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
120 // the constraint arrows
143 /** Paints a particular match constraint */
151 // Display the constraint. Remove the @id/ and @+id/ prefixes to make the text
154 String constraint = m.getConstraint(false /* generateId */); local
155 String description = constraint.replace(NEW_ID_PREFIX, "").replace(ID_PREFIX, "");
166 /** Paints a constraint cycle */
167 void paintCycle(IGraphics gc, GuidelineHandler state, List<Constraint> cycle) {
182 for (Constraint constraint : cycle)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 109 // Fill in constraint info.
112 const CGIOperandList::ConstraintInfo &Constraint =
114 if (Constraint.isNone())
116 else if (Constraint.isEarlyClobber())
119 assert(Constraint.isTied());
120 Res += "((" + utostr(Constraint.getTiedOperand()) +
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 508 /// getConstraintType - Given a constraint letter, return the type of
509 /// constraint it is for this target.
511 BlackfinTargetLowering::getConstraintType(const std::string &Constraint) const {
512 if (Constraint.size() != 1)
513 return TargetLowering::getConstraintType(Constraint);
515 switch (Constraint[0]) {
548 return TargetLowering::getConstraintType(Constraint);
551 /// Examine constraint type and operand type and determine a weight value.
553 /// and the current alternative constraint selected.
556 AsmOperandInfo &info, const char *constraint) const
    [all...]
  /external/trappy/trappy/plotter/
Constraint.py 16 """This module provides the Constraint class for handling
18 constraint application.
21 is expected to use the :mod:`trappy.plotter.Constraint.ConstraintManager`
27 :mod:`trappy.plotter.Constraint.Constraint`
35 class Constraint(object):
38 What is a Constraint?
78 :param trace_index: The index of the trace/data in the overall constraint
85 :param window: A time window to apply to the constraint.
86 E.g. window=(5, 20) will constraint to events that happene
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
constraint.py 29 """Determine if this is a regular or MLS constraint/validatetrans."""
42 """Validate constraint rule types."""
44 raise InvalidConstraintType("{0} is not a valid constraint type.".format(t))
50 """Factory function for creating constraint objects."""
55 return Constraint(policy, sym, "mlsconstrain")
60 return Constraint(policy, sym, "constrain")
70 """Base class for constraint rules."""
109 """Object class for this constraint."""
125 The constraint's expression in infix notation.
187 The constraint's expression in postfix notation
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 53 const TargetRegisterInfo *TRI, StringRef Constraint,

Completed in 600 milliseconds

1 2 34 5 6 7 8 91011>>