Home
last modified time | relevance | path

Searched defs:GV (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp38 bool isRSAllocation(const GlobalVariable &GV) { in isRSAllocation()
55 for (auto &GV : M.globals()) { in getRSAllocationInfo() local
78 auto *GV = A.GlobalVar; in getRSAllocAccesses() local
DGlobalAllocPass.cpp36 for (auto &GV : M.globals()) { in collectGlobalAllocs() local
DWrapper.cpp254 std::find_if(GlobalsB, GlobalsE, [](const llvm::GlobalVariable &GV) { in DecorateGlobalBuffer()
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp74 static uint32_t getEncodedProperties(const llvm::GlobalVariable &GV) { in getEncodedProperties()
135 for (auto &GV : M.globals()) { in runOnModule() local
DCompiler.cpp449 auto IsExportedSymbol = [=](const llvm::GlobalValue &GV) { in addInternalizeSymbolsPass()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp344 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage()
372 static unsigned getEncodedVisibility(const GlobalValue &GV) { in getEncodedVisibility()
381 static unsigned getEncodedThreadLocalMode(const GlobalVariable &GV) { in getEncodedThreadLocalMode()
414 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() local
478 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo() local
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp342 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage()
370 static unsigned getEncodedVisibility(const GlobalValue &GV) { in getEncodedVisibility()
401 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() local
465 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo() local
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp344 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage()
372 static unsigned getEncodedVisibility(const GlobalValue &GV) { in getEncodedVisibility()
403 for (const GlobalValue &GV : M->globals()) { in WriteModuleInfo() local
467 for (const GlobalVariable &GV : M->globals()) { in WriteModuleInfo() local
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp102 GlobalVariable *GV = cast<GlobalVariable>(Val); in TransferClausesToLandingPadInst() local
133 GlobalVariable *GV = cast<GlobalVariable>(Val); in TransferClausesToLandingPadInst() local
2308 GlobalVariable *GV = &*GI; in GlobalCleanup() local
3658 std::error_code BitcodeReader::materialize(GlobalValue *GV) { in materialize()
3699 void BitcodeReader::dematerialize(GlobalValue *GV) { in dematerialize()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2015 GlobalVariable *GV = &*GI; in GlobalCleanup() local
3319 std::error_code BitcodeReader::materialize(GlobalValue *GV) { in materialize()
3360 void BitcodeReader::dematerialize(GlobalValue *GV) { in dematerialize()