/freebsd-src/contrib/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 | 94 if (const auto *GI = dyn_cast_or_null<GlobalIFunc>(GO)) getGVPartitioningRoot() local
|
H A D | ValueMapper.cpp | 938 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 D | ck_cohort.h | 56 #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 D | NVPTXLowerAlloca.cpp | 99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 64 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) in getIntrinsicID() local
|
H A D | GlobalMerge.cpp | 309 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { doMerge() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 213 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 D | TypeFinder.cpp | 52 for (const auto &GI : M.ifuncs()) in run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 540 emitMachOIFuncStubBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubBody() argument 557 emitMachOIFuncStubHelperBody(Module & M,const GlobalIFunc & GI,MCSymbol * LazyPointer) emitMachOIFuncStubHelperBody() argument
|
H A D | X86LoadValueInjectionLoadHardening.cpp | 499 __anon1085d5230502(MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) getGadgetGraph() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.cpp | 294 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { hasFPConstraints() local
|
/freebsd-src/contrib/libc-vis/ |
H A D | unvis.c | 212 #define GI(a) ((uint32_t)(a) >> 24) in unvis() macro
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 606 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 D | BPFAbstractMemberAccess.cpp | 562 } 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 D | BPFAdjustOpt.cpp | 338 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 82 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 D | AArch64AsmPrinter.cpp | 1897 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 D | AMDGPUPostLegalizerCombiner.cpp | 297 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { matchRcpSqrtToRsq() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 626 } 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 D | ClangDiagnosticsEmitter.cpp | 176 GroupInfo &GI = in groupDiagnostics() local 330 const GroupInfo &GI = in groupInPedantic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 124 } else if (GetElementPtrInst *GI = dyn_cast<GetElementPtrInst>(U)) { in foldIntegerTypedPHI() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 430 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(CalledValue)) computeFunctionSummary() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1339 for (const auto &GI : ILI.second) { gatherImportedSummariesForModule() local
|
H A D | LowerTypeTests.cpp | 374 for (auto &GI : M.ifuncs()) in ScopedSaveAliaseesAndUsed() local
|