HomeSort by relevance Sort by last modified time
    Searched refs:FCOPYSIGN (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 237 // FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
240 // FCOPYSIGN(f32, f64) is allowed.
241 FCOPYSIGN,
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 80 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
81 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 770 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
771 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp 69 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N); break;
    [all...]
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 168 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
169 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
676 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 562 // Use ANDPD and ORPD to simulate FCOPYSIGN.
563 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
564 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
594 // Use ANDPS and ORPS to simulate FCOPYSIGN.
595 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
596 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
621 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
622 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
646 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
710 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 227 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
228 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 143 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
144 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 465 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand);
709 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
710 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
    [all...]

Completed in 92 milliseconds