Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1614 MachineInstr *VPST = Insts.front(); in ConvertVPTBlocks() local
1670 LLVM_DEBUG(dbgs() << "ARM Loops: Removing VPST: " << *VPST); in ConvertVPTBlocks()
1671 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1675 MachineInstr *VPST = Insts.front(); in ConvertVPTBlocks() local
1677 assert(VPST->getOpcode() == ARM::MVE_VPST && in ConvertVPTBlocks()
1679 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1681 LoLoop.BlockMasksToRecompute.insert(VPST); in ConvertVPTBlocks()
1686 MachineInstr *VPST = Insts.front(); in ConvertVPTBlocks() local
1687 auto Next = ++MachineBasicBlock::iterator(VPST); in ConvertVPTBlocks()
1704 ReplaceVCMPWithVPT(VCMP, VPST); in ConvertVPTBlocks()
[all …]