Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h480 FGETSIGN, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp268 case ISD::FGETSIGN: return "fgetsign"; in getOperationName()
H A DTargetLowering.cpp2115 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, VT); in SimplifyDemandedBits()
2116 bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32); in SimplifyDemandedBits()
2123 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Src); in SimplifyDemandedBits()
H A DSelectionDAG.cpp3313 case ISD::FGETSIGN: in computeKnownBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp762 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td476 def fgetsign : SDNode<"ISD::FGETSIGN" , SDTFPToIntOp>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp588 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom); in X86TargetLowering()
589 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom); in X86TargetLowering()
30501 case ISD::FGETSIGN: return LowerFGETSIGN(Op, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1020 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand); in ARMTargetLowering()