Home
last modified time | relevance | path

Searched defs:SrcSize (Results 1 – 25 of 33) sorted by relevance

12

/external/vboot_reference/utility/
Defidecompress.c679 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()
Deficompress.c282 IN UINT32 SrcSize, in EfiCompress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp337 unsigned SrcSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local
347 unsigned SrcSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); in getInstrMapping() local
366 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local
375 unsigned SrcSize = getSizeInBits(Src, MRI, *TRI); in getInstrMapping() local
DSIRegisterInfo.cpp1518 unsigned SrcSize = getRegSizeInBits(*SrcRC); in shouldCoalesce() local
DAMDGPUISelLowering.cpp773 unsigned SrcSize = Source.getSizeInBits(); in isTruncateFree() local
782 unsigned SrcSize = Source->getScalarSizeInBits(); in isTruncateFree() local
792 unsigned SrcSize = Src->getScalarSizeInBits(); in isZExtFree() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp196 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); in computeResultingSelectionKind() local
297 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); in shouldLinkFromSource() local
/external/llvm/lib/Linker/
DLinkModules.cpp212 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); in computeResultingSelectionKind() local
321 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); in shouldLinkFromSource() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp365 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in selectCopy() local
433 const unsigned SrcSize = SrcTy.getSizeInBits(); in selectFPConvOpc() local
893 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
DAArch64RegisterBankInfo.cpp178 #define CHECK_VALUEMAP_FPEXT(DstSize, SrcSize) \ in AArch64RegisterBankInfo() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp377 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
DInstCombineCasts.cpp804 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp238 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in selectCopy() local
1258 unsigned SrcSize = SrcTy.getSizeInBits(); in selectMergeValues() local
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp139 unsigned SrcSize = Cast->getSrcTy()->getPrimitiveSizeInBits(); in getSourceExtensionKind() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp389 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
DInstCombineCasts.cpp892 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local
DInstructionCombining.cpp1711 uint64_t SrcSize = DL.getTypeAllocSize(SrcElTy); in visitGetElementPtrInst() local
/external/clang/lib/CodeGen/
DCGCall.cpp1110 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType()); in CoerceIntOrPtrToIntOrPtr() local
1155 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-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp701 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp398 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
DInstCombineCasts.cpp1113 unsigned SrcSize = A->getType()->getScalarSizeInBits(); in visitZExt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1026 unsigned SrcSize = SrcElTy.getSizeInBits(); in visitMachineInstrBefore() local
1058 unsigned SrcSize = TRI->getRegSizeInBits(SrcOp.getReg(), *MRI); in visitMachineInstrBefore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1109 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1062 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp1118 unsigned SrcSize = LIS->getApproximateInstructionCount(SrcInt); in isWinToJoinCrossClass() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2198 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
2230 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local

12