Home
last modified time | relevance | path

Searched refs:GVA (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp42 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSection() local
43 if (!GVA) in isGlobalInSmallSection()
47 if (GVA->hasSection()) { in isGlobalInSmallSection()
48 StringRef Section = GVA->getSection(); in isGlobalInSmallSection()
60 if (((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in isGlobalInSmallSection()
61 GVA->hasCommonLinkage())) in isGlobalInSmallSection()
64 Type *Ty = GVA->getValueType(); in isGlobalInSmallSection()
72 GVA->getParent()->getDataLayout().getTypeAllocSize(Ty)); in isGlobalInSmallSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp105 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GO); in IsGlobalInSmallSectionImpl() local
106 if (!GVA) in IsGlobalInSmallSectionImpl()
111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
112 StringRef Section = GVA->getSection(); in IsGlobalInSmallSectionImpl()
126 if (!LocalSData && GVA->hasLocalLinkage()) in IsGlobalInSmallSectionImpl()
130 if (!ExternSData && ((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in IsGlobalInSmallSectionImpl()
131 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
135 if (EmbeddedData && GVA->isConstant()) in IsGlobalInSmallSectionImpl()
138 Type *Ty = GVA in IsGlobalInSmallSectionImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp76 const auto *GVA = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSectionImpl() local
79 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
84 if (GVA->getSection().startswith(".ldata")) in isGlobalInSmallSectionImpl()
90 if (GVA->hasLocalLinkage()) in isGlobalInSmallSectionImpl()
93 if (((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in isGlobalInSmallSectionImpl()
94 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
97 Type *Ty = GVA->getValueType(); in isGlobalInSmallSectionImpl()
99 GVA->getParent()->getDataLayout().getTypeAllocSize(Ty)); in isGlobalInSmallSectionImpl()
/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc1319 case GVA: in VisitSystem()
H A Dconstants-aarch64.h527 GVA = CacheOpEncoder<3, 7, 4, 3>::value, enumerator
H A Ddisasm-aarch64.cc2085 {GVA, "gva"}, in Disassembler()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc2697 COMPARE(dc(GVA, x0), "dc gva, x0"); in TEST()

Completed in 35 milliseconds