Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp455 unsigned SourceSize = getSource().size(); in addRegisterDep() local
457 DG.addRegisterDep(From, To + SourceSize, RegID, Cost); in addRegisterDep()
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()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroCleanup.cpp91 auto *SourceSize = Source->getOperand(1); in lowerRemainingCoroIntrinsics() local
92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lowerRemainingCoroIntrinsics()
97 Target->getType(), TargetRelativeFunOffset, SourceSize); in lowerRemainingCoroIntrinsics()
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
DUefiSpec.h875 IN UINTN SourceSize,
/freebsd-12-stable/stand/efi/include/
Defiapi.h341 IN UINTN SourceSize,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCast.cpp3134 CharUnits SourceSize = Self.Context.getTypeSizeInChars(SrcType); in CheckBuiltinBitCast() local
3135 if (DestSize != SourceSize) { in CheckBuiltinBitCast()
3137 << (int)SourceSize.getQuantity() << (int)DestSize.getQuantity(); in CheckBuiltinBitCast()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp1407 int64_t SourceSize = LHSs->getValue().size(); in Fold() local
1409 if (Start < 0 || Start > SourceSize) in Fold()
1412 std::to_string(SourceSize) + ": " + in Fold()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);