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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h101 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DLanaiISelLowering.cpp282 // LowerAsmOperandForConstraint - Lower the specified operand into the Ops
284 void LanaiTargetLowering::LowerAsmOperandForConstraint( function in class:LanaiTargetLowering
359 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h124 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DAVRISelLowering.cpp1901 void AVRTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:llvm::AVRTargetLowering
2005 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h103 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DRISCVISelLowering.cpp2725 void RISCVTargetLowering::LowerAsmOperandForConstraint( function in class:RISCVTargetLowering
2760 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h80 void LowerAsmOperandForConstraint(SDValue Op,
H A DSparcISelLowering.cpp3220 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3223 LowerAsmOperandForConstraint(SDValue Op, function in class:SparcTargetLowering
3251 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h502 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DNVPTXISelLowering.cpp2745 void NVPTXTargetLowering::LowerAsmOperandForConstraint(
2751 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h449 void LowerAsmOperandForConstraint(SDValue Op,
H A DSystemZISelLowering.cpp1183 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, function in class:SystemZTargetLowering
1225 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h786 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DAArch64ISelLowering.cpp6346 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
6348 void AArch64TargetLowering::LowerAsmOperandForConstraint( function in class:AArch64TargetLowering
6497 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h436 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
440 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DARMISelLowering.cpp16023 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
16025 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:ARMTargetLowering
16187 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h646 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
650 void LowerAsmOperandForConstraint(SDValue Op,
H A DMipsISelLowering.cpp4147 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
4149 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:MipsTargetLowering
4240 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h814 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
816 void LowerAsmOperandForConstraint(SDValue Op,
H A DPPCISelLowering.cpp14748 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
14750 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:PPCTargetLowering
14821 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h993 void LowerAsmOperandForConstraint(SDValue Op,
H A DX86ISelLowering.cpp[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3970 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4103 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:TargetLowering
4568 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i],
H A DSelectionDAGBuilder.cpp8367 TLI.LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode,

Completed in 913 milliseconds