Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedInstructions.cpp17 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/
Dtrydecode-emission3.td29 def InstB : TestInstruction {
34 let AsmString = "InstB";
40 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
Dtrydecode-emission2.td26 def InstB : TestInstruction {
28 let AsmString = "InstB";
38 // CHECK-NEXT: /* 23 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
Dtrydecode-emission.td29 def InstB : TestInstruction {
31 let AsmString = "InstB";
39 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
Dget-operand-type.td30 def InstB : Instruction {
/external/llvm/test/TableGen/
Dtrydecode-emission3.td29 def InstB : TestInstruction {
34 let AsmString = "InstB";
40 // CHECK-NEXT: /* 13 */ MCD::OPC_TryDecode, {{[0-9]+}}, 0, 0, 0, // Opcode: InstB, skip to: 18
Dtrydecode-emission2.td26 def InstB : TestInstruction {
28 let AsmString = "InstB";
38 // CHECK-NEXT: /* 20 */ MCD::OPC_TryDecode, {{[0-9]+}}, 0, 0, 0, // Opcode: InstB, skip to: 25
Dtrydecode-emission.td29 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/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp767 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 ()()
DHexagonPatterns.td329 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/
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 ()()
DHexagonPatterns.td344 InstHexagon InstA, InstHexagon InstB> {
348 (InstB Val:$A, Val:$B)>;
909 InstHexagon InstB> {
915 (InstB IntRegs:$Rs, IntRegs:$Rt)>;
/external/llvm/include/llvm/Target/
DTarget.td460 // * 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/
DTarget.td432 // * 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/
DTarget.td444 // * 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