Home
last modified time | relevance | path

Searched refs:PromotedGlobals (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h129 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
242 PromotedGlobals.insert(GV); in markGlobalAsPromotedToConstantPool()
245 return PromotedGlobals; in getGlobalsPromotedToConstantPool()
DARMAsmPrinter.h62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
DARMAsmPrinter.cpp97 if (PromotedGlobals.count(GV)) in EmitGlobalVariable()
119 PromotedGlobals.insert(GV); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp289 auto PromotedGlobals = PromoteSymbols(M); in emitPartition() local
290 if (!PromotedGlobals.empty()) { in emitPartition()
293 for (auto &GV : PromotedGlobals) in emitPartition()
DIndirectionUtils.cpp260 std::vector<GlobalValue *> PromotedGlobals; in operator ()() local
283 PromotedGlobals.push_back(&GV); in operator ()()
286 return PromotedGlobals; in operator ()()