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.cpp324 bool AllowGCPtrInCSR; member in __anon2f435cf10211::StatepointState
336 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
339 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
389 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !GCRegs.contains(Reg))) in findRegistersToSpill()
490 if (AllowGCPtrInCSR) { in rewriteStatepoint()
496 if (!AllowGCPtrInCSR) { in rewriteStatepoint()
528 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()
572 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument
583 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
614 bool AllowGCPtrInCSR = PassGCPtrInCSR; in run() local
[all …]