Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1575 auto ReplaceVCMPWithVPT = [&](MachineInstr *&TheVCMP, MachineInstr *At) { in ConvertVPTBlocks() argument
1576 assert(TheVCMP && "Replacing a removed or non-existent VCMP"); in ConvertVPTBlocks()
1580 TII->get(VCMPOpcodeToVPT(TheVCMP->getOpcode()))); in ConvertVPTBlocks()
1583 MIB.add(TheVCMP->getOperand(1)); in ConvertVPTBlocks()
1585 MIB.add(TheVCMP->getOperand(2)); in ConvertVPTBlocks()
1587 MIB.add(TheVCMP->getOperand(3)); in ConvertVPTBlocks()
1590 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()
1591 TheVCMP = nullptr; in ConvertVPTBlocks()