Searched refs:InstB (Results 1 – 5 of 5) sorted by relevance
96 const Instruction *InstB) { in domTreeLevelBefore() argument99 if (InstA->getParent() == InstB->getParent()) in domTreeLevelBefore()100 return InstA->comesBefore(InstB); in domTreeLevelBefore()103 DomTreeNode *DB = DT->getNode(InstB->getParent()); in domTreeLevelBefore()
766 const MachineInstr *InstB) const { in operator ()()771 if (InstA == InstB) in operator ()()774 const MachineBasicBlock *BB = InstB->getParent(); in operator ()()792 return getDist(InstA) > getDist(InstB); in operator ()()
346 InstHexagon InstA, InstHexagon InstB> {350 (InstB Val:$A, Val:$B)>;1003 InstHexagon InstB> {1009 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
1725 auto *InstB = B.getContextInst(); in eliminateConstraints() local1726 return InstA->comesBefore(InstB); in eliminateConstraints()
559 // * InstB with bitpattern 0b000000?? but the associated decoder method563 // InstB bitpatterns first as InstB (because it is the most specific566 // hasCompleteDecoder = 0 in InstB, the decoder is informed that