Searched defs:GV (Results 76 - 100 of 200) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp475 GlobalVariable *GV = (*I)->getGlobalVariable(Name, AllowInternal); local
496 GlobalVariable *GV = FindGlobalVariableNamedInModulePtrSet( local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp296 GlobalVariable *GV = Globals[GI]; local
568 const GlobalVariable *GV = M.getGlobalVariable(Name); local
[all...]
H A DAnalysis.cpp160 GlobalValue *GV = dyn_cast<GlobalValue>(V); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp314 GenericValue GV; local
343 GenericValue GV; local
423 GenericValue GV = lle_X_sprintf(FT, NewArgs); local
437 GenericValue GV; local
451 GenericValue GV; local
466 GenericValue GV = lle_X_sprintf(FT, NewArgs); local
479 GenericValue GV; local
491 GenericValue GV; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h402 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h192 const GlobalValue *GV; // For MO_GlobalAddress. member in union:llvm::MachineOperand::ContentsUnion::__anon1463::__anon1464
H A DMachineInstrBuilder.h168 const MachineInstrBuilder &addGlobalAddress(const GlobalValue *GV, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp387 static bool mustPreserveGV(const GlobalValue &GV) { argument
H A DAMDGPUPrintfRuntimeBinding.cpp252 GlobalVariable *GV = local
438 GlobalVariable *GV = local
H A DAMDGPUPromoteAlloca.cpp798 GlobalVariable *GV = new GlobalVariable( local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp293 const GlobalValue *GV = MI.getOperand(2).getGlobal(); local
504 const GlobalValue *GV = MI.getOperand(1).getGlobal(); local
553 const GlobalValue *GV = MI.getOperand(1).getGlobal(); local
985 const GlobalValue *GV local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp722 const GlobalValue *GV = Info.Callee.getGlobal(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h241 void markGlobalAsPromotedToConstantPool(const GlobalVariable *GV) { argument
H A DARMInstructionSelector.cpp618 auto GV = MIB->getOperand(1).getGlobal(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp557 const GlobalValue *GV = N->getGlobal(); local
H A DBPFAbstractMemberAccess.cpp240 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledValue()); local
856 GlobalVariable *GV; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp354 const GlobalValue *GV = dyn_cast<GlobalValue>(this); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp149 const GlobalValue *GV = nullptr; member in struct:StackSafetyInfo::FunctionInfo
H A DGlobalsModRef.cpp184 void addModRefInfoForGlobal(const GlobalValue &GV, ModRefInfo NewMRI) { argument
196 void eraseModRefInfoForGlobal(const GlobalValue &GV) { argument
406 AnalyzeIndirectGlobalMemory(GlobalVariable *GV) argument
633 isNonEscapingGlobalNoAliasWithLoad(const GlobalValue *GV, const Value *V, int &Depth, const DataLayout &DL) argument
715 isNonEscapingGlobalNoAlias(const GlobalValue *GV, const Value *V) argument
850 const GlobalValue *GV = GV1 ? GV1 : GV2; local
896 getModRefInfoForArgument(const CallBase *Call, const GlobalValue *GV, AAQueryInfo &AAQI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp853 static void maybeSetDSOLocal(bool DSOLocal, GlobalValue &GV) { argument
1079 GlobalVariable *GV; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp568 auto *GV = Sym.dyn_cast<GlobalValue *>(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp417 EmitPointerToInitFunc(const VarDecl *D, llvm::GlobalVariable *GV, llvm::Function *InitFunc, InitSegAttr *ISA) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp145 const Constant *GV = MO.getGlobal(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h164 auto *GV = dyn_cast<GlobalVariable>(getRawInfo()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp511 const GlobalValue *GV = ImmOp.getGlobal(); local
568 const GlobalValue *GV = ImmOp.getGlobal(); local
644 const GlobalValue *GV = ImmOp.getGlobal(); local
651 const GlobalValue *GV = ImmOp.getGlobal(); local

Completed in 221 milliseconds

12345678