/freebsd/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 | 106 if (const auto *GI = dyn_cast_or_null<GlobalIFunc>(GO)) in getGVPartitioningRoot() local
|
H A D | ValueMapper.cpp | 948 else if (auto *GI = dyn_cast<GlobalIFunc>(GV)) in flush() local 1278 void ValueMapper::scheduleMapGlobalIFunc(GlobalIFunc &GI, Constant &Resolver, in scheduleMapGlobalIFunc()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAlloca.cpp | 99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | TypeFinder.cpp | 52 for (const auto &GI : M.ifuncs()) in run() local
|
H A D | AsmWriter.cpp | 2998 for (const GlobalIFunc &GI : M->ifuncs()) in printModule() local 3884 void AssemblyWriter::printIFunc(const GlobalIFunc *GI) { in printIFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 261 if (auto *GI = dyn_cast<GIntrinsic>(ConstInstr)) { in getDefInstrMaybeConstant() local 280 if (const auto *GI = dyn_cast<GIntrinsic>(&MI)) in isSpvIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 539 void X86AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody() 556 const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody()
|
H A D | X86LoadValueInjectionLoadHardening.cpp | 498 [&](MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) { in getGadgetGraph()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 601 virtual void emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody() 607 virtual void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.cpp | 257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { in hasFPConstraints() local
|
/freebsd/contrib/libc-vis/ |
H A D | unvis.c | 212 #define GI(a) ((uint32_t)(a) >> 24) in unvis() macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 563 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceAICall() local 594 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceBitCast() local 624 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceGEP() local
|
H A D | BPFAdjustOpt.cpp | 338 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 144 unsigned GI = 0; in dump() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 83 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in getCondition() local 99 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in setCondition() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 132 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(GV); in findRefEdges() local 461 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(CalledValue)) in computeFunctionSummary() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPostLegalizerCombiner.cpp | 257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { in matchRcpSqrtToRsq() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 329 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 627 } else if (auto *GI = dyn_cast<GlobalIFunc>(New)) { in materialize() local 717 if (auto *GI = dyn_cast<GlobalIFunc>(SGV)) { in copyIndirectSymbolProto() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 2826 void AArch64AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody() 2876 const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody()
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 374 for (auto &GI : M.ifuncs()) in ScopedSaveAliaseesAndUsed() local
|