Searched refs:getModuleFromVal (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 50 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 1090 if (Context == 0) Context = getModuleFromVal(V); in WriteAsOperand() 2057 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW); in print() 2061 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW); in print()
|
/external/llvm/lib/IR/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 320 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 338 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 4073 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4090 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4094 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4105 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4146 M = getModuleFromVal(this); in printAsOperand()
|