Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp120 auto *GI = in CloneModule() local
203 GlobalIFunc *GI = cast<GlobalIFunc>(VMap[&I]); in CloneModule() local
H A DSplitModule.cpp94 if (const auto *GI = dyn_cast_or_null<GlobalIFunc>(GO)) getGVPartitioningRoot() local
H A DValueMapper.cpp938 else if (auto *GI = dyn_cast<GlobalIFunc>(GV)) flush() local
1264 scheduleMapGlobalIFunc(GlobalIFunc & GI,Constant & Resolver,unsigned MCID) scheduleMapGlobalIFunc() argument
/freebsd-src/sys/contrib/ck/include/
H A Dck_cohort.h56 #define CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ argument
125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp64 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) in getIntrinsicID() local
H A DGlobalMerge.cpp309 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { doMerge() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp213 if (auto *GI = dyn_cast<GIntrinsic>(ConstInstr)) { getDefInstrMaybeConstant() local
232 if (const auto *GI = dyn_cast<GIntrinsic>(&MI)) isSpvIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp52 for (const auto &GI : M.ifuncs()) in run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp540 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument
557 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument
H A DX86LoadValueInjectionLoadHardening.cpp499 __anon1085d5230502(MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) getGadgetGraph() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp294 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { hasFPConstraints() local
/freebsd-src/contrib/libc-vis/
H A Dunvis.c212 #define GI(a) ((uint32_t)(a) >> 24) in unvis() macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h606 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument
612 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp562 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { traceAICall() local
593 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { traceBitCast() local
623 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { traceGEP() local
H A DBPFAdjustOpt.cpp338 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp82 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { getCondition() local
98 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { setCondition() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1897 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument
1947 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp297 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { matchRcpSqrtToRsq() local
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp626 } else if (auto *GI = dyn_cast<GlobalIFunc>(New)) { materialize() local
715 if (auto *GI = dyn_cast<GlobalIFunc>(SGV)) { copyIndirectSymbolProto() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp176 GroupInfo &GI = in groupDiagnostics() local
330 const GroupInfo &GI = in groupInPedantic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp124 } else if (GetElementPtrInst *GI = dyn_cast<GetElementPtrInst>(U)) { in foldIntegerTypedPHI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp430 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(CalledValue)) computeFunctionSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1339 for (const auto &GI : ILI.second) { gatherImportedSummariesForModule() local
H A DLowerTypeTests.cpp374 for (auto &GI : M.ifuncs()) in ScopedSaveAliaseesAndUsed() local

12