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()
761 const MachineInstr *InstB) const { in operator ()()766 if (InstA == InstB) in operator ()()769 const MachineBasicBlock *BB = InstB->getParent(); in operator ()()787 return getDist(InstA) > getDist(InstB); in operator ()()
354 InstHexagon InstA, InstHexagon InstB> {358 (InstB Val:$A, Val:$B)>;1028 InstHexagon InstB> {1034 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
1833 auto *InstB = B.getContextInst(); in eliminateConstraints() local1834 return InstA->comesBefore(InstB); in eliminateConstraints()
564 // * InstB with bitpattern 0b000000?? but the associated decoder method568 // InstB bitpatterns first as InstB (because it is the most specific571 // hasCompleteDecoder = 0 in InstB, the decoder is informed that