Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp455 unsigned SourceSize = getSource().size(); in addRegisterDep() local
458 DG.addRegisterDep(From + SourceSize, To + (SourceSize * 2), RegID, Cost); in addRegisterDep()
461 DG.addRegisterDep(From + SourceSize, To + SourceSize, RegID, Cost); in addRegisterDep()
467 unsigned SourceSize = getSource().size(); in addMemoryDep() local
469 DG.addMemoryDep(From, To + SourceSize, Cost); in addMemoryDep()
470 DG.addMemoryDep(From + SourceSize, To + (SourceSize * 2), Cost); in addMemoryDep()
473 DG.addMemoryDep(From + SourceSize, To + SourceSize, Cost); in addMemoryDep()
479 unsigned SourceSize = getSource().size(); in addResourceDep() local
481 DG.addResourceDep(From, To + SourceSize, Mask, Cost); in addResourceDep()
482 DG.addResourceDep(From + SourceSize, To + (SourceSize * 2), Mask, Cost); in addResourceDep()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp91 auto *SourceSize = Source->getOperand(1); in lower() local
92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
97 Target->getType(), TargetRelativeFunOffset, SourceSize); in lower()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h902 IN UINTN SourceSize,
/freebsd-14.2/stand/efi/include/
H A Defiapi.h340 IN UINTN SourceSize,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2398 unsigned SourceSize = in GetSSETypeAtOffset() local
2407 if (SourceSize > T0Size) in GetSSETypeAtOffset()
2412 if (T0->is16bitFPTy() && SourceSize > 4) in GetSSETypeAtOffset()
2426 if (SourceSize > 4) in GetSSETypeAtOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp880 if (DestSize < SourceSize) in HandleScanfSpecifier()
1209 std::optional<llvm::APSInt> SourceSize; in checkFortifiedBuiltinMemoryFunction() local
1234 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction()
1241 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction()
1266 unsigned SourceSize) { in checkFortifiedBuiltinMemoryFunction() argument
1340 SourceSize = ComputeExplicitObjectSizeArgument(1); in checkFortifiedBuiltinMemoryFunction()
1381 SourceSize = ComputeExplicitObjectSizeArgument(1); in checkFortifiedBuiltinMemoryFunction()
1385 if (SourceSize && in checkFortifiedBuiltinMemoryFunction()
1395 if (FormatSize > *SourceSize && *SourceSize != 0) { in checkFortifiedBuiltinMemoryFunction()
1414 if (!SourceSize || !DestinationSize || in checkFortifiedBuiltinMemoryFunction()
[all …]
H A DSemaCast.cpp3268 CharUnits SourceSize = Self.Context.getTypeSizeInChars(SrcType); in CheckBuiltinBitCast() local
3269 if (DestSize != SourceSize) { in CheckBuiltinBitCast()
3271 << (int)SourceSize.getQuantity() << (int)DestSize.getQuantity(); in CheckBuiltinBitCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1784 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-14.2/sys/contrib/edk2/Include/Library/
H A DBaseLib.h2789 IN UINTN SourceSize,