Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp1440 auto ReplaceVCMPWithVPT = [&](MachineInstr *&TheVCMP, MachineInstr *At) { in ConvertVPTBlocks() argument
1441 assert(TheVCMP && "Replacing a removed or non-existent VCMP"); in ConvertVPTBlocks()
1445 TII->get(VCMPOpcodeToVPT(TheVCMP->getOpcode()))); in ConvertVPTBlocks()
1448 MIB.add(TheVCMP->getOperand(1)); in ConvertVPTBlocks()
1450 MIB.add(TheVCMP->getOperand(2)); in ConvertVPTBlocks()
1452 MIB.add(TheVCMP->getOperand(3)); in ConvertVPTBlocks()
1455 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()
1456 TheVCMP = nullptr; in ConvertVPTBlocks()