Home
last modified time | relevance | path

Searched refs:ignoreCSRForAllocationOrder (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp77 CSRHintsForAllocOrder[*AI] = STI.ignoreCSRForAllocationOrder(mf, *AI); in runOnMachineFunction()
133 !STI.ignoreCSRForAllocationOrder(*MF, PhysReg)) in compute()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h307 virtual bool ignoreCSRForAllocationOrder(const MachineFunction &MF, in ignoreCSRForAllocationOrder() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h548 bool ignoreCSRForAllocationOrder(const MachineFunction &MF,
H A DARMSubtarget.cpp484 bool ARMSubtarget::ignoreCSRForAllocationOrder(const MachineFunction &MF, in ignoreCSRForAllocationOrder() function in ARMSubtarget