Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp47 Type *GTy = G->getType()->getElementType(); in makeReturnGlobal() local
48 Value *Add = builder.CreateAdd(Load, ConstantInt::get(GTy, 1LL)); in makeReturnGlobal()
239 Type *GTy = Type::getInt32Ty(context); in TEST() local
242 GTy, in TEST()
245 Constant::getNullValue(GTy), in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp477 Type *GTy = GV->getValueType(); in visitMemoryReference() local
478 if (GTy->isSized()) in visitMemoryReference()
479 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()
481 if (BaseAlign == 0 && GTy->isSized()) in visitMemoryReference()
482 BaseAlign = DL->getABITypeAlignment(GTy); in visitMemoryReference()
/external/llvm/lib/Analysis/
DLint.cpp438 Type *GTy = GV->getValueType(); in visitMemoryReference() local
439 if (GTy->isSized()) in visitMemoryReference()
440 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()
442 if (BaseAlign == 0 && GTy->isSized()) in visitMemoryReference()
443 BaseAlign = DL->getABITypeAlignment(GTy); in visitMemoryReference()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp309 const Type *GTy = GV->getType()->getElementType(); in selectSmallSectionForGlobal() local
310 unsigned Size = getSmallestAddressableSize(GTy, GV, TM); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp334 const Type *GTy = GO->getType()->getElementType(); in selectSmallSectionForGlobal() local
335 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp120 auto *GTy = DD->resolve(GV->getType()); in getOrCreateGlobalVariableDIE() local
138 if (GTy != DD->resolve(SDMDecl->getBaseType())) in getOrCreateGlobalVariableDIE()
139 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
144 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp113 auto *GTy = DD->resolve(GV->getType()); in getOrCreateGlobalVariableDIE() local
133 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
196 addConstantValue(*VariableDIE, CI, GTy); in getOrCreateGlobalVariableDIE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1064 DIType GTy = GV.getType(); in createGlobalVariableDIE() local
1065 addType(VariableDIE, GTy); in createGlobalVariableDIE()
1101 addConstantValue(VariableDIE, CI, GTy.isUnsignedDIType()); in createGlobalVariableDIE()