Searched refs:SourceSize (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 455 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 …]
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroCleanup.cpp | 93 auto *SourceSize = Source->getOperand(1); in lower() local 94 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower() 99 Target->getType(), TargetRelativeFunOffset, SourceSize); in lower()
|
/openbsd/sys/stand/efi/include/ |
H A D | efiapi.h | 337 IN UINTN SourceSize,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 836 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier() local 845 if (DestSize < SourceSize) in HandleScanfSpecifier() 846 Diagnose(FS.getArgIndex(), DestSize, SourceSize); in HandleScanfSpecifier() 1133 std::optional<llvm::APSInt> SourceSize; in checkFortifiedBuiltinMemoryFunction() local 1158 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction() 1165 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction() 1192 unsigned SourceSize) { in checkFortifiedBuiltinMemoryFunction() argument 1285 SourceSize = ComputeExplicitObjectSizeArgument(1); in checkFortifiedBuiltinMemoryFunction() 1326 SourceSize = ComputeExplicitObjectSizeArgument(1); in checkFortifiedBuiltinMemoryFunction() 1332 if (!SourceSize || !DestinationSize || in checkFortifiedBuiltinMemoryFunction() [all …]
|
H A D | SemaCast.cpp | 3222 CharUnits SourceSize = Self.Context.getTypeSizeInChars(SrcType); in CheckBuiltinBitCast() local 3223 if (DestSize != SourceSize) { in CheckBuiltinBitCast() 3225 << (int)SourceSize.getQuantity() << (int)DestSize.getQuantity(); in CheckBuiltinBitCast()
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | Record.cpp | 1552 int64_t SourceSize = LHSs->getValue().size(); in Fold() local 1554 if (Start < 0 || Start > SourceSize) in Fold() 1557 std::to_string(SourceSize) + ": " + in Fold()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 3461 unsigned SourceSize = in GetSSETypeAtOffset() local 3470 if (SourceSize > T0Size) in GetSSETypeAtOffset() 3475 if (T0->is16bitFPTy() && SourceSize > 4) in GetSSETypeAtOffset() 3489 if (SourceSize > 4) in GetSSETypeAtOffset()
|