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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 230 // FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
233 // FCOPYSIGN(f32, f64) is allowed.
234 FCOPYSIGN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 181 case ISD::FCOPYSIGN: return "fcopysign";
LegalizeFloatTypes.cpp 69 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N); break;
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [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/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 771 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
772 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 145 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
146 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
746 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 582 // Use ANDPD and ORPD to simulate FCOPYSIGN.
583 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
584 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
614 // Use ANDPS and ORPS to simulate FCOPYSIGN.
615 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
616 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
641 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
642 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
666 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
735 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 223 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
224 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 148 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
149 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 487 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand);
    [all...]

Completed in 299 milliseconds