Home
last modified time | relevance | path

Searched defs:GVar (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp41 if (GVar && GVar->isConstant() && in SelectSectionForGlobal() local
H A DPPCSubtarget.cpp190 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) isGVIndirectSymbol() local
H A DPPCAsmPrinter.cpp3088 const GlobalVariable *GVar = doInitialization() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp207 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSection() local
399 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO); selectSmallSectionForGlobal() local
[all...]
/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp214 const auto *GVar = cast<GlobalVariable>(GO); getKindForGlobal() local
327 if (auto *GVar = dyn_cast<GlobalVariable>(GO)) { SectionForGlobal() local
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h139 void addSymbol(const Value *GVar, const Value *GVarBeforeStripping) { in addSymbol() argument
H A DNVPTXAsmPrinter.cpp978 const GlobalVariable *GVar = cast<GlobalVariable>(V); emitLinkageDirective() local
1004 printModuleLevelGV(const GlobalVariable * GVar,raw_ostream & O,bool processDemoted,const NVPTXSubtarget & STI) printModuleLevelGV() argument
1271 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(v)) { printSymbol() local
1436 emitPTXGlobalVariable(const GlobalVariable * GVar,raw_ostream & O,const NVPTXSubtarget & STI) emitPTXGlobalVariable() argument
1813 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { printScalarConstant() local
1894 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { bufferLEByte() local
[all...]
/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp227 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) { getSymbolFlags() local
H A DIRSymtab.cpp293 auto *GVar = dyn_cast<GlobalVariable>(GV); addSymbol() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp360 if (auto *GVar = in splitAndWriteThinLTOBitcode() local
390 if (auto *GVar = dyn_cast_or_null<GlobalVariable>(GV->getAliaseeObject())) in splitAndWriteThinLTOBitcode() local
H A DWholeProgramDevirt.cpp906 auto *GVar = dyn_cast<GlobalVarSummary>(S.get()); updateVCallVisibilityInIndex() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp345 auto *GVar = dyn_cast<GlobalVariable>(GVal); in removeLD() local
H A DBTFDebug.cpp1258 generatePatchImmReloc(const MCSymbol * ORSym,uint32_t RootId,const GlobalVariable * GVar,bool IsAma) generatePatchImmReloc() argument
1291 auto *GVar = dyn_cast<GlobalVariable>(GVal); processGlobalValue() local
1530 auto *GVar = dyn_cast<GlobalVariable>(GVal); InstLower() local
1560 auto *GVar = dyn_cast<GlobalVariable>(GVal); InstLower() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, in Create()
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2348 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) getTargetSymbol() local
2377 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO)) getExplicitSectionGlobal() local
2424 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO)) getSectionForExternalReference() local
2437 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO)) SelectSectionForGlobal() local
/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp132 const GlobalVariable *&GVar) { in getComdatLeader()
H A DIRMover.cpp1164 if (auto *GVar = dyn_cast<GlobalVariable>(&Src)) { linkGlobalValueBody() local
/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp739 auto *GVar = dyn_cast<GlobalVariable>(GV); in isNonEscapingGlobalNoAlias() local
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp991 if (const auto *GVar = dyn_cast<GlobalVariable>(GV)) { areGlobalsPotentiallyEqual() local
H A DValue.cpp942 if (auto *GVar = dyn_cast<GlobalVariable>(GO)) { in getPointerAlignment() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp274 auto *GVar = cast<llvm::GlobalVariable>(GV); setTargetAttributes() local
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp574 if (GlobalVariable *GVar = getPointerToGlobal() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp412 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV); materializeGV() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp251 const auto *GVar = dyn_cast<GlobalVariable>(GV); getGlobalAddressWrapper() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp608 const GlobalVariable *GVar = nullptr; buildGlobalVariable() local
[all...]

12