Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp80 static stable_hash hashGlobalVariable(const GlobalVariable &GVar) { in hashGlobalVariable()
129 if (auto *GVar = dyn_cast<GlobalVariable>(C)) { in hashConstant() local
335 stable_hash llvm::StructuralHash(const GlobalVariable &GVar) { in StructuralHash()
H A DConstantFold.cpp967 if (const auto *GVar = dyn_cast<GlobalVariable>(GV)) { in areGlobalsPotentiallyEqual() local
H A DValue.cpp969 } else if (auto *GVar = dyn_cast<GlobalVariable>(this)) { in getPointerAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp40 const auto *GVar = dyn_cast<GlobalVariable>(GO); in SelectSectionForGlobal() local
H A DPPCSubtarget.cpp194 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) in isGVIndirectSymbol() local
H A DPPCAsmPrinter.cpp3137 const GlobalVariable *GVar = in doInitialization() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp207 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSection() local
398 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO); in selectSmallSectionForGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStableHash.cpp99 if (auto *GVar = dyn_cast<GlobalVariable>(GV)) in stableHashValue() local
H A DTargetLoweringObjectFileImpl.cpp2395 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) in getTargetSymbol() local
2424 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO)) in getExplicitSectionGlobal() local
2471 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO)) in getSectionForExternalReference() local
2484 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GO)) in SelectSectionForGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp806 if (const auto *GVar = dyn_cast<GlobalVariable>(V)) in emitLinkageDirective() local
821 void NVPTXAsmPrinter::printModuleLevelGV(const GlobalVariable *GVar, in printModuleLevelGV()
1072 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(v)) { in printSymbol() local
1236 void NVPTXAsmPrinter::emitPTXGlobalVariable(const GlobalVariable *GVar, in emitPTXGlobalVariable()
1562 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant() local
1640 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in bufferLEByte() local
H A DNVPTXAsmPrinter.h133 void addSymbol(const Value *GVar, const Value *GVarBeforeStripping) { in addSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp241 const auto *GVar = cast<GlobalVariable>(GO); in getKindForGlobal() local
354 if (auto *GVar = dyn_cast<GlobalVariable>(GO)) { in SectionForGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp224 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) { in getSymbolFlags() local
H A DIRSymtab.cpp298 auto *GVar = dyn_cast<GlobalVariable>(GV); in addSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp369 if (auto *GVar = in splitAndWriteThinLTOBitcode() local
399 if (auto *GVar = dyn_cast_or_null<GlobalVariable>(GV->getAliaseeObject())) in splitAndWriteThinLTOBitcode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1377 const GlobalVariable *GVar, bool IsAma) { in generatePatchImmReloc()
1410 auto *GVar = dyn_cast<GlobalVariable>(GVal); in processGlobalValue() local
1649 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower() local
1674 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower() local
H A DBPFMISimplifyPatchable.cpp347 auto *GVar = dyn_cast<GlobalVariable>(GVal); in removeLD() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp132 const GlobalVariable *&GVar) { in getComdatLeader()
H A DIRMover.cpp1055 if (auto *GVar = dyn_cast<GlobalVariable>(&Src)) { in linkGlobalValueBody() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp746 auto *GVar = dyn_cast<GlobalVariable>(GV); in isNonEscapingGlobalNoAlias() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp278 auto *GVar = cast<llvm::GlobalVariable>(GV); in setTargetAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp573 if (GlobalVariable *GVar = in getPointerToGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp410 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV); in materializeGV() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp364 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) in getGVAlignment() local
373 if (auto *GVar = dyn_cast<GlobalVariable>(GV)) in getGVAlignment() local

12