Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A 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/sys/contrib/edk2/Include/Protocol/
H A DDecompress.h57 IN UINT32 SourceSize,
99 IN UINT32 SourceSize,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp93 auto *SourceSize = Source->getOperand(1); in lower() local
94 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
99 Target->getType(), TargetRelativeFunOffset, SourceSize); in lower()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h955 IN UINTN SourceSize,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp898 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier() local
907 if (DestSize < SourceSize) in HandleScanfSpecifier()
908 Diagnose(FS.getArgIndex(), DestSize, SourceSize); in HandleScanfSpecifier()
1239 std::optional<llvm::APSInt> SourceSize; in checkFortifiedBuiltinMemoryFunction() local
1268 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction()
1276 SourceSize = ComputeStrLenArgument(1); in checkFortifiedBuiltinMemoryFunction()
1301 unsigned SourceSize) { in checkFortifiedBuiltinMemoryFunction() argument
1307 << DestSize << SourceSize); in checkFortifiedBuiltinMemoryFunction()
1341 SourceSize = llvm::APSInt::getUnsigned(H.getSizeLowerBound()) in checkFortifiedBuiltinMemoryFunction()
1365 SourceSize = ComputeExplicitObjectSizeArgument(TheCall->getNumArgs() - 2); in checkFortifiedBuiltinMemoryFunction()
[all …]
H A DSemaCast.cpp3375 CharUnits SourceSize = Self.Context.getTypeSizeInChars(SrcType); in CheckBuiltinBitCast() local
3376 if (DestSize != SourceSize) { in CheckBuiltinBitCast()
3378 << SrcType << DestType << (int)SourceSize.getQuantity() in CheckBuiltinBitCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2432 unsigned SourceSize = in GetSSETypeAtOffset() local
2441 if (SourceSize > T0Size) in GetSSETypeAtOffset()
2446 if (T0->is16bitFPTy() && SourceSize > 4) in GetSSETypeAtOffset()
2460 if (SourceSize > 4) in GetSSETypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp811 TypeSize SourceSize = DL.getTypeSizeInBits(SourceType); in makeLegalNonAggregate() local
813 if (SourceSize != TargetSize) { in makeLegalNonAggregate()
814 Type *ShortScalarTy = IRB.getIntNTy(SourceSize.getFixedValue()); in makeLegalNonAggregate()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1889 int64_t SourceSize = LHSs->getValue().size(); in Fold() local
1891 if (Start < 0 || Start > SourceSize) in Fold()
1894 std::to_string(SourceSize) + ": " + in Fold()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h2805 IN UINTN SourceSize,