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 236 /// FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
239 /// FCOPYSIGN(f32, f64) is allowed.
240 FCOPYSIGN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 183 case ISD::FCOPYSIGN: return "fcopysign";
LegalizeFloatTypes.cpp 71 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/Sparc/
SparcISelLowering.cpp 775 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
776 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 170 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
171 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
210 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 241 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
242 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 613 // Use ANDPD and ORPD to simulate FCOPYSIGN.
614 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
615 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
647 // Use ANDPS and ORPS to simulate FCOPYSIGN.
648 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
649 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
676 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
677 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
705 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 484 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 157 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
158 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]

Completed in 2340 milliseconds