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

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 52 private static final Constraint<String> TEST_CONSTRAINT
53 = new Constraint<String>() {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 211 ConstraintType getConstraintType(StringRef Constraint) const override;
215 StringRef Constraint, MVT VT) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 66 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
78 * like move and resize, and performs various constraint computations.
82 * A dependency graph for the relative layout recording constraint relationships
115 * transitively, through horizontal constraints (a "horizontal constraint"
116 * is a constraint between two horizontal edges)
122 * transitively, through vertical constraints (a "vertical constraint"
123 * is a constraint between two vertical edges)
128 protected List<Constraint> mHorizontalCycle;
131 protected List<Constraint> mVerticalCycle;
277 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 530 ConstraintType getConstraintType(StringRef Constraint) const override;
534 /// Examine constraint string and operand type and determine a weight value.
538 const char *constraint) const override;
542 StringRef Constraint, MVT VT) const override;
546 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 330 ConstraintType getConstraintType(StringRef Constraint) const override;
332 /// Examine constraint string and operand type and determine a weight value.
335 AsmOperandInfo &info, const char *constraint) const override;
339 StringRef Constraint, MVT VT) const override;
345 /// true it means one of the asm constraint of the inline asm instruction
347 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 517 ConstraintType getConstraintType(StringRef Constraint) const override;
519 /// Examine constraint string and operand type and determine a weight value.
522 AsmOperandInfo &info, const char *constraint) const override;
531 StringRef Constraint, MVT VT) const override;
535 /// true it means one of the asm constraint of the inline asm instruction
538 std::string &Constraint,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 536 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
615 ConstraintType getConstraintType(const std::string &Constraint) const;
617 /// Examine constraint string and operand type and determine a weight value.
620 AsmOperandInfo &info, const char *constraint) const;
626 /// true it means one of the asm constraint of the inline asm instruction
629 std::string &Constraint,
633 /// getRegForInlineAsmConstraint - Given a physical register constraint
638 getRegForInlineAsmConstraint(const std::string &Constraint,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 205 /// getConstraintType - Given a constraint letter, return the type of
206 /// constraint it is for this target.
208 MSP430TargetLowering::getConstraintType(StringRef Constraint) const {
209 if (Constraint.size() == 1) {
210 switch (Constraint[0]) {
217 return TargetLowering::getConstraintType(Constraint);
222 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
223 if (Constraint.size() == 1) {
224 // GCC Constraint Letters
225 switch (Constraint[0])
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 797 /// getConstraintType - Given a constraint letter, return the type of
798 /// constraint it is for this target.
800 AlphaTargetLowering::getConstraintType(const std::string &Constraint) const {
801 if (Constraint.size() == 1) {
802 switch (Constraint[0]) {
809 return TargetLowering::getConstraintType(Constraint);
812 /// Examine constraint type and operand type and determine a weight value.
814 /// and the current alternative constraint selected
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 186 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
187 // First, see if this is a constraint that directly corresponds to a
189 if (Constraint.size() == 1) {
190 switch (Constraint[0]) {
205 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 194 StringRef Constraint, MVT VT) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 153 getRegForInlineAsmConstraint(const std::string &Constraint,
  /external/trappy/trappy/plotter/
ILinePlot.py 26 from trappy.plotter.Constraint import ConstraintManager
39 This class uses :mod:`trappy.plotter.Constraint.Constraint` to
42 :mod:`trappy.plotter.Constraint.ConstraintManager`.
224 for constraint in self.c_mgr:
227 if constraint.trace_index != trace_idx:
229 legend = constraint._template.name + ":" + constraint.column
232 legend = str(constraint)
234 result = constraint.resul
    [all...]
StaticPlot.py 20 from trappy.plotter.Constraint import ConstraintManager
29 This class uses :mod:`trappy.plotter.Constraint.Constraint` to
32 :mod:`trappy.plotter.Constraint.ConstraintManager`.
185 def make_title(self, constraint, pivot, permute, concat):
188 return str(constraint)
191 return constraint.get_data_name()
197 def add_to_legend(self, series_index, handle, constraint, pivot, concat, permute):
214 legend_labels[series_index] = constraint._template.name + ":" + constraint.colum
    [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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexEncodedMethod.java 28 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
114 public boolean markProcessed(Constraint state) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.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/clang/lib/Parse/
ParseStmtAsm.cpp 626 // Recast the void pointers and build the vector of constraint StringRefs.
838 ExprResult Constraint(ParseAsmStringLiteral());
839 if (Constraint.isInvalid()) {
843 Constraints.push_back(Constraint.get());
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 1059 milliseconds

1 2 3 4 56 7 8 91011>>