/third_party/skia/third_party/externals/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() local 2682 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() local 491 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() local 785 unsigned SrcSize = Source->getScalarSizeInBits(); in isTruncateFree() local 795 unsigned SrcSize = Src->getScalarSizeInBits(); in isZExtFree() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 195 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType()); in computeResultingSelectionKind() local 296 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType()); in shouldLinkFromSource() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1143 unsigned SrcSize = SrcElTy.getSizeInBits(); in verifyPreISelGenericInstruction() local 1292 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
|
/third_party/skia/third_party/externals/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() local 653 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 238 const unsigned SrcSize = RBI.getSizeInBits(SrcReg, MRI, TRI); in selectCopy() local 1366 unsigned SrcSize = SrcTy.getSizeInBits(); in selectMergeValues() local
|
D | X86ISelLowering.cpp | 32906 unsigned SrcSize = std::max(128u, NumDstElts * MaskEltSize); in matchUnaryShuffle() local
|
/third_party/skia/third_party/externals/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
|
D | InstructionCombining.cpp | 2106 uint64_t SrcSize = DL.getTypeAllocSize(StrippedPtrEltTy); in visitGetElementPtrInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1022 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 872 unsigned SrcSize = SrcTy.getSizeInBits(); in select() local
|
/third_party/skia/third_party/externals/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() local 1189 const int SrcSize = SrcTy.getSizeInBits(); in widenScalarMergeValues() local 3471 unsigned SrcSize = MRI.getType(Src1).getSizeInBits(); in narrowScalarMul() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2655 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local 2671 unsigned SrcSize = SrcTy->getScalarSizeInBits(); in isEliminableCastPair() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1763 unsigned SrcSize = SrcOp.getValueSizeInBits(); in EmitStackConvert() local
|
D | DAGCombiner.cpp | 17583 unsigned SrcSize = Extract.getValueSizeInBits(); in reduceBuildVecToShuffleWithZero() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 298 const SizeT SrcSize = PInst->getSrcSize(); in invalidateProducersOnStore() local
|
D | IceTargetLoweringX8632.cpp | 289 const SizeT SrcSize = PInst->getSrcSize(); in invalidateProducersOnStore() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7530 unsigned SrcSize = N1.getValueType().getSizeInBits(); in LowerTRUNCATEVector() local
|