Searched refs:GET_ROUNDING (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 952 GET_ROUNDING, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 486 case ISD::GET_ROUNDING: return "get_rounding"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 198 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 D | LegalizeDAG.cpp | 1112 case ISD::GET_ROUNDING: in LegalizeOp() 3152 case ISD::GET_ROUNDING: in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 7476 Res = DAG.getNode(ISD::GET_ROUNDING, sdl, {MVT::i32, MVT::Other}, getRoot()); in visitIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 779 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 D | RISCVISelLowering.cpp | 653 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 D | SIISelLowering.cpp | 925 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 D | PPCISelLowering.cpp | 441 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 D | ARMISelLowering.cpp | 1373 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 D | AArch64ISelLowering.cpp | 931 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 D | X86ISelLowering.cpp | 400 setOperationAction(ISD::GET_ROUNDING , MVT::i32 , Custom); in X86TargetLowering() 33673 case ISD::GET_ROUNDING: return LowerGET_ROUNDING(Op, DAG); in LowerOperation()
|