Searched refs:getFPExtendOrRound (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 867 SDValue getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT);
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3350 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 D | SelectionDAG.cpp | 1341 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 D | LegalizeDAG.cpp | 2393 Result = DAG.getFPExtendOrRound(Sub, dl, DestVT); in ExpandLegalINT_TO_FP()
|
| H A D | SelectionDAGBuilder.cpp | 454 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 21253 return DAG.getFPExtendOrRound(Sub, dl, Op.getSimpleValueType()); in LowerUINT_TO_FP_i32()
|