Searched refs:SET_ROUNDING (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 820 SET_ROUNDING, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 418 case ISD::SET_ROUNDING: return "set_rounding"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 1560 case ISD::SET_ROUNDING: Res = PromoteIntOp_SET_ROUNDING(N); break; in PromoteIntegerOperand()
|
| H A D | SelectionDAGBuilder.cpp | 6350 Res = DAG.getNode(ISD::SET_ROUNDING, sdl, MVT::Other, in visitIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 364 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in RISCVTargetLowering() 2412 case ISD::SET_ROUNDING: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 718 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in AArch64TargetLowering() 4618 case ISD::SET_ROUNDING: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1347 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in ARMTargetLowering() 9898 case ISD::SET_ROUNDING: return LowerSET_ROUNDING(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 365 setOperationAction(ISD::SET_ROUNDING , MVT::Other, Custom); in X86TargetLowering() 30352 case ISD::SET_ROUNDING: return LowerSET_ROUNDING(Op, DAG); in LowerOperation()
|