Searched refs:SourceSize (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 456 unsigned SourceSize = getSource().size(); in addRegisterDep() local 458 DG.addRegisterDep(From, To + SourceSize, RegID, Cost); in addRegisterDep() 459 DG.addRegisterDep(From + SourceSize, To + (SourceSize * 2), RegID, Cost); in addRegisterDep() 462 DG.addRegisterDep(From + SourceSize, To + SourceSize, RegID, Cost); in addRegisterDep() 468 unsigned SourceSize = getSource().size(); in addMemoryDep() local 470 DG.addMemoryDep(From, To + SourceSize, Cost); in addMemoryDep() 471 DG.addMemoryDep(From + SourceSize, To + (SourceSize * 2), Cost); in addMemoryDep() 474 DG.addMemoryDep(From + SourceSize, To + SourceSize, Cost); in addMemoryDep() 480 unsigned SourceSize = getSource().size(); in addResourceDep() local 482 DG.addResourceDep(From, To + SourceSize, Mask, Cost); in addResourceDep() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroCleanup.cpp | 92 auto *SourceSize = Source->getOperand(1); in lower() local 93 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower() 98 Target->getType(), TargetRelativeFunOffset, SourceSize); in lower()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 900 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier() local 909 if (DestSize < SourceSize) in HandleScanfSpecifier() 910 Diagnose(FS.getArgIndex(), DestSize, SourceSize); in HandleScanfSpecifier() 1238 std::optional<llvm::APSInt> SourceSize; in checkFortifiedBuiltinMemoryFunction() local 1263 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction() 1270 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction() 1295 unsigned SourceSize) { in checkFortifiedBuiltinMemoryFunction() argument 1301 << DestSize << SourceSize); in checkFortifiedBuiltinMemoryFunction() 1335 SourceSize = llvm::APSInt::getUnsigned(H.getSizeLowerBound()) in checkFortifiedBuiltinMemoryFunction() 1359 SourceSize = ComputeExplicitObjectSizeArgument(TheCall->getNumArgs() - 2); in checkFortifiedBuiltinMemoryFunction() [all …]
|
H A D | SemaCast.cpp | 3278 CharUnits SourceSize = Self.Context.getTypeSizeInChars(SrcType); in CheckBuiltinBitCast() local 3279 if (DestSize != SourceSize) { in CheckBuiltinBitCast() 3281 << (int)SourceSize.getQuantity() << (int)DestSize.getQuantity(); in CheckBuiltinBitCast()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 902 IN UINTN SourceSize,
|
/freebsd/stand/efi/include/ |
H A D | efiapi.h | 340 IN UINTN SourceSize,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2416 unsigned SourceSize = in GetSSETypeAtOffset() local 2425 if (SourceSize > T0Size) in GetSSETypeAtOffset() 2430 if (T0->is16bitFPTy() && SourceSize > 4) in GetSSETypeAtOffset() 2444 if (SourceSize > 4) in GetSSETypeAtOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1784 int64_t SourceSize = LHSs->getValue().size(); in Fold() local 1786 if (Start < 0 || Start > SourceSize) in Fold() 1789 std::to_string(SourceSize) + ": " + in Fold()
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 2789 IN UINTN SourceSize,
|