Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h132 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
DNVPTXISelLowering.cpp1238 NVPTXTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in NVPTXTargetLowering
1246 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h233 void LowerAsmOperandForConstraint(SDValue Op,
DAArch64ISelLowering.cpp2858 AArch64TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in AArch64TargetLowering
2940 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h415 virtual void LowerAsmOperandForConstraint(SDValue Op,
DMipsISelLowering.cpp3189 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in MipsTargetLowering
3279 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h416 virtual void LowerAsmOperandForConstraint(SDValue Op,
DPPCISelLowering.cpp6657 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in PPCTargetLowering
6722 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h358 virtual void LowerAsmOperandForConstraint(SDValue Op,
DARMISelLowering.cpp10113 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in ARMTargetLowering
10275 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h595 virtual void LowerAsmOperandForConstraint(SDValue Op,
DX86ISelLowering.cpp18015 void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in X86TargetLowering
18145 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/external/llvm/include/llvm/Target/
DTargetLowering.h2241 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1925 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in TargetLowering
2375 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
DSelectionDAGBuilder.cpp6206 TLI.LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode, in visitInlineAsm()