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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 489 /// FSINCOS - Compute both fsin and fcos as a single operation.
490 FSINCOS,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 147 case ISD::FSINCOS: return "fsincos";
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 171 setOperationAction(ISD::FSINCOS, MVT::f128, Expand);
299 setOperationAction(ISD::FSINCOS, MVT::f64, Custom);
300 setOperationAction(ISD::FSINCOS, MVT::f32, Custom);
302 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
303 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
405 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 679 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
682 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
709 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
721 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
739 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
740 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 330 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
331 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 164 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
170 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
    [all...]

Completed in 367 milliseconds