Searched refs:GET_ROUNDING (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 908 GET_ROUNDING, enumerator
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 464 case ISD::GET_ROUNDING: return "get_rounding"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 180 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 D | LegalizeDAG.cpp | 1082 case ISD::GET_ROUNDING: in LegalizeOp() 3122 case ISD::GET_ROUNDING: in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 7424 Res = DAG.getNode(ISD::GET_ROUNDING, sdl, {MVT::i32, MVT::Other}, getRoot()); in visitIntrinsicCall()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 713 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 D | RISCVISelLowering.cpp | 616 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 D | SIISelLowering.cpp | 881 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 D | PPCISelLowering.cpp | 438 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 D | ARMISelLowering.cpp | 1414 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 D | AArch64ISelLowering.cpp | 895 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 D | X86ISelLowering.cpp | 394 setOperationAction(ISD::GET_ROUNDING , MVT::i32 , Custom); in X86TargetLowering() 32448 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
|