Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h101 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DLanaiISelLowering.cpp284 void LanaiTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in LanaiTargetLowering
359 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h136 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DAVRISelLowering.cpp1964 void AVRTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in llvm::AVRTargetLowering
2068 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h80 void LowerAsmOperandForConstraint(SDValue Op,
H A DSparcISelLowering.cpp3230 LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in SparcTargetLowering
3258 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.h166 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DM68kISelLowering.cpp2727 void M68kTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in M68kTargetLowering
2839 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h502 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DNVPTXISelLowering.cpp2726 void NVPTXTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in NVPTXTargetLowering
2732 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h349 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DRISCVISelLowering.cpp8229 void RISCVTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in RISCVTargetLowering
8264 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h460 void LowerAsmOperandForConstraint(SDValue Op,
H A DSystemZISelLowering.cpp1230 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, in LowerAsmOperandForConstraint() function in SystemZTargetLowering
1272 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h414 void LowerAsmOperandForConstraint(SDValue Op,
H A DSIISelLowering.cpp11625 void SITargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in SITargetLowering
11637 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h636 void LowerAsmOperandForConstraint(SDValue Op,
H A DMipsISelLowering.cpp4163 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in MipsTargetLowering
4254 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h527 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h927 void LowerAsmOperandForConstraint(SDValue Op,
H A DPPCISelLowering.cpp15729 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in PPCTargetLowering
15800 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1134 void LowerAsmOperandForConstraint(SDValue Op,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1033 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4228 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4484 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in TargetLowering
4946 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()

12