| /external/vboot_reference/utility/ | 
| D | efidecompress.c | 679   IN      UINT32  SrcSize,  in GetInfo()719   IN      UINT32  SrcSize,  in Decompress()
 846   IN      UINT32                  SrcSize,  in EfiGetInfo()
 883   IN      UINT32                  SrcSize,  in EfiDecompress()
 930   IN      UINT32                        SrcSize,  in TianoGetInfo()
 967   IN      UINT32                        SrcSize,  in TianoDecompress()
 
 | 
| D | eficompress.c | 282   IN      UINT32  SrcSize,  in EfiCompress()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPURegisterBankInfo.cpp | 2671     unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI);  in getInstrMapping()  local2682     unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI);  in getInstrMapping()  local
 2693       unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits();  in getInstrMapping()  local
 2711     unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits();  in getInstrMapping()  local
 2741     unsigned SrcSize = getSizeInBits(Src, MRI, *TRI);  in getInstrMapping()  local
 2754     unsigned SrcSize = getSizeInBits(Src, MRI, *TRI);  in getInstrMapping()  local
 2836     unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits();  in getInstrMapping()  local
 2985       unsigned SrcSize = MRI.getType(MI.getOperand(3).getReg()).getSizeInBits();  in getInstrMapping()  local
 3028       unsigned SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits();  in getInstrMapping()  local
 3036       unsigned SrcSize = MRI.getType(SrcReg).getSizeInBits();  in getInstrMapping()  local
 
 | 
| D | AMDGPUInstructionSelector.cpp | 454   const unsigned SrcSize = SrcTy.getSizeInBits();  in selectG_EXTRACT()  local491   const unsigned SrcSize = SrcTy.getSizeInBits();  in selectG_MERGE_VALUES()  local
 536   const unsigned SrcSize = SrcTy.getSizeInBits();  in selectG_UNMERGE_VALUES()  local
 1268   unsigned SrcSize = SrcTy.getSizeInBits();  in selectG_TRUNC()  local
 1329   const unsigned SrcSize = SrcTy.getSizeInBits();  in selectG_SZA_EXT()  local
 
 | 
| D | AMDGPUCallLowering.cpp | 228   const unsigned SrcSize = SrcTy.getSizeInBits();  in unpackRegsToOrigType()  local
 | 
| D | SIRegisterInfo.cpp | 1708   unsigned SrcSize = getRegSizeInBits(*SrcRC);  in shouldCoalesce()  local
 | 
| D | AMDGPUISelLowering.cpp | 776   unsigned SrcSize = Source.getSizeInBits();  in isTruncateFree()  local785   unsigned SrcSize = Source->getScalarSizeInBits();  in isTruncateFree()  local
 795   unsigned SrcSize = Src->getScalarSizeInBits();  in isZExtFree()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ | 
| D | LinkModules.cpp | 195     uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType());  in computeResultingSelectionKind()  local296     uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType());  in shouldLinkFromSource()  local
 
 | 
| /external/llvm/lib/Linker/ | 
| D | LinkModules.cpp | 212     uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType());  in computeResultingSelectionKind()  local321     uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType());  in shouldLinkFromSource()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | MachineVerifier.cpp | 1143     unsigned SrcSize = SrcElTy.getSizeInBits();  in verifyPreISelGenericInstruction()  local1292     unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits();  in verifyPreISelGenericInstruction()  local
 1314     unsigned SrcSize = MRI->getType(SrcOp.getReg()).getSizeInBits();  in verifyPreISelGenericInstruction()  local
 1542       unsigned SrcSize = TRI->getRegSizeInBits(SrcOp.getReg(), *MRI);  in visitMachineInstrBefore()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64RegisterBankInfo.cpp | 177 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize)                                 \  in AArch64RegisterBankInfo()  argument
 | 
| D | AArch64InstructionSelector.cpp | 590   const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI);  in isValidCopy()  local653   unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI);  in getRegClassesForCopy()  local
 720     unsigned SrcSize = TRI.getRegSizeInBits(*SrcRC);  in selectCopy()  local
 788   const unsigned SrcSize = SrcTy.getSizeInBits();  in selectFPConvOpc()  local
 1681     unsigned SrcSize = SrcTy.getSizeInBits();  in select()  local
 2162     unsigned SrcSize = SrcTy.getSizeInBits();  in select()  local
 
 | 
| D | AArch64LegalizerInfo.cpp | 366     unsigned SrcSize = SrcTy.getSizeInBits();  in AArch64LegalizerInfo()  local
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineShifts.cpp | 389       unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();  in FoldShiftByConstant()  local
 | 
| D | InstCombineCasts.cpp | 892     unsigned SrcSize = A->getType()->getScalarSizeInBits();  in visitZExt()  local
 | 
| D | InstructionCombining.cpp | 1711         uint64_t SrcSize = DL.getTypeAllocSize(SrcElTy);  in visitGetElementPtrInst()  local
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | LoopUtils.cpp | 139       unsigned SrcSize = Cast->getSrcTy()->getPrimitiveSizeInBits();  in getSourceExtensionKind()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86InstructionSelector.cpp | 238   const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI);  in selectCopy()  local1366   unsigned SrcSize = SrcTy.getSizeInBits();  in selectMergeValues()  local
 
 | 
| /external/clang/lib/CodeGen/ | 
| D | CGCall.cpp | 1110       uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType());  in CoerceIntOrPtrToIntOrPtr()  local1155   uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy);  in CreateCoercedLoad()  local
 1227   uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy);  in CreateCoercedStore()  local
 2333         uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(STy);  in EmitFunctionProlog()  local
 3741         uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(SrcTy);  in EmitCall()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | MemCpyOptimizer.cpp | 1022   Value *SrcSize = MemCpy->getLength();  in processMemSetMemCpyDependence()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ | 
| D | ARMInstructionSelector.cpp | 872     unsigned SrcSize = SrcTy.getSizeInBits();  in select()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineShifts.cpp | 733       unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();  in FoldShiftByConstant()  local
 | 
| D | InstCombineCasts.cpp | 1148     unsigned SrcSize = A->getType()->getScalarSizeInBits();  in visitZExt()  local
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | MemCpyOptimizer.cpp | 1062   Value *SrcSize = MemCpy->getLength();  in processMemSetMemCpyDependence()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | LegalizerHelper.cpp | 951     uint64_t SrcSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits();  in narrowScalar()  local1189   const int SrcSize = SrcTy.getSizeInBits();  in widenScalarMergeValues()  local
 3471   unsigned SrcSize = MRI.getType(Src1).getSizeInBits();  in narrowScalarMul()  local
 
 |