Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2775 bool isX86_MMX = I.getOperand(0)->getType()->isX86_MMXTy(); in handleVectorPackIntrinsic() local
2779 assert(isX86_MMX || S1->getType()->isVectorTy()); in handleVectorPackIntrinsic()
2784 Type *T = isX86_MMX ? getMMXVectorTy(EltSizeInBits) : S1->getType(); in handleVectorPackIntrinsic()
2785 if (isX86_MMX) { in handleVectorPackIntrinsic()
2793 if (isX86_MMX) { in handleVectorPackIntrinsic()
2804 if (isX86_MMX) S = IRB.CreateBitCast(S, getShadowTy(&I)); in handleVectorPackIntrinsic()
2812 bool isX86_MMX = I.getOperand(0)->getType()->isX86_MMXTy(); in handleVectorSadIntrinsic() local
2813 Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType(); in handleVectorSadIntrinsic()
2831 bool isX86_MMX = I.getOperand(0)->getType()->isX86_MMXTy(); in handleVectorPmaddIntrinsic() local
2832 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic()