Searched defs:DstSize (Results 1 – 9 of 9) sorted by relevance
/external/vboot_reference/utility/ |
D | efidecompress.c | 680 OUT UINT32 *DstSize, in GetInfo() 721 IN UINT32 DstSize, in Decompress() 847 OUT UINT32 *DstSize, in EfiGetInfo() 885 IN UINT32 DstSize, in EfiDecompress() 931 OUT UINT32 *DstSize, in TianoGetInfo() 969 IN UINT32 DstSize, in TianoDecompress()
|
D | eficompress.c | 284 IN OUT UINT32 *DstSize in EfiCompress()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 832 uint64_t DstSize, CodeGenFunction &CGF) { in EnterStructPointerForCoercedAccess() 892 uint64_t DstSize = DL.getTypeSizeInBits(DestIntTy); in CoerceIntOrPtrToIntOrPtr() local 930 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(Ty); in CreateCoercedLoad() local 1034 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy); in CreateCoercedStore() local 1959 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(DstTy); in EmitFunctionProlog() local 3226 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(STy); in EmitCall() local
|
D | CGBuiltin.cpp | 718 llvm::APSInt Size, DstSize; in EmitBuiltinExpr() local 745 llvm::APSInt Size, DstSize; in EmitBuiltinExpr() local 784 llvm::APSInt Size, DstSize; in EmitBuiltinExpr() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 389 unsigned DstSize = TI->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
|
D | InstCombineCasts.cpp | 819 unsigned DstSize = CI.getType()->getScalarSizeInBits(); in visitZExt() local
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 678 uint64_t DstSize = in computeResultingSelectionKind() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2210 unsigned DstSize = DstTy->getScalarSizeInBits(); in isEliminableCastPair() local 2232 unsigned DstSize = DstTy->getScalarSizeInBits(); in isEliminableCastPair() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 124 llvm::APSInt Size, DstSize; in SemaBuiltinMemChkCall() local
|