Home
last modified time | relevance | path

Searched refs:FCOS (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h485 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp557 case Intrinsic::cos: ISD = ISD::FCOS; break; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp146 case ISD::FCOS: return "fcos"; in getOperationName()
DLegalizeFloatTypes.cpp74 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
819 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorOps.cpp279 case ISD::FCOS: in LegalizeOp()
DLegalizeVectorTypes.cpp78 case ISD::FCOS: in ScalarizeVectorResult()
593 case ISD::FCOS: in SplitVectorResult()
1624 case ISD::FCOS: in WidenVectorResult()
DLegalizeDAG.cpp2313 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3459 case ISD::FCOS: { in ExpandNode()
DSelectionDAGBuilder.cpp5108 case Intrinsic::cos: Opcode = ISD::FCOS; break; in visitIntrinsicCall()
5927 if (visitUnaryFloatCall(I, ISD::FCOS)) in visitCall()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp63 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering()
577 case ISD::FCOS: in LowerOperation()
1024 case ISD::FCOS: in LowerTrig()
DAMDGPUISelLowering.cpp337 setOperationAction(ISD::FCOS, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1372 setOperationAction(ISD::FCOS, MVT::f64, Expand); in HexagonTargetLowering()
1375 setOperationAction(ISD::FCOS, MVT::f32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1512 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering()
1517 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
1522 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp162 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering()
274 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering()
275 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering()
393 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
495 setOperationAction(ISD::FCOS, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/mesa3d/src/mesa/x86/
Dassyntax.h707 #define FCOS CHOICE(fcos, fcos, fcos) macro
1428 #define FCOS fcos macro
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dassyntax.h707 #define FCOS CHOICE(fcos, fcos, fcos) macro
1428 #define FCOS fcos macro
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td376 def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp328 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering()
329 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp461 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
479 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering()
496 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering()
800 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
801 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp678 setOperationAction(ISD::FCOS , MVT::f64, Expand); in resetOperationActions()
681 setOperationAction(ISD::FCOS , MVT::f32, Expand); in resetOperationActions()
708 setOperationAction(ISD::FCOS , MVT::f32, Expand); in resetOperationActions()
720 setOperationAction(ISD::FCOS , MVT::f64, Expand); in resetOperationActions()
737 setOperationAction(ISD::FCOS , MVT::f64, Expand); in resetOperationActions()
738 setOperationAction(ISD::FCOS , MVT::f32, Expand); in resetOperationActions()
778 setOperationAction(ISD::FCOS , MVT::f80, Expand); in resetOperationActions()
828 setOperationAction(ISD::FCOS, VT, Expand); in resetOperationActions()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp163 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering()
169 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering()
445 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp265 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1376 setOperationAction(ISD::FCOS, MVT::f32, Expand);