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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 461 /// FSINCOS - Compute both fsin and fcos as a single operation.
462 FSINCOS,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 143 case ISD::FSINCOS: return "fsincos";
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 759 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
764 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 84 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 203 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
204 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
222 setOperationAction(ISD::FSINCOS, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 624 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
627 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
654 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
666 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
684 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
685 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
724 setOperationAction(ISD::FSINCOS, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 313 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
314 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 138 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
144 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 142 milliseconds