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

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h106 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DLanaiISelLowering.cpp280 // LowerAsmOperandForConstraint - Lower the specified operand into the Ops
282 void LanaiTargetLowering::LowerAsmOperandForConstraint( function in class:LanaiTargetLowering
357 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h139 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DAVRISelLowering.cpp2723 void AVRTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:llvm::AVRTargetLowering
2827 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h91 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DSparcISelLowering.cpp3471 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3473 void SparcTargetLowering::LowerAsmOperandForConstraint( function in class:SparcTargetLowering
3500 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h166 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DM68kISelLowering.cpp2892 void M68kTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:M68kTargetLowering
3004 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h308 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DLoongArchISelLowering.cpp4751 void LoongArchTargetLowering::LowerAsmOperandForConstraint( function in class:LoongArchTargetLowering
4795 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h535 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DNVPTXISelLowering.cpp3328 void NVPTXTargetLowering::LowerAsmOperandForConstraint(
3333 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h478 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DSIISelLowering.cpp15188 void SITargetLowering::LowerAsmOperandForConstraint(SDValue Op,
15200 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h581 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h514 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DSystemZISelLowering.cpp1383 void SystemZTargetLowering::LowerAsmOperandForConstraint( function in class:SystemZTargetLowering
1425 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h537 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
541 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h638 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
642 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
H A DMipsISelLowering.cpp4194 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
4196 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:MipsTargetLowering
4288 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h976 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
978 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1282 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1233 void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4905 virtual void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5465 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:TargetLowering
5956 TLI.LowerAsmOperandForConstraint(Op, P.first, ResultOps, *DAG);

Completed in 466 milliseconds

12