Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h867 SDValue getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT);
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3350 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation()
3361 return DAG.getFPExtendOrRound(Int2FP, DL, VT); in LowerOperation()
9118 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1341 SDValue SelectionDAG::getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT) { in getFPExtendOrRound() function in SelectionDAG
6211 return getFPExtendOrRound(N1.getOperand(1), DL, VT); in getNode()
H A DLegalizeDAG.cpp2393 Result = DAG.getFPExtendOrRound(Sub, dl, DestVT); in ExpandLegalINT_TO_FP()
H A DSelectionDAGBuilder.cpp454 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21253 return DAG.getFPExtendOrRound(Sub, dl, Op.getSimpleValueType()); in LowerUINT_TO_FP_i32()