Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1592 auto ReplaceVCMPWithVPT = [&](MachineInstr *&TheVCMP, MachineInstr *At) { in ConvertVPTBlocks() argument
1593 assert(TheVCMP && "Replacing a removed or non-existent VCMP"); in ConvertVPTBlocks()
1597 TII->get(VCMPOpcodeToVPT(TheVCMP->getOpcode()))); in ConvertVPTBlocks()
1600 MIB.add(TheVCMP->getOperand(1)); in ConvertVPTBlocks()
1602 MIB.add(TheVCMP->getOperand(2)); in ConvertVPTBlocks()
1604 MIB.add(TheVCMP->getOperand(3)); in ConvertVPTBlocks()
1607 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()
1608 TheVCMP = nullptr; in ConvertVPTBlocks()