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.cpp469 Type *GTy = GV->getValueType(); in visitMemoryReference() local
470 if (GTy->isSized()) in visitMemoryReference()
471 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()
473 if (!BaseAlign && GTy->isSized()) in visitMemoryReference()
474 BaseAlign = DL->getABITypeAlign(GTy); in visitMemoryReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp344 const Type *GTy = GO->getValueType(); in selectSmallSectionForGlobal() local
345 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp187 const DIType *GTy = GV->getType(); in getOrCreateGlobalVariableDIE() local
205 if (GTy != SDMDecl->getBaseType()) in getOrCreateGlobalVariableDIE()
206 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
213 if (GTy) in getOrCreateGlobalVariableDIE()
214 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()