Searched refs:SET_ROUNDING (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 957 SET_ROUNDING, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 487 case ISD::SET_ROUNDING: return "set_rounding"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 2072 case ISD::SET_ROUNDING: Res = PromoteIntOp_SET_ROUNDING(N); break; in PromoteIntegerOperand()
|
| H A D | SelectionDAGBuilder.cpp | 7050 Res = DAG.getNode(ISD::SET_ROUNDING, sdl, MVT::Other, in visitIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 926 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in SITargetLowering() 6224 case ISD::SET_ROUNDING: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 442 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in PPCTargetLowering() 12592 case ISD::SET_ROUNDING: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1374 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in ARMTargetLowering() 10687 case ISD::SET_ROUNDING: return LowerSET_ROUNDING(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 654 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in RISCVTargetLowering() 8220 case ISD::SET_ROUNDING: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 932 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in AArch64TargetLowering() 7384 case ISD::SET_ROUNDING: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 401 setOperationAction(ISD::SET_ROUNDING , MVT::Other, Custom); in X86TargetLowering() 33674 case ISD::SET_ROUNDING: return LowerSET_ROUNDING(Op, DAG); in LowerOperation()
|