| /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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURegisterBankInfo.cpp | 1821 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 …]
|
| D | SIAddIMGInit.cpp | 126 uint32_t DstSize = in runOnMachineFunction() local
|
| D | AMDGPUInstructionSelector.cpp | 455 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
|
| D | SIRegisterInfo.cpp | 1709 unsigned DstSize = getRegSizeInBits(*DstRC); in shouldCoalesce() local
|
| D | AMDGPULegalizerInfo.cpp | 759 const unsigned DstSize = DstTy.getSizeInBits(); in AMDGPULegalizerInfo() local
|
| D | SIInstrInfo.cpp | 2178 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/ |
| D | AArch64InstructionSelector.cpp | 589 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
|
| D | AArch64RegisterBankInfo.cpp | 177 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize) \ in AArch64RegisterBankInfo() argument
|
| D | AArch64LegalizerInfo.cpp | 347 unsigned DstSize = Query.Types[0].getSizeInBits(); in AArch64LegalizerInfo() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineVerifier.cpp | 1142 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/ |
| D | LinkModules.cpp | 194 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType()); in computeResultingSelectionKind() local
|
| /external/clang/lib/CodeGen/ |
| D | CGCall.cpp | 1052 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
|
| D | CGBuiltin.cpp | 992 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/ |
| D | LinkModules.cpp | 211 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType()); in computeResultingSelectionKind() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineShifts.cpp | 390 unsigned DstSize = TI->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
|
| D | InstCombineCasts.cpp | 894 unsigned DstSize = CI.getType()->getScalarSizeInBits(); in visitZExt() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 108 unsigned DstSize = RT->getPrimitiveSizeInBits(); in getSourceExtensionKind() local
|
| /external/dng_sdk/source/ |
| D | dng_mosaic_info.cpp | 1769 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/ |
| D | InstCombineShifts.cpp | 734 unsigned DstSize = TI->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
|
| D | InstCombineCasts.cpp | 1150 unsigned DstSize = CI.getType()->getScalarSizeInBits(); in visitZExt() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
| D | AMDGPUDisassembler.cpp | 519 unsigned DstSize = IsGather4 ? 4 : std::max(countPopulation(DMask), 1u); in convertMIMGInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 1188 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/ |
| D | X86InstructionSelector.cpp | 234 const unsigned DstSize = RBI.getSizeInBits(DstReg, MRI, TRI); in selectCopy() local
|