Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h254 FGETSIGN, enumerator
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp195 case ISD::FGETSIGN: return "fgetsign"; in getOperationName()
HDTargetLowering.cpp1062 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); in SimplifyDemandedBits()
1063 bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32); in SimplifyDemandedBits()
1068 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); in SimplifyDemandedBits()
HDSelectionDAG.cpp2325 case ISD::FGETSIGN: in computeKnownBits()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp813 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSelectionDAG.td415 def fgetsign : SDNode<"ISD::FGETSIGN" , SDTFPToIntOp>;
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp643 setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand); in PPCTargetLowering()
696 setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand); in PPCTargetLowering()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp533 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom); in X86TargetLowering()
534 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom); in X86TargetLowering()
18573 case ISD::FGETSIGN: return LowerFGETSIGN(Op, DAG); in LowerOperation()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp619 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand); in ARMTargetLowering()