Searched refs:printModuleLevelGV (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 174 void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O,
|
H A D | NVPTXAsmPrinter.cpp | 839 printModuleLevelGV(Globals[i], OS2, /*processDemoted=*/false, STI); in emitGlobals() 966 void NVPTXAsmPrinter::printModuleLevelGV(const GlobalVariable *GVar, in printModuleLevelGV() function in NVPTXAsmPrinter 1314 printModuleLevelGV(GV, O, /*processDemoted=*/true, STI); in emitDemotedVars()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 217 void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O,
|
H A D | NVPTXAsmPrinter.cpp | 837 printModuleLevelGV(Globals[i], OS2); in emitGlobals() 995 void NVPTXAsmPrinter::printModuleLevelGV(const GlobalVariable *GVar, in printModuleLevelGV() function in NVPTXAsmPrinter 1255 printModuleLevelGV(gvars[i], O, true); in emitDemotedVars()
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 219 void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O,
|
H A D | NVPTXAsmPrinter.cpp | 904 printModuleLevelGV(Globals[i], OS2); in emitGlobals() 1038 void NVPTXAsmPrinter::printModuleLevelGV(const GlobalVariable *GVar, in printModuleLevelGV() function in NVPTXAsmPrinter 1299 printModuleLevelGV(gvars[i], O, true); in emitDemotedVars()
|