Home
last modified time | relevance | path

Searched refs:GET_FPMODE (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1014 GET_FPMODE, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp445 case ISD::GET_FPMODE: return "get_fpmode"; in getOperationName()
H A DLegalizeDAG.cpp4871 case ISD::GET_FPMODE: { in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6754 ISD::GET_FPMODE, sdl, in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp954 setOperationAction(ISD::GET_FPMODE, VT, Expand); in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td629 def get_fpmode : SDNode<"ISD::GET_FPMODE", SDTGetFPStateOp, [SDNPHasChain]>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp878 setOperationAction(ISD::GET_FPMODE, MVT::i32, Legal); in SITargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1418 setOperationAction(ISD::GET_FPMODE, MVT::i32, Legal); in ARMTargetLowering()