Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/OpenMP/
H A Dforce-usm.c13 int GI; variable
/llvm-project/offload/test/offloading/
H A Dforce-usm.cpp19 int GI; variable
/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.cpp106 GO = GI->getResolverFunction(); in getGVPartitioningRoot() local
H A DValueMapper.cpp948 else if (auto *GI = dyn_cast<GlobalIFunc>(GV)) flush() local
1278 scheduleMapGlobalIFunc(GlobalIFunc & GI,Constant & Resolver,unsigned MCID) scheduleMapGlobalIFunc() argument
/llvm-project/clang/test/Sema/
H A Dwarn-free-nonheap-object.c12 int GI; variable
H A Dwarn-free-nonheap-object.cpp11 int GI; variable
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); runOnFunction() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp64 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) getIntrinsicID() local
H A DGlobalMerge.cpp329 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { doMerge() local
/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp52 for (const auto &GI : M.ifuncs()) in run() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp261 if (auto *GI = dyn_cast<GIntrinsic>(ConstInstr)) { getDefInstrMaybeConstant() local
280 if (const auto *GI = dyn_cast<GIntrinsic>(&MI)) isSpvIntrinsic() local
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { hasFPConstraints() local
/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp540 void X86AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody() argument
557 const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody() argument
H A DX86LoadValueInjectionLoadHardening.cpp498 __anonca6689240502(MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) getGadgetGraph() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h598 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument
604 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp563 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { traceAICall() local
594 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { traceBitCast() local
624 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { traceGEP() local
H A DBPFAdjustOpt.cpp338 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { avoidSpeculation() local
/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp83 assert(GI->getIntrinsicID() == Intrinsic::experimental_guard && in getCondition() local
99 assert(GI->getIntrinsicID() == Intrinsic::experimental_guard && in setCondition() local
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp130 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(GV); findRefEdges() local
459 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(CalledValue)) computeFunctionSummary() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { in matchRcpSqrtToRsq() local
/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp627 } else if (auto *GI = dyn_cast<GlobalIFunc>(New)) { materialize() local
717 if (auto *GI = dyn_cast<GlobalIFunc>(SGV)) { copyIndirectSymbolProto() local
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp705 for (const GlobalIFunc &GI : M.ifuncs()) computeIRComplexityScore() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2367 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument
2417 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument

12