Searched defs:GI (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp99 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); local
/freebsd-current/contrib/libc-vis/
H A Dunvis.c212 #define GI(a) ((uint32_t)(a) >> 24) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp540 void X86AsmPrinter::emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, argument
556 emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI, MCSymbol *LazyPointer) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h606 virtual void emitMachOIFuncStubBody(Module &M, const GlobalIFunc &GI, argument
612 virtual void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI, argument
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1165 std::unique_ptr<GlobalIFunc> GI; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1264 void ValueMapper::scheduleMapGlobalIFunc(GlobalIFunc &GI, Constant &Resolver, argument
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp176 GroupInfo &GI = local
330 const GroupInfo &GI = local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2741 static BranchInst *turnGuardIntoBranch(IntrinsicInst *GI, Loop &L, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3782 void AssemblyWriter::printIFunc(const GlobalIFunc *GI) { argument
[all...]
H A DVerifier.cpp940 void Verifier::visitGlobalIFunc(const GlobalIFunc &GI) { argument
944 &GI); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2171 void AsmPrinter::emitGlobalIFunc(Module &M, const GlobalIFunc &GI) { argument
[all...]
H A DCodeViewDebug.cpp2994 auto GI = ScopeGlobals.find(Scope.getScopeNode()); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2628 GuardInfo *GI = nullptr; local
H A DCodeGenModule.cpp4384 auto *GI = llvm::GlobalIFunc::create(DeclTy, 0, Linkage, "", ResolverFunc, local

Completed in 487 milliseconds