Home
last modified time | relevance | path

Searched refs:GTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp446 Type *GTy = GV->getValueType(); in visitMemoryReference() local
447 if (GTy->isSized()) in visitMemoryReference()
448 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()
450 if (!BaseAlign && GTy->isSized()) in visitMemoryReference()
451 BaseAlign = DL->getABITypeAlign(GTy); in visitMemoryReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp345 const Type *GTy = GO->getValueType(); in selectSmallSectionForGlobal() local
346 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp161 const DIType *GTy = GV->getType(); in getOrCreateGlobalVariableDIE() local
179 if (GTy != SDMDecl->getBaseType()) in getOrCreateGlobalVariableDIE()
180 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
187 if (GTy) in getOrCreateGlobalVariableDIE()
188 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()