Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp326 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
[all …]