Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1618 MachineInstr *Divergent = Block.getDivergent(); in ConvertVPTBlocks() local
1619 MachineBasicBlock *MBB = Divergent->getParent(); in ConvertVPTBlocks()
1620 auto DivergentNext = ++MachineBasicBlock::iterator(Divergent); in ConvertVPTBlocks()
1635 VCMPOpcodeToVPT(Divergent->getOpcode()) != 0 ? Divergent : nullptr; in ConvertVPTBlocks()
1645 BuildMI(*Divergent->getParent(), Divergent, in ConvertVPTBlocks()
1646 Divergent->getDebugLoc(), TII->get(ARM::MVE_VPST)); in ConvertVPTBlocks()