Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1126 GET_FPMODE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp493 case ISD::GET_FPMODE: return "get_fpmode"; in getOperationName()
H A DLegalizeDAG.cpp5224 case ISD::GET_FPMODE: { in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7142 ISD::GET_FPMODE, sdl, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp950 setOperationAction(ISD::GET_FPMODE, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td709 def get_fpmode : SDNode<"ISD::GET_FPMODE", SDTGetFPStateOp, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp933 setOperationAction(ISD::GET_FPMODE, MVT::i32, Custom); in AArch64TargetLowering()
7386 case ISD::GET_FPMODE: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp932 setOperationAction(ISD::GET_FPMODE, MVT::i32, Legal); in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1378 setOperationAction(ISD::GET_FPMODE, MVT::i32, Legal); in ARMTargetLowering()