Home
last modified time | relevance | path

Searched defs:DstSize (Results 1 – 25 of 28) sorted by relevance

12

/external/vboot_reference/utility/
Defidecompress.c680 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()
Deficompress.c284 IN OUT UINT32 *DstSize in EfiCompress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1821 unsigned DstSize = DstTy.getSizeInBits(); in applyMappingImpl() local
2670 unsigned DstSize = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); in getInstrMapping() local
2681 unsigned DstSize = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); in getInstrMapping() local
2692 unsigned DstSize = DstTy.getSizeInBits(); in getInstrMapping() local
2710 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
2740 unsigned DstSize = getSizeInBits(Dst, MRI, *TRI); in getInstrMapping() local
2753 unsigned DstSize = getSizeInBits(Dst, MRI, *TRI); in getInstrMapping() local
2835 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
2998 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
3008 unsigned DstSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
[all …]
DSIAddIMGInit.cpp126 uint32_t DstSize = in runOnMachineFunction() local
DAMDGPUInstructionSelector.cpp455 const unsigned DstSize = DstTy.getSizeInBits(); in selectG_EXTRACT() local
497 const unsigned DstSize = DstTy.getSizeInBits(); in selectG_MERGE_VALUES() local
535 const unsigned DstSize = DstTy.getSizeInBits(); in selectG_UNMERGE_VALUES() local
593 unsigned DstSize = MRI->getType(DstReg).getSizeInBits(); in selectG_INSERT() local
1267 unsigned DstSize = DstTy.getSizeInBits(); in selectG_TRUNC() local
1330 const unsigned DstSize = DstTy.getSizeInBits(); in selectG_SZA_EXT() local
DSIRegisterInfo.cpp1709 unsigned DstSize = getRegSizeInBits(*DstRC); in shouldCoalesce() local
DAMDGPULegalizerInfo.cpp759 const unsigned DstSize = DstTy.getSizeInBits(); in AMDGPULegalizerInfo() local
DSIInstrInfo.cpp2178 unsigned DstSize = RI.getRegSizeInBits(*DstRC); in insertSelect() local
3425 uint32_t DstSize = RI.getRegSizeInBits(*DstRC) / 32; in verifyInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp589 const unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); in isValidCopy() local
652 unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); in getRegClassesForCopy() local
721 unsigned DstSize = TRI.getRegSizeInBits(*DstRC); in selectCopy() local
787 const unsigned DstSize = DstTy.getSizeInBits(); in selectFPConvOpc() local
1738 unsigned DstSize = DstTy.getSizeInBits(); in select() local
2127 const unsigned DstSize = MRI.getType(DstReg).getSizeInBits(); in select() local
2161 unsigned DstSize = DstTy.getSizeInBits(); in select() local
3992 unsigned DstSize = DstTy.getSizeInBits(); in selectBuildVector() local
DAArch64RegisterBankInfo.cpp177 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize) \ in AArch64RegisterBankInfo() argument
DAArch64LegalizerInfo.cpp347 unsigned DstSize = Query.Types[0].getSizeInBits(); in AArch64LegalizerInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1142 unsigned DstSize = DstElTy.getSizeInBits(); in verifyPreISelGenericInstruction() local
1291 unsigned DstSize = MRI->getType(MI->getOperand(0).getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local
1313 unsigned DstSize = MRI->getType(MI->getOperand(0).getReg()).getSizeInBits(); in verifyPreISelGenericInstruction() local
1543 unsigned DstSize = TRI->getRegSizeInBits(DstOp.getReg(), *MRI); in visitMachineInstrBefore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp194 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType()); in computeResultingSelectionKind() local
/external/clang/lib/CodeGen/
DCGCall.cpp1052 uint64_t DstSize, CodeGenFunction &CGF) { in EnterStructPointerForCoercedAccess()
1111 uint64_t DstSize = DL.getTypeSizeInBits(DestIntTy); in CoerceIntOrPtrToIntOrPtr() local
1148 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(Ty); in CreateCoercedLoad() local
1243 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy); in CreateCoercedStore() local
2335 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(DstTy); in EmitFunctionProlog() local
3742 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(STy); in EmitCall() local
DCGBuiltin.cpp992 llvm::APSInt Size, DstSize; in EmitBuiltinExpr() local
1016 llvm::APSInt Size, DstSize; in EmitBuiltinExpr() local
1054 llvm::APSInt Size, DstSize; in EmitBuiltinExpr() local
/external/llvm/lib/Linker/
DLinkModules.cpp211 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType()); in computeResultingSelectionKind() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp390 unsigned DstSize = TI->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
DInstCombineCasts.cpp894 unsigned DstSize = CI.getType()->getScalarSizeInBits(); in visitZExt() local
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp108 unsigned DstSize = RT->getPrimitiveSizeInBits(); in getSourceExtensionKind() local
/external/dng_sdk/source/
Ddng_mosaic_info.cpp1769 dng_point dng_mosaic_info::DstSize (const dng_point &downScale) const in DstSize() function in dng_mosaic_info
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp734 unsigned DstSize = TI->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
DInstCombineCasts.cpp1150 unsigned DstSize = CI.getType()->getScalarSizeInBits(); in visitZExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp519 unsigned DstSize = IsGather4 ? 4 : std::max(countPopulation(DMask), 1u); in convertMIMGInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1188 const int DstSize = DstTy.getSizeInBits(); in widenScalarMergeValues() local
3472 unsigned DstSize = Ty.getSizeInBits(); in narrowScalarMul() local
4181 const unsigned DstSize = DstTy.getSizeInBits(); in lowerUnmergeValues() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp234 const unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); in selectCopy() local

12