Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp325 bool AllowGCPtrInCSR; member in __anona19089fc0211::StatepointState
337 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
340 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
390 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !is_contained(GCRegs, Reg))) in findRegistersToSpill()
491 if (AllowGCPtrInCSR) { in rewriteStatepoint()
497 if (!AllowGCPtrInCSR) { in rewriteStatepoint()
529 if (AllowGCPtrInCSR && MI.isRegTiedToDefOperand(I, &OldDef)) { in rewriteStatepoint()
573 bool process(MachineInstr &MI, bool AllowGCPtrInCSR) { in process() argument
584 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
618 bool AllowGCPtrInCSR = PassGCPtrInCSR; in runOnMachineFunction() local
[all …]