Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp97 const Instruction *InstB) { in domTreeLevelBefore() argument
100 if (InstA->getParent() == InstB->getParent()) in domTreeLevelBefore()
101 return InstA->comesBefore(InstB); in domTreeLevelBefore()
104 DomTreeNode *DB = DT->getNode(InstB->getParent()); in domTreeLevelBefore()
/netbsd-src/external/apache2/llvm/dist/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)>;
924 InstHexagon InstB> {
930 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td449 // * InstB with bitpattern 0b000000?? but the associated decoder method
453 // InstB bitpatterns first as InstB (because it is the most specific
456 // hasCompleteDecoder = 0 in InstB, the decoder is informed that