Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp332 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN()
335 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
339 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN()
343 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
1075 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN() local
1076 if (SizeDiff > 0) { in SoftenFloatOp_FCOPYSIGN()
1079 DAG.getConstant(SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN()
1083 } else if (SizeDiff < 0) { in SoftenFloatOp_FCOPYSIGN()
1087 DAG.getConstant(-SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN()
2695 if (SizeDiff > 0) { in SoftPromoteHalfRes_FCOPYSIGN()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1234 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local
1236 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2073 unsigned SizeDiff = WideTy.getSizeInBits() - CurTy.getSizeInBits(); in widenScalar() local
2075 WideTy, MIBNewOp, MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar()