Home
last modified time | relevance | path

Searched refs:changeSign (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h452 LLVM_ABI void changeSign();
859 LLVM_ABI void changeSign();
1115 Val.changeSign();
1285 Result.changeSign();
1321 void changeSign() { APFLOAT_DISPATCH_ON_SEMANTICS(changeSign()); } in changeSign() function
1324 changeSign(); in clearSign()
1328 changeSign(); in copySign()
1565 X.changeSign(); in neg()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2116 void IEEEFloat::changeSign() { in changeSign() function in llvm::detail::IEEEFloat
2487 changeSign(); in roundToIntegral()
4631 changeSign(); in next()
4756 changeSign(); in next()
4988 q.changeSign(); in addImpl()
5063 changeSign(); in subtract()
5065 changeSign(); in subtract()
5125 T.changeSign(); in multiply()
5127 T.changeSign(); in multiply()
5203 void DoubleAPFloat::changeSign() { in changeSign() function in llvm::detail::DoubleAPFloat
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp133 NegSmallest.changeSign(); in convertFCmp()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp498 m_float.changeSign(); in UnaryNegate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1132 F2.changeSign(); in RemoveFactorFromExpression()
1628 F.changeSign(); in OptimizeAdd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1313 rs2.changeSign(); in F_SignInj()
1334 rs1.changeSign(); in F_SignInjXor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp251 P->changeSign(); in convertToFpType()
261 T.changeSign(); in createAPFloatFromInt()
328 getFpVal().changeSign(); in negate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11383 Elt.getFloat().changeSign(); in handleVectorUnaryOperator()
15702 Result.changeSign(); in VisitCallExpr()
15816 Result.changeSign(); in VisitUnaryOperator()
16274 Result.getComplexFloatImag().changeSign(); in VisitBinaryOperator()
16390 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()
16391 Result.getComplexFloatImag().changeSign(); in VisitUnaryOperator()
16400 Result.getComplexFloatImag().changeSign(); in VisitUnaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp616 F.changeSign(); in interp__builtin_fabs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2055 RealVal.changeSign(); in parseFPImm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6896 V.changeSign(); in FoldConstantArithmetic()
12521 NeutralAF.changeSign(); in isNeutralConstant()
13803 NeutralAF.changeSign(); in getNeutralElement()
13814 NeutralAF.changeSign(); in getNeutralElement()
H A DTargetLowering.cpp7507 V.changeSign(); in getNegatedExpression()
7543 V.changeSign(); in getNegatedExpression()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3154 Res.changeSign(); in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3230 Value.changeSign(); in parseRealValue()
H A DMasmParser.cpp3391 Value.changeSign(); in parseRealValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp564 F1.changeSign(); in finalizeInsInstrs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1277 FVal.changeSign(); in EmitComplexPrePostIncDec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3406 RealVal.changeSign(); in tryParseFPImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3299 RealVal.changeSign(); in parseImm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1724 Result.changeSign(); in constantFoldFpUnary()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp829 TmpFlt.changeSign(); in X86TargetLowering()
837 TmpFlt2.changeSign(); in X86TargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23463 {"_ZN4llvm7APFloat10changeSignEv", "llvm::APFloat::changeSign()"},