Searched refs:InstB (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | OrderedInstructions.cpp | 17 const Instruction *InstB) const { in localDominates() 18 assert(InstA->getParent() == InstB->getParent() && in localDominates() 25 return OBB->second->dominates(InstA, InstB); in localDominates() 32 const Instruction *InstB) const { in dominates() 35 if (InstA->getParent() == InstB->getParent()) in dominates() 36 return localDominates(InstA, InstB); in dominates() 37 return DT->dominates(InstA->getParent(), InstB->getParent()); in dominates() 41 const Instruction *InstB) const { in dfsBefore() 44 if (InstA->getParent() == InstB->getParent()) in dfsBefore() 45 return localDominates(InstA, InstB); in dfsBefore() [all …]
|
/external/llvm-project/llvm/test/TableGen/ |
D | trydecode-emission3.td | 29 def InstB : TestInstruction { 34 let AsmString = "InstB"; 40 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
|
D | trydecode-emission2.td | 26 def InstB : TestInstruction { 28 let AsmString = "InstB"; 38 // CHECK-NEXT: /* 23 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
|
D | trydecode-emission.td | 29 def InstB : TestInstruction { 31 let AsmString = "InstB"; 39 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
|
D | get-operand-type.td | 30 def InstB : Instruction {
|
/external/llvm/test/TableGen/ |
D | trydecode-emission3.td | 29 def InstB : TestInstruction { 34 let AsmString = "InstB"; 40 // CHECK-NEXT: /* 13 */ MCD::OPC_TryDecode, {{[0-9]+}}, 0, 0, 0, // Opcode: InstB, skip to: 18
|
D | trydecode-emission2.td | 26 def InstB : TestInstruction { 28 let AsmString = "InstB"; 38 // CHECK-NEXT: /* 20 */ MCD::OPC_TryDecode, {{[0-9]+}}, 0, 0, 0, // Opcode: InstB, skip to: 25
|
D | trydecode-emission.td | 29 def InstB : TestInstruction { 31 let AsmString = "InstB"; 39 // CHECK-NEXT: /* 13 */ MCD::OPC_TryDecode, {{[0-9]+}}, 0, 0, 0, // Opcode: InstB, skip to: 18
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 97 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 767 const MachineInstr *InstB) const { in operator ()() 772 if (InstA == InstB) in operator ()() 775 const MachineBasicBlock *BB = InstB->getParent(); in operator ()() 793 return getDist(InstA) > getDist(InstB); in operator ()()
|
D | HexagonPatterns.td | 329 InstHexagon InstA, InstHexagon InstB> { 333 (InstB Val:$A, Val:$B)>; 879 InstHexagon InstB> { 885 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 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 ()()
|
D | HexagonPatterns.td | 344 InstHexagon InstA, InstHexagon InstB> { 348 (InstB Val:$A, Val:$B)>; 909 InstHexagon InstB> { 915 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 460 // * InstB with bitpattern 0b000000?? but the associated decoder method 464 // InstB bitpatterns first as InstB (because it is the most specific 467 // hasCompleteDecoder = 0 in InstB, the decoder is informed that
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 432 // * InstB with bitpattern 0b000000?? but the associated decoder method 436 // InstB bitpatterns first as InstB (because it is the most specific 439 // hasCompleteDecoder = 0 in InstB, the decoder is informed that
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 444 // * InstB with bitpattern 0b000000?? but the associated decoder method 448 // InstB bitpatterns first as InstB (because it is the most specific 451 // hasCompleteDecoder = 0 in InstB, the decoder is informed that
|