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.cpp761 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 ()()
H A DHexagonPatterns.td354 InstHexagon InstA, InstHexagon InstB> {
358 (InstB Val:$A, Val:$B)>;
1028 InstHexagon InstB> {
1034 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1833 auto *InstB = B.getContextInst(); in eliminateConstraints() local
1834 return InstA->comesBefore(InstB); in eliminateConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td564 // * InstB with bitpattern 0b000000?? but the associated decoder method
568 // InstB bitpatterns first as InstB (because it is the most specific
571 // hasCompleteDecoder = 0 in InstB, the decoder is informed that