/llvm-project/clang/test/OpenMP/ |
H A D | force-usm.c | 13 int GI; variable
|
/llvm-project/offload/test/offloading/ |
H A D | force-usm.cpp | 19 int GI; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 120 auto *GI = in CloneModule() local 203 GlobalIFunc *GI = cast<GlobalIFunc>(VMap[&I]); in CloneModule() local
|
H A D | SplitModule.cpp | 106 GO = GI->getResolverFunction(); in getGVPartitioningRoot() local
|
H A D | ValueMapper.cpp | 948 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 D | warn-free-nonheap-object.c | 12 int GI; variable
|
H A D | warn-free-nonheap-object.cpp | 11 int GI; variable
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAlloca.cpp | 99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); runOnFunction() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 64 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) getIntrinsicID() local
|
H A D | GlobalMerge.cpp | 329 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { doMerge() local
|
/llvm-project/llvm/lib/IR/ |
H A D | TypeFinder.cpp | 52 for (const auto &GI : M.ifuncs()) in run() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 261 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 D | PPCRegisterBankInfo.cpp | 257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { hasFPConstraints() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 540 void X86AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody() argument 557 const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody() argument
|
H A D | X86LoadValueInjectionLoadHardening.cpp | 498 __anonca6689240502(MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) getGadgetGraph() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 598 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 D | BPFAbstractMemberAccess.cpp | 563 } 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 D | BPFAdjustOpt.cpp | 338 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { avoidSpeculation() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp |
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 83 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 D | ModuleSummaryAnalysis.cpp | 130 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 D | AMDGPUPostLegalizerCombiner.cpp | 257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { in matchRcpSqrtToRsq() local
|
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 627 } 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 D | ReducerWorkItem.cpp | 705 for (const GlobalIFunc &GI : M.ifuncs()) computeIRComplexityScore() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 2367 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument 2417 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument
|