Searched refs:FGETSIGN (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 249 FGETSIGN, enumerator
|
/external/llvm/test/CodeGen/X86/ |
D | movmsk.ll | 84 ; FIXME: This should also use movmskps; we don't form the FGETSIGN node
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 194 case ISD::FGETSIGN: return "fgetsign"; in getOperationName()
|
D | TargetLowering.cpp | 1044 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()
|
D | SelectionDAG.cpp | 2269 case ISD::FGETSIGN: in computeKnownBits()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 801 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 400 def fgetsign : SDNode<"ISD::FGETSIGN" , SDTFPToIntOp>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 634 setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand); in PPCTargetLowering() 687 setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 535 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/ |
D | ARMISelLowering.cpp | 600 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand); in ARMTargetLowering()
|