Searched refs:SET_ROUNDING (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 913 SET_ROUNDING, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 465 case ISD::SET_ROUNDING: return "set_rounding"; in getOperationName()
|
H A D | LegalizeIntegerTypes.cpp | 2021 case ISD::SET_ROUNDING: Res = PromoteIntOp_SET_ROUNDING(N); break; in PromoteIntegerOperand()
|
H A D | SelectionDAGBuilder.cpp | 6999 Res = DAG.getNode(ISD::SET_ROUNDING, sdl, MVT::Other, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 882 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in SITargetLowering() 5877 case ISD::SET_ROUNDING: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 617 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in RISCVTargetLowering() 7111 case ISD::SET_ROUNDING: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1415 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in ARMTargetLowering() 10626 case ISD::SET_ROUNDING: return LowerSET_ROUNDING(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 896 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in AArch64TargetLowering() 6916 case ISD::SET_ROUNDING: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 395 setOperationAction(ISD::SET_ROUNDING , MVT::Other, Custom); in X86TargetLowering() 32449 case ISD::SET_ROUNDING: return LowerSET_ROUNDING(Op, DAG); in LowerOperation()
|