Searched refs:InstA (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | OrderedInstructions.cpp | 17 bool OrderedInstructions::localDominates(const Instruction *InstA, in localDominates() argument 19 assert(InstA->getParent() == InstB->getParent() && in localDominates() 22 const BasicBlock *IBB = InstA->getParent(); in localDominates() 26 return OBB->second->dominates(InstA, InstB); in localDominates() 32 bool OrderedInstructions::dominates(const Instruction *InstA, in dominates() argument 36 if (InstA->getParent() == InstB->getParent()) in dominates() 37 return localDominates(InstA, InstB); in dominates() 38 return DT->dominates(InstA->getParent(), InstB->getParent()); in dominates() 41 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore() argument 45 if (InstA->getParent() == InstB->getParent()) in dfsBefore() [all …]
|
/external/llvm/test/TableGen/ |
D | trydecode-emission3.td | 19 def InstA : TestInstruction { 21 let AsmString = "InstA"; 41 // CHECK-NEXT: /* 18 */ MCD::OPC_Decode, {{[0-9]+}}, 1, // Opcode: InstA
|
D | trydecode-emission2.td | 19 def InstA : TestInstruction { 21 let AsmString = "InstA"; 40 // CHECK-NEXT: /* 31 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, // Opcode: InstA, skip to: 36
|
D | trydecode-emission.td | 24 def InstA : TestInstruction { 26 let AsmString = "InstA"; 40 // CHECK-NEXT: /* 18 */ MCD::OPC_Decode, {{[0-9]+}}, 1, // Opcode: InstA
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | trydecode-emission3.td | 19 def InstA : TestInstruction { 21 let AsmString = "InstA"; 41 // CHECK-NEXT: /* 21 */ MCD::OPC_Decode, {{[0-9]+}}, 1, // Opcode: InstA
|
D | trydecode-emission2.td | 19 def InstA : TestInstruction { 21 let AsmString = "InstA"; 40 // CHECK-NEXT: /* 36 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, // Opcode: InstA, skip to:…
|
D | trydecode-emission.td | 24 def InstA : TestInstruction { 26 let AsmString = "InstA"; 40 // CHECK-NEXT: /* 21 */ MCD::OPC_Decode, {{[0-9]+}}, 1, // Opcode: InstA
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 766 bool BT::UseQueueType::Cmp::operator()(const MachineInstr *InstA, in operator ()() argument 772 if (InstA == InstB) in operator ()() 774 const MachineBasicBlock *BA = InstA->getParent(); in operator ()() 793 return getDist(InstA) > getDist(InstB); in operator ()()
|
D | HexagonPatterns.td | 290 InstHexagon InstA, InstHexagon InstB> { 292 (InstA Val:$A, Val:$B)>; 834 multiclass SelMinMax16_pats<PatFrag CmpOp, InstHexagon InstA, 838 (InstA IntRegs:$Rs, IntRegs:$Rt)>;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 459 // * InstA with bitpattern 0b0000????, 463 // The decoder tries to decode a bitpattern that matches both InstA and 470 // decode the bitpattern as InstA too.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 537 // * InstA with bitpattern 0b0000????, 541 // The decoder tries to decode a bitpattern that matches both InstA and 548 // decode the bitpattern as InstA too.
|