Home
last modified time | relevance | path

Searched refs:GI (Results 1 – 25 of 94) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnFunction() local
100 if (GI && GI->getPointerOperand() == allocaInst) { in runOnFunction()
101 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp114 auto *GI = in CloneModule() local
117 GI->copyAttributesFrom(&I); in CloneModule()
118 VMap[&I] = GI; in CloneModule()
197 GlobalIFunc *GI = cast<GlobalIFunc>(VMap[&I]); in CloneModule() local
199 GI->setResolver(MapValue(Resolver, VMap)); in CloneModule()
H A DModuleUtils.cpp383 for (GlobalIFunc &GI : M.ifuncs()) in lowerGlobalIFuncUsersAsGlobalCtor()
384 AllIFuncs.push_back(&GI); in lowerGlobalIFuncUsersAsGlobalCtor()
419 for (GlobalIFunc *GI : IFuncsToLower) { in lowerGlobalIFuncUsersAsGlobalCtor()
420 Function *ResolvedFunction = GI->getResolverFunction(); in lowerGlobalIFuncUsersAsGlobalCtor()
441 for (User *User : make_early_inc_range(GI->users())) { in lowerGlobalIFuncUsersAsGlobalCtor()
454 UseBuilder.CreatePointerCast(ResolvedTarget, GI->getType()); in lowerGlobalIFuncUsersAsGlobalCtor()
455 UserInst->replaceUsesOfWith(GI, ResolvedCast); in lowerGlobalIFuncUsersAsGlobalCtor()
459 if (GI->use_empty()) in lowerGlobalIFuncUsersAsGlobalCtor()
460 GI->eraseFromParent(); in lowerGlobalIFuncUsersAsGlobalCtor()
H A DSplitModule.cpp94 if (const auto *GI = dyn_cast_or_null<GlobalIFunc>(GO)) in getGVPartitioningRoot() local
95 GO = GI->getResolverFunction(); in getGVPartitioningRoot()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp36 for (GlobalIFunc &GI : Program.ifuncs()) { in extractIFuncsFromModule()
38 IFuncs.push_back(&GI); in extractIFuncsFromModule()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DGlobalMerge.cpp298 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local
299 GlobalVariable *GV = Globals[GI]; in doMerge()
348 CreateGlobalSet().Globals.set(GI); in doMerge()
358 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) { in doMerge()
380 NewUGS.Globals.set(GI); in doMerge()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp406 for (const auto &GI : *ECNode) { in collectAddressTakenFunctions()
407 auto *CGN = GI.second; in collectAddressTakenFunctions()
444 for (const auto &GI : *CGN) { in collectReachableCallees()
445 auto *RCB = cast<CallBase>(*GI.first); in collectReachableCallees()
446 auto *RCGN = GI.second; in collectReachableCallees()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp355 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local
358 for (i = 1, e = GI->getNumOperands(); i != e; ++i) { in avoidSpeculation()
359 Value *V = GI->getOperand(i); in avoidSpeculation()
366 PassThroughInfo Info(&I, GI, i); in avoidSpeculation()
H A DBPFAbstractMemberAccess.cpp574 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceAICall() local
575 if (GI->hasAllZeroIndices()) in traceAICall()
576 traceGEP(GI, Call, ParentInfo); in traceAICall()
605 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceBitCast() local
606 if (GI->hasAllZeroIndices()) in traceBitCast()
607 traceGEP(GI, Parent, ParentInfo); in traceBitCast()
635 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceGEP() local
636 if (GI->hasAllZeroIndices()) in traceGEP()
637 traceGEP(GI, Parent, ParentInfo); in traceGEP()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp500 [&](MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) { in getGadgetGraph() argument
506 Builder.addEdge(ParentDepth, GI, BeginBB.first); in getGadgetGraph()
511 GI = BeginBB.first; in getGadgetGraph()
515 Builder.addEdge(LoopDepth, GI, Ref->getSecond()); in getGadgetGraph()
516 GI = Ref->getSecond(); in getGadgetGraph()
525 Builder.addEdge(LoopDepth, GI, EndBB.first); in getGadgetGraph()
526 GI = EndBB.first; in getGadgetGraph()
530 TraverseCFG(Succ, GI, LoopDepth); in getGadgetGraph()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DTypeFinder.cpp52 for (const auto &GI : M.ifuncs()) in run() local
53 incorporateType(GI.getValueType()); in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp83 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in getCondition() local
84 assert(GI->getIntrinsicID() == Intrinsic::experimental_guard && in getCondition()
86 return GI->getArgOperand(0); in getCondition()
99 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in setCondition() local
100 assert(GI->getIntrinsicID() == Intrinsic::experimental_guard && in setCondition()
102 GI->setArgOperand(0, NewCond); in setCondition()
H A DSimpleLoopUnswitch.cpp2617 static BranchInst *turnGuardIntoBranch(IntrinsicInst *GI, Loop &L, in turnGuardIntoBranch() argument
2621 LLVM_DEBUG(dbgs() << "Turning " << *GI << " into a branch.\n"); in turnGuardIntoBranch()
2622 BasicBlock *CheckBB = GI->getParent(); in turnGuardIntoBranch()
2635 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()
2647 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()
2649 GI->moveBefore(DeoptBlockTerm); in turnGuardIntoBranch()
2650 GI->setArgOperand(0, ConstantInt::getFalse(GI->getContext())); in turnGuardIntoBranch()
2667 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI)); in turnGuardIntoBranch()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1182.key5 PxzQNXemrVugz3B+WjX791/8jIUEqZiZ1O4tfa37xxWZ/A8liBCOWVhktQh9+9GI
H A D2038.key9 IYIfzM17ykQM83l2FMqdW6Ldzv9bwNePmN0vV4RLJziODBgSasLUf8ya7/GI+u5v
H A D598.key18 LadDiX/f08QylXGOrNPRyCj+kEu+8/GI/mCVUKMCgYEAm9+LiNnjSZyPbrExK0rJ
H A D374.key11 upkqTeCt8QRwNx8OIjbNTssHTnoqQXbOTx8lAw+GI+hZ5wO7jMtml7UQvSesWMgJ
H A D1236.key22 GI+AbpV+oOukOWRz38FgqZ39Sc4/L7gmuebE0XTmH9dDWirQPu+fjOgMX8hpExKL
H A D1176.chain11 GI/JrtEDOfgTBPnEHB1+SzKbmYlJK9Yn0rYG1DWXjMiQCjzUesrKcdtQgIfETFNc
H A D240.chain13 GI+rRWX0RerzYctolchkE5TTLq9kwskwbhZZstr14AR0TsKGXsKqmvDtbzJjKMUc
H A D3318.chain16 GI+zAgMBAAGjEzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEB
H A D1078.chain44 8Jsj9+v/lmOyeAgLsSf73+NW0/GI/qztFhDdMumfYEjZa4sB6y76p/meBlO3maNt
H A D2341.chain19 nuevbxXSq9MkoxmGHC42Fhb4vIHahZGt4LPxNxdOXmn244kB3zDiKO72QNpRR/GI
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp176 GroupInfo &GI = in groupDiagnostics() local
178 GI.GroupName = Group->getName(); in groupDiagnostics()
179 GI.Defs.push_back(Group); in groupDiagnostics()
183 GI.SubGroups.push_back( in groupDiagnostics()
330 const GroupInfo &GI = in groupInPedantic() local
332 V.second = GI.SubGroups.size() + GI.DiagsInGroup.size(); in groupInPedantic()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h187 void scheduleMapGlobalIFunc(GlobalIFunc &GI, Constant &Resolver,

1234