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

1 2 34 5 6 7

  /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...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 625 ConstraintType getConstraintType(StringRef Constraint) const override;
627 /// Examine constraint string and operand type and determine a weight value.
630 AsmOperandInfo &info, const char *constraint) const override;
639 StringRef Constraint, MVT VT) const override;
643 /// true it means one of the asm constraint of the inline asm instruction
646 std::string &Constraint,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 426 StringRef Constraint, MVT VT) const override;
428 getConstraintType(StringRef Constraint) const override;
431 const char *constraint) const override;
433 std::string &Constraint,
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 175 StringRef Constraint,
177 if (Constraint.size() == 1)
178 // GCC Constraint Letters
179 switch (Constraint[0]) {
186 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.h 195 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.h 311 StringRef Constraint, MVT VT) const override;
312 ConstraintType getConstraintType(StringRef Constraint) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 254 ConstraintType getConstraintType(StringRef Constraint) const override;
258 StringRef Constraint, MVT VT) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 354 /// getConstraintType - Given a constraint letter, return the type of
355 /// constraint it is for this target.
357 MSP430TargetLowering::getConstraintType(StringRef Constraint) const {
358 if (Constraint.size() == 1) {
359 switch (Constraint[0]) {
366 return TargetLowering::getConstraintType(Constraint);
371 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
372 if (Constraint.size() == 1) {
373 // GCC Constraint Letters
374 switch (Constraint[0])
    [all...]

Completed in 722 milliseconds

1 2 34 5 6 7