Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h908 GET_ROUNDING, enumerator
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp464 case ISD::GET_ROUNDING: return "get_rounding"; in getOperationName()
H A DLegalizeIntegerTypes.cpp180 case ISD::GET_ROUNDING: Res = PromoteIntRes_GET_ROUNDING(N); break; in PromoteIntegerResult()
2796 case ISD::GET_ROUNDING:ExpandIntRes_GET_ROUNDING(N, Lo, Hi); break; in ExpandIntegerResult()
3887 Lo = DAG.getNode(ISD::GET_ROUNDING, dl, {NVT, MVT::Other}, N->getOperand(0)); in ExpandIntRes_GET_ROUNDING()
H A DLegalizeDAG.cpp1082 case ISD::GET_ROUNDING: in LegalizeOp()
3122 case ISD::GET_ROUNDING: in ExpandNode()
H A DSelectionDAGBuilder.cpp7424 Res = DAG.getNode(ISD::GET_ROUNDING, sdl, {MVT::i32, MVT::Other}, getRoot()); in visitIntrinsicCall()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp713 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SystemZTargetLowering()
6239 case ISD::GET_ROUNDING: in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp616 setOperationAction(ISD::GET_ROUNDING, XLenVT, Custom); in RISCVTargetLowering()
7109 case ISD::GET_ROUNDING: in LowerOperation()
12902 case ISD::GET_ROUNDING: { in ReplaceNodeResults()
12904 SDValue Res = DAG.getNode(ISD::GET_ROUNDING, DL, VTs, N->getOperand(0)); in ReplaceNodeResults()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp881 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SITargetLowering()
5875 case ISD::GET_ROUNDING: in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp438 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in PPCTargetLowering()
11842 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1414 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in ARMTargetLowering()
10625 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp895 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in AArch64TargetLowering()
6914 case ISD::GET_ROUNDING: in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp394 setOperationAction(ISD::GET_ROUNDING , MVT::i32 , Custom); in X86TargetLowering()
32448 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()