Searched refs:getModuleFromVal (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 273 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 291 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 3396 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 3413 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 3417 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 3428 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 3471 M = getModuleFromVal(this); in printAsOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 318 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 336 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 3655 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4323 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4340 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4344 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4355 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4396 M = getModuleFromVal(this); in printAsOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 262 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 280 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 4022 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4702 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4719 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4723 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4738 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4781 M = getModuleFromVal(this); in printAsOperand()
|