Home
last modified time | relevance | path

Searched refs:LowerAsmOperandForConstraint (Results 1 – 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r199781-sparc.diff58 + 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/
DNVPTXISelLowering.h135 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
DNVPTXISelLowering.cpp1872 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/
DSparcISelLowering.h79 void LowerAsmOperandForConstraint(SDValue Op,
DSparcISelLowering.cpp3110 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/
DSystemZISelLowering.h220 LowerAsmOperandForConstraint(SDValue Op,
DSystemZISelLowering.cpp529 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/
DAArch64ISelLowering.h335 void LowerAsmOperandForConstraint(SDValue Op,
DAArch64ISelLowering.cpp4416 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/
DPPCISelLowering.h431 virtual void LowerAsmOperandForConstraint(SDValue Op,
DPPCISelLowering.cpp7685 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/
DARMISelLowering.h349 virtual void LowerAsmOperandForConstraint(SDValue Op,
DARMISelLowering.cpp10896 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/
DX86ISelLowering.h652 virtual void LowerAsmOperandForConstraint(SDValue Op,
DX86ISelLowering.cpp19589 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/
DMipsISelLowering.h567 virtual void LowerAsmOperandForConstraint(SDValue Op,
DMipsISelLowering.cpp3026 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/
DTargetLowering.h2259 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1996 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in TargetLowering
2447 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
DSelectionDAGBuilder.cpp6492 TLI->LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode, in visitInlineAsm()