Home
last modified time | relevance | path

Searched refs:SizeDiff (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h98 unsigned SizeDiff = DstTy.getSizeInBits() - SExtSrcTy.getSizeInBits(); in tryCombineSExt() local
99 auto SizeDiffMIB = Builder.buildConstant(DstTy, SizeDiff); in tryCombineSExt()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp192 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
193 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN()
195 DAG.getConstant(SizeDiff, in SoftenFloatRes_FCOPYSIGN()
198 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN()
201 DAG.getConstant(-SizeDiff, in SoftenFloatRes_FCOPYSIGN()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp269 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
270 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN()
273 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
277 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN()
281 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp272 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
273 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN()
276 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
280 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN()
284 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1133 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local
1135 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()