Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp96 const Instruction *InstB) { in domTreeLevelBefore() argument
99 if (InstA->getParent() == InstB->getParent()) in domTreeLevelBefore()
100 return InstA->comesBefore(InstB); in domTreeLevelBefore()
103 DomTreeNode *DB = DT->getNode(InstB->getParent()); in domTreeLevelBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp766 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 ()()
H A DHexagonPatterns.td346 InstHexagon InstA, InstHexagon InstB> {
350 (InstB Val:$A, Val:$B)>;
1003 InstHexagon InstB> {
1009 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1725 auto *InstB = B.getContextInst(); in eliminateConstraints() local
1726 return InstA->comesBefore(InstB); in eliminateConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td559 // * InstB with bitpattern 0b000000?? but the associated decoder method
563 // InstB bitpatterns first as InstB (because it is the most specific
566 // hasCompleteDecoder = 0 in InstB, the decoder is informed that