Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h369 bool supportSplitCSR(MachineFunction *MF) const override;
H A DSIISelLowering.cpp2683 bool SITargetLowering::supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function in SITargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h896 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DARMFastISel.cpp2089 if (TLI.supportSplitCSR(FuncInfo.MF)) in SelectRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h896 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DAArch64FastISel.cpp3845 if (TLI.supportSplitCSR(FuncInfo.MF)) in selectRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1708 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DX86FastISel.cpp1178 if (TLI.supportSplitCSR(FuncInfo.MF)) in X86SelectRet()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4243 virtual bool supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp493 if (OptLevel != CodeGenOptLevel::None && TLI->supportSplitCSR(MF)) { in runOnMachineFunction()