Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1600 auto ReplaceVCMPWithVPT = [&](MachineInstr *&TheVCMP, MachineInstr *At) { in ConvertVPTBlocks() argument
1601 assert(TheVCMP && "Replacing a removed or non-existent VCMP"); in ConvertVPTBlocks()
1605 TII->get(VCMPOpcodeToVPT(TheVCMP->getOpcode()))); in ConvertVPTBlocks()
1608 MIB.add(TheVCMP->getOperand(1)); in ConvertVPTBlocks()
1610 MIB.add(TheVCMP->getOperand(2)); in ConvertVPTBlocks()
1612 MIB.add(TheVCMP->getOperand(3)); in ConvertVPTBlocks()
1615 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()
1616 TheVCMP = nullptr; in ConvertVPTBlocks()