/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 132 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
D | NVPTXISelLowering.cpp | 1238 NVPTXTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in NVPTXTargetLowering 1246 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 233 void LowerAsmOperandForConstraint(SDValue Op,
|
D | AArch64ISelLowering.cpp | 2858 AArch64TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in AArch64TargetLowering 2940 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 415 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
D | MipsISelLowering.cpp | 3189 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in MipsTargetLowering 3279 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 416 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
D | PPCISelLowering.cpp | 6657 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in PPCTargetLowering 6722 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 358 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
D | ARMISelLowering.cpp | 10113 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/ |
D | X86ISelLowering.h | 595 virtual void LowerAsmOperandForConstraint(SDValue Op,
|
D | X86ISelLowering.cpp | 18015 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/ |
D | TargetLowering.h | 2241 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1925 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in TargetLowering 2375 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
|
D | SelectionDAGBuilder.cpp | 6206 TLI.LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode, in visitInlineAsm()
|