Searched refs:SourceSize (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 801 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier() local 809 if (DestSize < SourceSize) in HandleScanfSpecifier() 810 Diagnose(FS.getArgIndex(), DestSize, SourceSize); in HandleScanfSpecifier() 1092 Optional<llvm::APSInt> SourceSize; in checkFortifiedBuiltinMemoryFunction() local 1117 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction() 1124 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction() 1151 unsigned SourceSize) { in checkFortifiedBuiltinMemoryFunction() argument 1244 SourceSize = ComputeExplicitObjectSizeArgument(1); in checkFortifiedBuiltinMemoryFunction() 1285 SourceSize = ComputeExplicitObjectSizeArgument(1); in checkFortifiedBuiltinMemoryFunction() 1291 if (!SourceSize || !DestinationSize || in checkFortifiedBuiltinMemoryFunction() [all …]
|
| H A D | SemaCast.cpp | 3176 CharUnits SourceSize = Self.Context.getTypeSizeInChars(SrcType); in CheckBuiltinBitCast() local 3177 if (DestSize != SourceSize) { in CheckBuiltinBitCast() 3179 << (int)SourceSize.getQuantity() << (int)DestSize.getQuantity(); in CheckBuiltinBitCast()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1467 int64_t SourceSize = LHSs->getValue().size(); in Fold() local 1469 if (Start < 0 || Start > SourceSize) in Fold() 1472 std::to_string(SourceSize) + ": " + in Fold()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 3466 unsigned SourceSize = in GetSSETypeAtOffset() local 3475 if (SourceSize > T0Size) in GetSSETypeAtOffset() 3480 if (T0->is16bitFPTy() && SourceSize > 4) in GetSSETypeAtOffset() 3494 if (SourceSize > 4) in GetSSETypeAtOffset()
|