Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp326 bool AllowGCPtrInCSR; member in __anoncdc2af6d0211::StatepointState
338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
341 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
391 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !is_contained(GCRegs, Reg))) in findRegistersToSpill()
492 if (AllowGCPtrInCSR) { in rewriteStatepoint()
498 if (!AllowGCPtrInCSR) { in rewriteStatepoint()
530 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()
574 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument
585 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
619 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local
[all …]