| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r199781-sparc.diff | 58 + void LowerAsmOperandForConstraint(SDValue Op, 107 +/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops 110 +LowerAsmOperandForConstraint(SDValue Op, 137 + TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.h | 135 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
| D | NVPTXISelLowering.cpp | 1872 void NVPTXTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in NVPTXTargetLowering 1878 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.h | 79 void LowerAsmOperandForConstraint(SDValue Op,
|
| D | SparcISelLowering.cpp | 3110 LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in SparcTargetLowering 3137 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 220 LowerAsmOperandForConstraint(SDValue Op,
|
| D | SystemZISelLowering.cpp | 529 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, in LowerAsmOperandForConstraint() function in SystemZTargetLowering 571 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 335 void LowerAsmOperandForConstraint(SDValue Op,
|
| D | AArch64ISelLowering.cpp | 4416 AArch64TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in AArch64TargetLowering 4498 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.h | 431 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
| D | PPCISelLowering.cpp | 7685 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in PPCTargetLowering 7750 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.h | 349 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
| D | ARMISelLowering.cpp | 10896 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in ARMTargetLowering 11058 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 652 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
| D | X86ISelLowering.cpp | 19589 void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in X86TargetLowering 19719 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.h | 567 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
| D | MipsISelLowering.cpp | 3026 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in MipsTargetLowering 3116 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 2259 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1996 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in TargetLowering 2447 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
|
| D | SelectionDAGBuilder.cpp | 6492 TLI->LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode, in visitInlineAsm()
|