Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp120 auto *GI = in CloneModule() local
177 GlobalIFunc *GI = cast<GlobalIFunc>(VMap[&I]); in CloneModule() local
H A DSplitModule.cpp105 if (const auto *GI = dyn_cast_or_null<GlobalIFunc>(GO)) in getGVPartitioningRoot() local
H A DValueMapper.cpp956 else if (auto *GI = dyn_cast<GlobalIFunc>(GV)) in flush() local
1291 void ValueMapper::scheduleMapGlobalIFunc(GlobalIFunc &GI, Constant &Resolver, in scheduleMapGlobalIFunc()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp118 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp52 for (const auto &GI : M.ifuncs()) in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.cpp93 GIntrinsic *GI = dyn_cast<GIntrinsic>(&MI); in initLaneMaskIntrinsics() local
H A DAMDGPUPostLegalizerCombiner.cpp257 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { in matchRcpSqrtToRsq() local
H A DAMDGPURegBankLegalizeHelper.cpp227 if (GIntrinsic *GI = dyn_cast<GIntrinsic>(&MI)) in isSignedBFE() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp89 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) in getIntrinsicID() local
H A DGlobalMerge.cpp339 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp238 if (auto *GI = dyn_cast<GIntrinsic>(&MI)) { in hasFPConstraints() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp554 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceAICall() local
585 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceBitCast() local
615 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceGEP() local
H A DBPFAdjustOpt.cpp337 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp580 void X86AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody()
597 const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody()
H A DX86LoadValueInjectionLoadHardening.cpp496 [&](MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) { in getGadgetGraph()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h636 virtual void emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody()
642 virtual void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody()
/freebsd/contrib/libc-vis/
H A Dunvis.c212 #define GI(a) ((uint32_t)(a) >> 24) in unvis() macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoadStoreWidening.cpp368 for (auto GI : Group) in createGroup() local
386 for (auto GI : Group) in createGroup() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp82 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in getCondition() local
98 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in setCondition() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp352 if (auto *GI = dyn_cast<GIntrinsic>(ConstInstr)) { in getDefInstrMaybeConstant() local
375 if (const auto *GI = dyn_cast<GIntrinsic>(&MI)) in isSpvIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDisasm.cpp300 unsigned GI = 0; in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp526 } else if (auto *GI = dyn_cast<GlobalIFunc>(New)) { in materialize() local
615 if (auto *GI = dyn_cast<GlobalIFunc>(SGV)) { in copyIndirectSymbolProto() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp138 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(GV); in findRefEdges() local
474 if (auto *GI = dyn_cast_if_present<GlobalIFunc>(CalledValue)) in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp3382 void AArch64AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubBody()
3429 const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody()

12