/external/llvm/unittests/IR/ |
D | ValueTest.cpp | 207 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST() 208 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST() 209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST() 210 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST() 234 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated"); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueTest.cpp | 220 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST() 221 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST() 222 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST() 223 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST() 247 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated"); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 75 int getLocalSlot(const Value *V);
|
/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 75 int getLocalSlot(const Value *V);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 333 int getLocalSlot(const Value *V); 557 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker 1047 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 1054 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 1064 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 1592 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() 1656 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
|
/external/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 443 int Slot = MST.getLocalSlot(BB); in print() 626 Slot = MST.getLocalSlot(&BB); in printIRBlockReference() 631 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference() 653 printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 432 Slot = MST.getLocalSlot(&BB); in printIRBlockReference() 436 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference() 463 MachineOperand::printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
|
D | MIRPrinter.cpp | 563 int Slot = MST.getLocalSlot(BB); in print()
|
D | MachineBasicBlock.cpp | 299 int Slot = MST.getLocalSlot(BB); in print()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 627 int getLocalSlot(const Value *V); 734 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker 736 return Machine->getLocalSlot(V); in getLocalSlot() 954 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker 1987 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 1994 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 2004 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 2753 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() 2833 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 732 int getLocalSlot(const Value *V); 849 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker 851 return Machine->getLocalSlot(V); in getLocalSlot() 1098 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker 2206 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 2213 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 2223 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal() 3428 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() 3507 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1934 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() 1966 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2621 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() 2653 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
|