Searched refs:getFPExtendOrRound (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 896 SDValue getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3945 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation() 3956 return DAG.getFPExtendOrRound(Int2FP, DL, VT); in LowerOperation() 10372 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1388 SDValue SelectionDAG::getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT) { in getFPExtendOrRound() function in SelectionDAG 6438 return getFPExtendOrRound(N1.getOperand(1), DL, VT); in getNode()
|
| H A D | LegalizeDAG.cpp | 2390 Result = DAG.getFPExtendOrRound(Sub, dl, DestVT); in ExpandLegalINT_TO_FP()
|
| H A D | SelectionDAGBuilder.cpp | 465 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8528 In2 = DAG.getFPExtendOrRound(In2, DL, VT); in LowerFCOPYSIGN()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 21625 return DAG.getFPExtendOrRound(Sub, dl, Op.getSimpleValueType()); in LowerUINT_TO_FP_i32()
|