Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp264 IntegerType *const MaxLoadType = in getCompareLoadPairs() local
306 if (LoadSizeType != MaxLoadType) { in getCompareLoadPairs()
307 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType); in getCompareLoadPairs()
308 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType); in getCompareLoadPairs()
313 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs()
388 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock() local
422 if (LoadSizeType != MaxLoadType) { in emitLoadCompareBlock()
423 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType); in emitLoadCompareBlock()
424 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType); in emitLoadCompareBlock()
483 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in setupResultBlockPHINodes() local
[all …]