Searched refs:SizeDiff (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 98 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/ |
D | LegalizeFloatTypes.cpp | 192 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/ |
D | LegalizeFloatTypes.cpp | 269 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/ |
D | LegalizeFloatTypes.cpp | 272 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/ |
D | MemCpyOptimizer.cpp | 1133 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local 1135 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
|