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

  /external/chromium_org/content/common/gpu/client/
gl_helper.h 318 virtual const gfx::Size& SrcSize() = 0;
gl_helper_scaling.cc 234 virtual const gfx::Size& SrcSize() OVERRIDE {
236 return subscaler_->SrcSize();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 679 uint64_t SrcSize = DL.getTypeAllocSizeInBits(Val->getType());
681 if (SrcSize > DstSize) {
682 Val = CGF.Builder.CreateLShr(Val, SrcSize - DstSize, "coerce.highbits");
686 Val = CGF.Builder.CreateShl(Val, DstSize - SrcSize, "coerce.highbits");
724 uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy);
735 if (SrcSize >= DstSize) {
736 // Generally SrcSize is never greater than DstSize, since this means we are
758 llvm::ConstantInt::get(CGF.IntPtrTy, SrcSize),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineShifts.cpp 378 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();
380 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]

Completed in 158 milliseconds