Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h249 FGETSIGN, enumerator
/external/llvm/test/CodeGen/X86/
Dmovmsk.ll84 ; FIXME: This should also use movmskps; we don't form the FGETSIGN node
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp194 case ISD::FGETSIGN: return "fgetsign"; in getOperationName()
DTargetLowering.cpp1044 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); in SimplifyDemandedBits()
1045 bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32); in SimplifyDemandedBits()
1050 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); in SimplifyDemandedBits()
DSelectionDAG.cpp2269 case ISD::FGETSIGN: in computeKnownBits()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp801 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td400 def fgetsign : SDNode<"ISD::FGETSIGN" , SDTFPToIntOp>;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp634 setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand); in PPCTargetLowering()
687 setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp535 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom); in X86TargetLowering()
536 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom); in X86TargetLowering()
17219 case ISD::FGETSIGN: return LowerFGETSIGN(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp600 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand); in ARMTargetLowering()