Lines Matching refs:AllowGCPtrInCSR
326 bool AllowGCPtrInCSR; member in __anon2f435cf10211::StatepointState
338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
341 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
391 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !GCRegs.contains(Reg))) in findRegistersToSpill()
493 if (AllowGCPtrInCSR) { in rewriteStatepoint()
499 if (!AllowGCPtrInCSR) { in rewriteStatepoint()
531 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()
575 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument
586 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
620 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local
625 AllowGCPtrInCSR = false; in runOnMachineFunction()
626 Changed |= SPP.process(*I, AllowGCPtrInCSR); in runOnMachineFunction()