Searched refs:GET_FPMODE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1057 GET_FPMODE, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 471 case ISD::GET_FPMODE: return "get_fpmode"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 5021 case ISD::GET_FPMODE: { in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 7090 ISD::GET_FPMODE, sdl, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 851 setOperationAction(ISD::GET_FPMODE, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 672 def get_fpmode : SDNode<"ISD::GET_FPMODE", SDTGetFPStateOp, [SDNPHasChain]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 897 setOperationAction(ISD::GET_FPMODE, MVT::i32, Custom); in AArch64TargetLowering() 6918 case ISD::GET_FPMODE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 888 setOperationAction(ISD::GET_FPMODE, MVT::i32, Legal); in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1419 setOperationAction(ISD::GET_FPMODE, MVT::i32, Legal); in ARMTargetLowering()
|