Home
last modified time | relevance | path

Searched refs:STRICT_FEXP2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h417 STRICT_FEXP2, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp219 case ISD::STRICT_FEXP2: return "strict_fexp2"; in getOperationName()
H A DLegalizeFloatTypes.cpp88 case ISD::STRICT_FEXP2: in SoftenFloatResult()
1232 case ISD::STRICT_FEXP2: in ExpandFloatResult()
H A DLegalizeDAG.cpp4057 case ISD::STRICT_FEXP2: in ConvertNodeToLibcall()
4870 case ISD::STRICT_FEXP2: in PromoteNode()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td539 def strict_fexp2 : SDNode<"ISD::STRICT_FEXP2",
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp595 ISD::STRICT_FSIN, ISD::STRICT_FEXP, ISD::STRICT_FEXP2, in AArch64TargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp652 setOperationAction(ISD::STRICT_FEXP2, MVT::f16, Promote); in X86TargetLowering()