Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1176 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits); in storeOrigin() local
1177 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() local
1251 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp613 unsigned SizeIndex, ObjectIndex; in checkFortifiedBuiltinMemoryFunction() local
668 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() local
5496 case 1: SizeIndex = 0; break; in SemaBuiltinAtomicOverloaded()
5497 case 2: SizeIndex = 1; break; in SemaBuiltinAtomicOverloaded()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2724 size_t SizeIndex; in SelectMVE_VMLLDAV() local
2727 SizeIndex = 0; in SelectMVE_VMLLDAV()
2730 SizeIndex = 1; in SelectMVE_VMLLDAV()
2736 SelectBaseMVE_VMLLDAV(N, Predicated, OpcodesS, OpcodesU, 2, SizeIndex); in SelectMVE_VMLLDAV()