Searched refs:Constraint (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1520 std::string &Constraint,
1522 if (Constraint.size() == 1) {
1523 switch (Constraint[0]) {
1542 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
1519 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp1612 getRegForInlineAsmConstraint(const std::string &Constraint, argument
1614 if (Constraint.size() == 1) {
1615 switch (Constraint[0]) {
1623 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3140 SPUTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
3143 if (Constraint.size() == 1) {
3144 // GCC RS6000 Constraint Letters
3145 switch (Constraint[0]) {
3162 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
3218 std::string &Constraint,
3222 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
3217 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp16512 X86TargetLowering::getConstraintType(const std::string &Constraint) const {
16513 if (Constraint.size() == 1) {
16514 switch (Constraint[0]) {
16549 return TargetLowering::getConstraintType(Constraint);
16677 std::string &Constraint,
16683 if (Constraint.length() > 1) return;
16685 char ConstraintLetter = Constraint[0];
16806 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
16810 X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
16814 if (Constraint
16676 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp9572 ARMTargetLowering::getConstraintType(const std::string &Constraint) const {
9573 if (Constraint.size() == 1) {
9574 switch (Constraint[0]) {
9586 } else if (Constraint.size() == 2) {
9587 switch (Constraint[0]) {
9593 return TargetLowering::getConstraintType(Constraint);
9632 ARMTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
9634 if (Constraint.size() == 1) {
9635 // GCC ARM Constraint Letters
9636 switch (Constraint[
9677 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmParser.cpp3675 std::string Constraint = "="; local
3679 Constraint += Operand->getConstraint().str();
3680 OutputConstraints.push_back(Constraint);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm574 =item Return value: Constraint name
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure1588 --enable-constraint Attribute Constraint overlay no|yes|mod [no]
[all...]

Completed in 418 milliseconds

12