Searched refs:SET_FPMODE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1131 SET_FPMODE, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 494 case ISD::SET_FPMODE: return "set_fpmode"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 1028 case ISD::SET_FPMODE: in LegalizeOp() 5239 case ISD::SET_FPMODE: { in ConvertNodeToLibcall()
|
| H A D | SelectionDAGBuilder.cpp | 7150 Res = DAG.getNode(ISD::SET_FPMODE, sdl, MVT::Other, {DAG.getRoot()}, in visitIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 951 setOperationAction(ISD::SET_FPMODE, VT, Expand); in initActions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 710 def set_fpmode : SDNode<"ISD::SET_FPMODE", SDTSetFPStateOp, [SDNPHasChain]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1379 setOperationAction(ISD::SET_FPMODE, MVT::i32, Custom); in ARMTargetLowering() 10688 case ISD::SET_FPMODE: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 934 setOperationAction(ISD::SET_FPMODE, MVT::i32, Custom); in AArch64TargetLowering() 7388 case ISD::SET_FPMODE: in LowerOperation()
|