Home
last modified time | relevance | path

Searched refs:getFPExtendOrRound (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h912 SDValue getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT);
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2692 return DAG.getFPExtendOrRound(rod, Loc, NarrowVT); in LowerFP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1433 SDValue SelectionDAG::getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT) { in getFPExtendOrRound() function in SelectionDAG
7238 return getFPExtendOrRound(N1.getOperand(1), DL, VT); in getNode()
H A DTargetLowering.cpp11264 SDValue AbsNarrow = DAG.getFPExtendOrRound(AbsWide, dl, ResultVT); in expandRoundInexactToOdd()
11265 SDValue AbsNarrowAsWide = DAG.getFPExtendOrRound(AbsNarrow, dl, OperandVT); in expandRoundInexactToOdd()
H A DLegalizeDAG.cpp2718 Result = DAG.getFPExtendOrRound(Sub, dl, DestVT); in ExpandLegalINT_TO_FP()
H A DSelectionDAGBuilder.cpp490 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6614 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation()
6632 return DAG.getFPExtendOrRound(Int2FP, DL, VT); in LowerOperation()
17058 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9953 In2 = DAG.getFPExtendOrRound(In2, DL, VT); in LowerFCOPYSIGN()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19603 return DAG.getFPExtendOrRound(Sub, dl, Op.getSimpleValueType()); in LowerUINT_TO_FP_i32()