Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp353 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN()
356 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
360 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN()
364 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
1180 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN() local
1181 if (SizeDiff > 0) { in SoftenFloatOp_FCOPYSIGN()
1184 DAG.getConstant(SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN()
1188 } else if (SizeDiff < 0) { in SoftenFloatOp_FCOPYSIGN()
1192 DAG.getConstant(-SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN()
2915 if (SizeDiff > 0) { in SoftPromoteHalfRes_FCOPYSIGN()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1297 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local
1299 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2421 unsigned SizeDiff = WideTy.getSizeInBits() - CurTy.getSizeInBits(); in widenScalar() local
2423 WideTy, MIBNewOp, MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar()