Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h880 GET_ROUNDING, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp438 case ISD::GET_ROUNDING: return "get_rounding"; in getOperationName()
H A DLegalizeIntegerTypes.cpp171 case ISD::GET_ROUNDING: Res = PromoteIntRes_GET_ROUNDING(N); break; in PromoteIntegerResult()
2634 case ISD::GET_ROUNDING:ExpandIntRes_GET_ROUNDING(N, Lo, Hi); break; in ExpandIntegerResult()
3704 Lo = DAG.getNode(ISD::GET_ROUNDING, dl, {NVT, MVT::Other}, N->getOperand(0)); in ExpandIntRes_GET_ROUNDING()
H A DLegalizeDAG.cpp1102 case ISD::GET_ROUNDING: in LegalizeOp()
3054 case ISD::GET_ROUNDING: in ExpandNode()
H A DSelectionDAGBuilder.cpp7066 Res = DAG.getNode(ISD::GET_ROUNDING, sdl, {MVT::i32, MVT::Other}, getRoot()); in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp700 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SystemZTargetLowering()
6213 case ISD::GET_ROUNDING: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp603 setOperationAction(ISD::GET_ROUNDING, XLenVT, Custom); in RISCVTargetLowering()
6636 case ISD::GET_ROUNDING: in LowerOperation()
12043 case ISD::GET_ROUNDING: { in ReplaceNodeResults()
12045 SDValue Res = DAG.getNode(ISD::GET_ROUNDING, DL, VTs, N->getOperand(0)); in ReplaceNodeResults()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp874 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SITargetLowering()
5642 case ISD::GET_ROUNDING: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp428 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in PPCTargetLowering()
11649 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1413 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in ARMTargetLowering()
10608 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp799 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in AArch64TargetLowering()
6268 case ISD::GET_ROUNDING: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp355 setOperationAction(ISD::GET_ROUNDING , MVT::i32 , Custom); in X86TargetLowering()
31949 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()