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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 481 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
485 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
489 /// FSINCOS - Compute both fsin and fcos as a single operation.
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 124 #define FCOS 10
lex.c 54 { "cos", FCOS, BLTIN },
run.c     [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 557 case Intrinsic::cos: ISD = ISD::FCOS; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 146 case ISD::FCOS: return "fcos";
LegalizeFloatTypes.cpp 74 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break;
    [all...]
LegalizeVectorOps.cpp 279 case ISD::FCOS:
    [all...]
LegalizeVectorTypes.cpp 78 case ISD::FCOS:
593 case ISD::FCOS:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 63 setOperationAction(ISD::FCOS, MVT::f32, Custom);
577 case ISD::FCOS:
    [all...]
AMDGPUISelLowering.cpp 337 setOperationAction(ISD::FCOS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 678 setOperationAction(ISD::FCOS , MVT::f64, Expand);
681 setOperationAction(ISD::FCOS , MVT::f32, Expand);
708 setOperationAction(ISD::FCOS , MVT::f32, Expand);
720 setOperationAction(ISD::FCOS , MVT::f64, Expand);
737 setOperationAction(ISD::FCOS , MVT::f64, Expand);
738 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 162 setOperationAction(ISD::FCOS, MVT::f128, Expand);
274 setOperationAction(ISD::FCOS, MVT::f32, Expand);
275 setOperationAction(ISD::FCOS, MVT::f64, Expand);
393 setOperationAction(ISD::FCOS, MVT::v1f64, Expand);
495 setOperationAction(ISD::FCOS, VT.getSimpleVT(), Expand);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 707 #define FCOS CHOICE(fcos, fcos, fcos)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 328 setOperationAction(ISD::FCOS, MVT::f32, Expand);
329 setOperationAction(ISD::FCOS, MVT::f64, Expand);
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 707 #define FCOS CHOICE(fcos, fcos, fcos)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 461 setOperationAction(ISD::FCOS, MVT::v2f64, Expand);
479 setOperationAction(ISD::FCOS, MVT::v4f32, Expand);
496 setOperationAction(ISD::FCOS, MVT::v2f32, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 265 setOperationAction(ISD::FCOS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 163 setOperationAction(ISD::FCOS , MVT::f64, Expand);
169 setOperationAction(ISD::FCOS , MVT::f32, Expand);
445 setOperationAction(ISD::FCOS, VT, Expand);
    [all...]

Completed in 3062 milliseconds