/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 450 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
D | BasicTTIImpl.h | 748 ISDs.push_back(ISD::FCOS); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 176 case ISD::FCOS: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 70 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult() 853 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 73 case ISD::FCOS: in ScalarizeVectorResult() 449 case ISD::FCOS: in SplitVectorResult() 1300 case ISD::FCOS: in WidenVectorResult()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 142 setOperationAction(ISD::FCOS, MVT::f32, Expand); in SystemZTargetLowering() 143 setOperationAction(ISD::FCOS, MVT::f64, Expand); in SystemZTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 116 setOperationAction(ISD::FCOS , MVT::f64, Expand); in AlphaTargetLowering() 118 setOperationAction(ISD::FCOS , MVT::f32, Expand); in AlphaTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 160 case ISD::FCOS: return "fcos"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 82 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult() 1022 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult() 1871 case ISD::FCOS: in PromoteFloatResult()
|
D | LegalizeDAG.cpp | 2181 ? ISD::FCOS : ISD::FSIN; in useSinCos() 3150 case ISD::FCOS: { in ExpandNode() 3159 if (Node->getOpcode() == ISD::FCOS) in ExpandNode() 3822 case ISD::FCOS: in ConvertNodeToLibcall() 4230 case ISD::FCOS: in PromoteNode()
|
D | LegalizeVectorOps.cpp | 310 case ISD::FCOS: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 79 case ISD::FCOS: in ScalarizeVectorResult() 637 case ISD::FCOS: in SplitVectorResult() 2155 case ISD::FCOS: in WidenVectorResult()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 81 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOWI, ISD::FPOW, in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 757 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering() 761 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 107 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering() 624 case ISD::FCOS: in LowerOperation() 946 case ISD::FCOS: in LowerTrig()
|
D | SIISelLowering.cpp | 217 setOperationAction(ISD::FCOS, MVT::f32, Custom); in SITargetLowering() 1242 case ISD::FCOS: in LowerOperation() 2373 case ISD::FCOS: in LowerTrig()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 83 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 146 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering() 254 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering() 255 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering() 276 setOperationAction(ISD::FCOS, MVT::f16, Promote); in AArch64TargetLowering() 318 setOperationAction(ISD::FCOS, MVT::v4f16, Expand); in AArch64TargetLowering() 348 setOperationAction(ISD::FCOS, MVT::v8f16, Expand); in AArch64TargetLowering() 527 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering() 652 setOperationAction(ISD::FCOS, VT, Expand); in addTypeForNEON()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1667 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering() 1672 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering() 1677 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 172 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering() 173 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 213 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SPUTargetLowering() 216 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SPUTargetLowering()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) macro 1428 #define FCOS fcos macro
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1887 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering() 1946 ISD::FCOS, ISD::FPOWI, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 375 def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
|