Home
last modified time | relevance | path

Searched defs:GI (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp100 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp100 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnBasicBlock() local
/external/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp93 for (auto GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) { in runOnModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp105 for (auto GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) { in runOnModule() local
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp198 for (Module::global_iterator GI = M->global_begin(), GE=M->global_end(); GI != GE; ++GI) in getSymbols() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp347 IntrinsicInst *GI = cast<IntrinsicInst>(GuardInst); in getGuardCondition() local
355 IntrinsicInst *GI = cast<IntrinsicInst>(GuardInst); in setGuardCondition() local
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp187 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")]; in groupDiagnostics() local
369 const GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")]; in groupInPedantic() local
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp277 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DGlobalMerge.cpp295 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp426 for (std::map<const GlobalValue*, unsigned>::iterator GI = in AnalyzeCallGraph() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp451 for (auto &GI : ILI.second) { in gatherImportedSummariesForModule() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1713 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) { in emitDebugPubNames() local
1761 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) { in emitDebugPubTypes() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp649 auto *GI = cast<GetElementPtrInst>(B.CreateInBoundsGEP(GEPBase, {Arg0})); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp718 for (auto &GI : ILI.second) { in gatherImportedSummariesForModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp114 } else if (GetElementPtrInst *GI = dyn_cast<GetElementPtrInst>(U)) { in FoldIntegerTypedPHI() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp190 for (Module::global_iterator GI = M->global_begin(), GE = M->global_end(); in clearGlobalMappingsFromModule() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1347 for (const auto &GI : Globals) { in emitDebugPubSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1685 for (const auto &GI : Globals) { in emitDebugPubSection() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1573 GI = TheModule->global_begin(), GE = TheModule->global_end(); in ParseModule() local
/external/llvm/lib/IR/
DAsmWriter.cpp2294 for (const GlobalIFunc &GI : M->ifuncs()) in printModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2569 for (const GlobalIFunc &GI : M->ifuncs()) in printModule() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2356 GuardInfo *GI = nullptr; in EmitGuardedInit() local