Home
last modified time | relevance | path

Searched refs:supportSplitCSR (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h312 bool supportSplitCSR(MachineFunction *MF) const override;
H A DSIISelLowering.cpp2251 bool SITargetLowering::supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function in SITargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h870 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DARMFastISel.cpp2086 if (TLI.supportSplitCSR(FuncInfo.MF)) in SelectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h771 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DAArch64FastISel.cpp3768 if (TLI.supportSplitCSR(FuncInfo.MF)) in selectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1562 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DX86FastISel.cpp1179 if (TLI.supportSplitCSR(FuncInfo.MF)) in X86SelectRet()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3637 virtual bool supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp486 if (OptLevel != CodeGenOpt::None && TLI->supportSplitCSR(MF)) { in runOnMachineFunction()