HomeSort by relevance Sort by last modified time
    Searched defs:SrcSize (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Linker/
LinkModules.cpp 411 uint64_t SrcSize =
419 LinkFromSrc = SrcSize > DstSize;
421 if (SrcSize != DstSize)
537 uint64_t SrcSize = DL.getTypeAllocSize(Src.getType()->getElementType());
538 LinkFromSrc = SrcSize > DestSize;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 388 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();
390 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
    [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 132 unsigned SrcSize = Cast->getSrcTy()->getPrimitiveSizeInBits();
133 if (SrcSize > DstSize)
148 if (SrcSize == DstSize)
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 613 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) *
616 if (cpyLen < srcSize)
619 // Check that accessing the first srcSize bytes of dest will not cause a
623 // The destination is an alloca. Check it is larger than srcSize.
631 if (destSize < srcSize)
634 if (A->getDereferenceableBytes() < srcSize) {
649 if (destSize < srcSize)
715 ModRefInfo MR = AA.getModRefInfo(C, cpyDest, srcSize);
718 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
AMDGPUISelLowering.cpp 530 unsigned SrcSize = Src->getScalarSizeInBits();
533 return SrcSize == 32 && DestSize == 64;
    [all...]

Completed in 694 milliseconds