Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18443 MachineInstr *LastSelectPseudo = &MI; in emitSelectPseudo()
18456 LastSelectPseudo = &*SequenceMBBI; in emitSelectPseudo()
18485 unsigned CallFrameSize = TII.getCallFrameSizeAt(*LastSelectPseudo); in emitSelectPseudo()
18496 std::next(LastSelectPseudo->getIterator()), HeadMBB->end()); in emitSelectPseudo()
18521 auto SelectEnd = std::next(LastSelectPseudo->getIterator()); in emitSelectPseudo()
18440 MachineInstr *LastSelectPseudo = &MI; emitSelectPseudo() local