Searched refs:SizeIndex (Results 1 – 3 of 3) sorted by relevance
1176 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin() local1177 if (AsCall && SizeIndex < kNumberOfAccessSizes && !MS.CompileKernel) { in storeOrigin()1178 FunctionCallee Fn = MS.MaybeStoreOriginFn[SizeIndex]; in storeOrigin()1180 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in storeOrigin()1250 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in materializeOneCheck() local1251 if (AsCall && SizeIndex < kNumberOfAccessSizes && !MS.CompileKernel) { in materializeOneCheck()1252 FunctionCallee Fn = MS.MaybeWarningFn[SizeIndex]; in materializeOneCheck()1254 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in materializeOneCheck()
613 unsigned SizeIndex, ObjectIndex; in checkFortifiedBuiltinMemoryFunction() local668 SizeIndex = TheCall->getNumArgs() - 2; in checkFortifiedBuiltinMemoryFunction()677 SizeIndex = 1; in checkFortifiedBuiltinMemoryFunction()694 SizeIndex = TheCall->getNumArgs() - 1; in checkFortifiedBuiltinMemoryFunction()708 SizeIndex = TheCall->getNumArgs() - 1; in checkFortifiedBuiltinMemoryFunction()717 SizeIndex = 1; in checkFortifiedBuiltinMemoryFunction()754 Expr *UsedSizeArg = TheCall->getArg(SizeIndex); in checkFortifiedBuiltinMemoryFunction()5494 unsigned SizeIndex; in SemaBuiltinAtomicOverloaded() local5496 case 1: SizeIndex = 0; break; in SemaBuiltinAtomicOverloaded()5497 case 2: SizeIndex = 1; break; in SemaBuiltinAtomicOverloaded()[all …]
2724 size_t SizeIndex; in SelectMVE_VMLLDAV() local2727 SizeIndex = 0; in SelectMVE_VMLLDAV()2730 SizeIndex = 1; in SelectMVE_VMLLDAV()2736 SelectBaseMVE_VMLLDAV(N, Predicated, OpcodesS, OpcodesU, 2, SizeIndex); in SelectMVE_VMLLDAV()