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

  /external/clang/lib/CodeGen/
CGCall.cpp 618 /// with an in-memory size smaller than DstSize.
622 uint64_t DstSize, CodeGenFunction &CGF) {
632 if (FirstEltSize < DstSize &&
643 return EnterStructPointerForCoercedAccess(SrcPtr, SrcSTy, DstSize, CGF);
680 uint64_t DstSize = DL.getTypeAllocSizeInBits(DestIntTy);
681 if (SrcSize > DstSize) {
682 Val = CGF.Builder.CreateLShr(Val, SrcSize - DstSize, "coerce.highbits");
686 Val = CGF.Builder.CreateShl(Val, DstSize - SrcSize, "coerce.highbits");
717 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(Ty);
720 SrcPtr = EnterStructPointerForCoercedAccess(SrcPtr, SrcSTy, DstSize, CGF)
    [all...]
CGBuiltin.cpp 632 llvm::APSInt Size, DstSize;
634 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
636 if (Size.ugt(DstSize))
659 llvm::APSInt Size, DstSize;
661 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
663 if (Size.ugt(DstSize))
698 llvm::APSInt Size, DstSize;
700 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
702 if (Size.ugt(DstSize))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineShifts.cpp 379 unsigned DstSize = TI->getType()->getScalarSizeInBits();
380 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 320 virtual const gfx::Size& DstSize() = 0;
gl_helper_scaling.cc 246 virtual const gfx::Size& DstSize() OVERRIDE {
    [all...]
gl_helper.cc 83 : texture_and_framebuffer_(context, scaler->DstSize()),
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]

Completed in 158 milliseconds