Searched defs:LowerAsmOperandForConstraint (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1926 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
1928 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:TargetLowering
2378 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i],
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1847 void NVPTXTargetLowering::LowerAsmOperandForConstraint( function in class:NVPTXTargetLowering
1853 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp479 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, function in class:SystemZTargetLowering
521 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3385 AArch64TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:AArch64TargetLowering
3467 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2932 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
2934 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:MipsTargetLowering
3024 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10578 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
10580 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:ARMTargetLowering
10742 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7656 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
7658 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:PPCTargetLowering
7723 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18783 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
18785 void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:X86TargetLowering
18915 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);

Completed in 162 milliseconds