Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp325 bool AllowGCPtrInCSR; member in __anon9d3c0ba50211::StatepointState
337 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
340 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
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
623 AllowGCPtrInCSR = false; in runOnMachineFunction()
[all …]