Home
last modified time | relevance | path

Searched refs:GET_ROUNDING (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h952 GET_ROUNDING, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp486 case ISD::GET_ROUNDING: return "get_rounding"; in getOperationName()
H A DLegalizeIntegerTypes.cpp198 case ISD::GET_ROUNDING: Res = PromoteIntRes_GET_ROUNDING(N); break; in PromoteIntegerResult()
2979 case ISD::GET_ROUNDING:ExpandIntRes_GET_ROUNDING(N, Lo, Hi); break; in ExpandIntegerResult()
4110 Lo = DAG.getNode(ISD::GET_ROUNDING, dl, {NVT, MVT::Other}, N->getOperand(0)); in ExpandIntRes_GET_ROUNDING()
H A DLegalizeDAG.cpp1112 case ISD::GET_ROUNDING: in LegalizeOp()
3152 case ISD::GET_ROUNDING: in ExpandNode()
H A DSelectionDAGBuilder.cpp7476 Res = DAG.getNode(ISD::GET_ROUNDING, sdl, {MVT::i32, MVT::Other}, getRoot()); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp779 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SystemZTargetLowering()
7159 case ISD::GET_ROUNDING: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp653 setOperationAction(ISD::GET_ROUNDING, XLenVT, Custom); in RISCVTargetLowering()
8218 case ISD::GET_ROUNDING: in LowerOperation()
14791 case ISD::GET_ROUNDING: { in ReplaceNodeResults()
14793 SDValue Res = DAG.getNode(ISD::GET_ROUNDING, DL, VTs, N->getOperand(0)); in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp925 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SITargetLowering()
6222 case ISD::GET_ROUNDING: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp441 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in PPCTargetLowering()
12591 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1373 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in ARMTargetLowering()
10686 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp931 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in AArch64TargetLowering()
7382 case ISD::GET_ROUNDING: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp400 setOperationAction(ISD::GET_ROUNDING , MVT::i32 , Custom); in X86TargetLowering()
33673 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()