Home
last modified time | relevance | path

Searched refs:SrcSize (Results 1 – 22 of 22) sorted by relevance

/external/vboot_reference/utility/
Defidecompress.c679 IN UINT32 SrcSize, in GetInfo() argument
708 if (SrcSize < 8) { in GetInfo()
719 IN UINT32 SrcSize, in Decompress() argument
769 if (SrcSize < 8) { in Decompress()
783 if (SrcSize < CompSize + 8) { in Decompress()
846 IN UINT32 SrcSize, in EfiGetInfo() argument
873 SrcSize, in EfiGetInfo()
883 IN UINT32 SrcSize, in EfiDecompress() argument
917 SrcSize, in EfiDecompress()
930 IN UINT32 SrcSize, in TianoGetInfo() argument
[all …]
Deficompress.c282 IN UINT32 SrcSize, in EfiCompress() argument
325 mSrcUpperLimit = mSrc + SrcSize; in EfiCompress()
/external/vboot_reference/utility/include/
Deficompress.h63 IN UINT32 SrcSize,
72 IN UINT32 SrcSize,
81 IN UINT32 SrcSize,
/external/deqp/modules/glshared/
DglsLongStressCase.hpp114 template <typename T, int SrcSize, int DstSize>
115 static inline void vecToArr (const tcu::Vector<T, SrcSize>& src, T (&dst)[DstSize]) in vecToArr()
117 DE_STATIC_ASSERT(DstSize >= SrcSize); in vecToArr()
118 for (int i = 0; i < SrcSize; i++) in vecToArr()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1062 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local
1071 if (ConstantInt *SrcSizeC = dyn_cast<ConstantInt>(SrcSize)) in processMemSetMemCpyDependence()
1077 if (DestSize->getType() != SrcSize->getType()) { in processMemSetMemCpyDependence()
1079 SrcSize->getType()->getIntegerBitWidth()) in processMemSetMemCpyDependence()
1080 SrcSize = Builder.CreateZExt(SrcSize, DestSize->getType()); in processMemSetMemCpyDependence()
1082 DestSize = Builder.CreateZExt(DestSize, SrcSize->getType()); in processMemSetMemCpyDependence()
1086 Builder.CreateSelect(Builder.CreateICmpULE(DestSize, SrcSize), in processMemSetMemCpyDependence()
1088 Builder.CreateSub(DestSize, SrcSize)); in processMemSetMemCpyDependence()
1089 Builder.CreateMemSet(Builder.CreateGEP(Dest, SrcSize), MemSet->getOperand(1), in processMemSetMemCpyDependence()
/external/llvm/lib/Linker/
DLinkModules.cpp212 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); in computeResultingSelectionKind() local
219 LinkFromSrc = SrcSize > DstSize; in computeResultingSelectionKind()
221 if (SrcSize != DstSize) in computeResultingSelectionKind()
321 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); in shouldLinkFromSource() local
322 LinkFromSrc = SrcSize > DestSize; in shouldLinkFromSource()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c398 UINTN SrcSize; in AppendDevicePathInstance() local
404 SrcSize = DevicePathSize(Src); in AppendDevicePathInstance()
406 Ptr = AllocatePool (SrcSize + InstanceSize); in AppendDevicePathInstance()
410 CopyMem (Ptr, Src, SrcSize); in AppendDevicePathInstance()
/external/clang/lib/CodeGen/
DCGCall.cpp1110 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); in CoerceIntOrPtrToIntOrPtr() local
1113 if (SrcSize > DstSize) { in CoerceIntOrPtrToIntOrPtr()
1114 Val = CGF.Builder.CreateLShr(Val, SrcSize - DstSize, "coerce.highbits"); in CoerceIntOrPtrToIntOrPtr()
1118 Val = CGF.Builder.CreateShl(Val, DstSize - SrcSize, "coerce.highbits"); in CoerceIntOrPtrToIntOrPtr()
1155 uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedLoad() local
1166 if (SrcSize >= DstSize) { in CreateCoercedLoad()
1182 llvm::ConstantInt::get(CGF.IntPtrTy, SrcSize), in CreateCoercedLoad()
1227 uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); in CreateCoercedStore() local
1230 Dst = EnterStructPointerForCoercedAccess(Dst, DstSTy, SrcSize, CGF); in CreateCoercedStore()
1246 if (SrcSize <= DstSize) { in CreateCoercedStore()
[all …]
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp139 unsigned SrcSize = Cast->getSrcTy()->getPrimitiveSizeInBits(); in getSourceExtensionKind() local
140 if (SrcSize > DstSize) in getSourceExtensionKind()
155 if (SrcSize == DstSize) in getSourceExtensionKind()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp804 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local
811 if (SrcSize < DstSize) { in visitZExt()
812 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
818 if (SrcSize == DstSize) { in visitZExt()
819 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
823 if (SrcSize > DstSize) { in visitZExt()
DInstCombineShifts.cpp377 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
379 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize)); in FoldShiftByConstant()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp892 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local
899 if (SrcSize < DstSize) { in visitZExt()
900 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
906 if (SrcSize == DstSize) { in visitZExt()
907 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
911 if (SrcSize > DstSize) { in visitZExt()
DInstCombineShifts.cpp389 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
391 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize)); in FoldShiftByConstant()
DInstructionCombining.cpp1711 uint64_t SrcSize = DL.getTypeAllocSize(SrcElTy); in visitGetElementPtrInst() local
1712 if (ResSize && SrcSize % ResSize == 0) { in visitGetElementPtrInst()
1715 uint64_t Scale = SrcSize / ResSize; in visitGetElementPtrInst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp1118 unsigned SrcSize = LIS->getApproximateInstructionCount(SrcInt); in isWinToJoinCrossClass() local
1125 if (SrcSize <= ThresSize && DstSize <= ThresSize) in isWinToJoinCrossClass()
1134 unsigned NewSize = SrcSize + DstSize; in isWinToJoinCrossClass()
1135 if (SrcRC != NewRC && SrcSize > ThresSize) { in isWinToJoinCrossClass()
1137 if (NewUses*SrcSize*SrcRCCount > 2*SrcUses*NewSize*NewRCCount) in isWinToJoinCrossClass()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2198 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
2200 if (SrcSize == DstSize) in isEliminableCastPair()
2202 else if (SrcSize < DstSize) in isEliminableCastPair()
2230 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
2232 if (SrcSize <= PtrSize && SrcSize == DstSize) in isEliminableCastPair()
/external/llvm/lib/IR/
DInstructions.cpp2555 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
2557 if (SrcSize == DstSize) in isEliminableCastPair()
2559 else if (SrcSize < DstSize) in isEliminableCastPair()
2577 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
2579 if (SrcSize <= PtrSize && SrcSize == DstSize) in isEliminableCastPair()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2039 unsigned SrcSize = SrcOp.getValueType().getSizeInBits(); in EmitStackConvert() local
2049 if (SrcSize > SlotSize) in EmitStackConvert()
2053 assert(SrcSize == SlotSize && "Invalid store"); in EmitStackConvert()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1679 unsigned SrcSize = SrcOp.getValueType().getSizeInBits(); in EmitStackConvert() local
1689 if (SrcSize > SlotSize) in EmitStackConvert()
1693 assert(SrcSize == SlotSize && "Invalid store"); in EmitStackConvert()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp606 unsigned SrcSize = Src->getScalarSizeInBits(); in isZExtFree() local
609 return SrcSize == 32 && DestSize == 64; in isZExtFree()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h372 const SizeT SrcSize = PInst->getSrcSize();
373 for (SizeT I = 0; I < SrcSize; ++I) {
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28106 unsigned SrcSize = SrcType.getScalarSizeInBits(); in combineVectorZext() local
28119 (SplatValue + 1).exactLogBase2() != (int)SrcSize) in combineVectorZext()
28123 if (SrcSize >= ResSize || ResSize % SrcSize) in combineVectorZext()
28129 unsigned ZextRatio = ResSize / SrcSize; in combineVectorZext()