Searched refs:SET_FPMODE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1019 SET_FPMODE, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 446 case ISD::SET_FPMODE: return "set_fpmode"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 1019 case ISD::SET_FPMODE: in LegalizeOp() 4886 case ISD::SET_FPMODE: { in ConvertNodeToLibcall()
|
| H A D | SelectionDAGBuilder.cpp | 6762 Res = DAG.getNode(ISD::SET_FPMODE, sdl, MVT::Other, {DAG.getRoot()}, in visitIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 955 setOperationAction(ISD::SET_FPMODE, VT, Expand); in initActions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 630 def set_fpmode : SDNode<"ISD::SET_FPMODE", SDTSetFPStateOp, [SDNPHasChain]>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1419 setOperationAction(ISD::SET_FPMODE, MVT::i32, Custom); in ARMTargetLowering() 10610 case ISD::SET_FPMODE: in LowerOperation()
|