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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 453 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
457 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
461 /// 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 407 case Intrinsic::cos: ISD = ISD::FCOS; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 142 case ISD::FCOS: return "fcos";
LegalizeVectorOps.cpp 232 case ISD::FCOS:
LegalizeFloatTypes.cpp 72 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break;
    [all...]
LegalizeVectorTypes.cpp 73 case ISD::FCOS:
528 case ISD::FCOS:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 758 setOperationAction(ISD::FCOS , MVT::f64, Expand);
763 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 83 setOperationAction(ISD::FCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 173 setOperationAction(ISD::FCOS, MVT::f32, Expand);
174 setOperationAction(ISD::FCOS, MVT::f64, Expand);
211 setOperationAction(ISD::FCOS, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 623 setOperationAction(ISD::FCOS , MVT::f64, Expand);
626 setOperationAction(ISD::FCOS , MVT::f32, Expand);
653 setOperationAction(ISD::FCOS , MVT::f32, Expand);
665 setOperationAction(ISD::FCOS , MVT::f64, Expand);
682 setOperationAction(ISD::FCOS , MVT::f64, Expand);
683 setOperationAction(ISD::FCOS , MVT::f32, Expand);
723 setOperationAction(ISD::FCOS , MVT::f80, Expand);
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 967 BEGIN_MNEMONIC(FCOS, MF_NONE, DU)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 311 setOperationAction(ISD::FCOS, MVT::f32, Expand);
312 setOperationAction(ISD::FCOS, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 493 setOperationAction(ISD::FCOS, MVT::v2f64, Expand);
511 setOperationAction(ISD::FCOS, MVT::v4f32, Expand);
528 setOperationAction(ISD::FCOS, MVT::v2f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 137 setOperationAction(ISD::FCOS , MVT::f64, Expand);
143 setOperationAction(ISD::FCOS , MVT::f32, Expand);
362 setOperationAction(ISD::FCOS, VT, Expand);
    [all...]

Completed in 262 milliseconds