Searched refs:SlotTracker (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 19 class SlotTracker; variable 32 std::unique_ptr<SlotTracker> MachineStorage; 38 SlotTracker *Machine = nullptr; 42 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 59 SlotTracker *getMachine();
|
/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 19 class SlotTracker; variable 32 std::unique_ptr<SlotTracker> MachineStorage; 38 SlotTracker *Machine = nullptr; 42 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 59 SlotTracker *getMachine();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 666 class SlotTracker { class 713 explicit SlotTracker(const Module *M, 721 explicit SlotTracker(const Function *F, 725 explicit SlotTracker(const ModuleSummaryIndex *Index); 727 SlotTracker(const SlotTracker &) = delete; 728 SlotTracker &operator=(const SlotTracker &) = delete; 813 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() 824 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 830 llvm::make_unique<SlotTracker>(M, ShouldInitializeAllMetadata); in getMachine() 854 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker() [all …]
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 580 class SlotTracker { class 615 explicit SlotTracker(const Module *M, 622 explicit SlotTracker(const Function *F, 693 SlotTracker(const SlotTracker &) = delete; 694 void operator=(const SlotTracker &) = delete; 698 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() 709 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 715 llvm::make_unique<SlotTracker>(M, ShouldInitializeAllMetadata); in getMachine() 739 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker() 741 return new SlotTracker(FA->getParent()); in createSlotTracker() [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 301 class SlotTracker { class 327 explicit SlotTracker(const Module *M); 329 explicit SlotTracker(const Function *F); 377 SlotTracker(const SlotTracker &); // DO NOT IMPLEMENT 378 void operator=(const SlotTracker &); // DO NOT IMPLEMENT 384 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker() 386 return new SlotTracker(FA->getParent()); in createSlotTracker() 390 return new SlotTracker(I->getParent()->getParent()); in createSlotTracker() 393 return new SlotTracker(BB->getParent()); in createSlotTracker() 396 return new SlotTracker(GV->getParent()); in createSlotTracker() [all …]
|