Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h332 bool supportSplitCSR(MachineFunction *MF) const override;
H A DSIISelLowering.cpp2295 bool SITargetLowering::supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h878 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DARMFastISel.cpp2089 if (TLI.supportSplitCSR(FuncInfo.MF)) in SelectRet()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h809 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DAArch64FastISel.cpp3775 if (TLI.supportSplitCSR(FuncInfo.MF)) in selectRet()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1616 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DX86FastISel.cpp1174 if (TLI.supportSplitCSR(FuncInfo.MF)) in X86SelectRet()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3929 virtual bool supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp441 if (OptLevel != CodeGenOpt::None && TLI->supportSplitCSR(MF)) { in runOnMachineFunction()