Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h334 bool supportSplitCSR(MachineFunction *MF) const override;
H A DSIISelLowering.cpp2336 bool SITargetLowering::supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function in SITargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h884 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DARMFastISel.cpp2089 if (TLI.supportSplitCSR(FuncInfo.MF)) in SelectRet()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h838 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DAArch64FastISel.cpp3807 if (TLI.supportSplitCSR(FuncInfo.MF)) in selectRet()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1679 bool supportSplitCSR(MachineFunction *MF) const override { in supportSplitCSR() function
H A DX86FastISel.cpp1172 if (TLI.supportSplitCSR(FuncInfo.MF)) in X86SelectRet()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4048 virtual bool supportSplitCSR(MachineFunction *MF) const { in supportSplitCSR() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp457 if (OptLevel != CodeGenOpt::None && TLI->supportSplitCSR(MF)) { in runOnMachineFunction()