/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 59 FUNCTION(cos, 1, 1, experimental_constrained_cos, FCOS)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 640 FNEG, FABS, FSQRT, FCBRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
D | BasicTTIImpl.h | 1226 ISDs.push_back(ISD::FCOS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 198 case ISD::FCOS: return "fcos"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 79 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult() 1141 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult() 2109 case ISD::FCOS: in PromoteFloatResult()
|
D | LegalizeDAG.cpp | 2260 ? ISD::FCOS : ISD::FSIN; in useSinCos() 3193 case ISD::FCOS: { in ExpandNode() 3202 if (Node->getOpcode() == ISD::FCOS) in ExpandNode() 3966 case ISD::FCOS: in ConvertNodeToLibcall() 4510 case ISD::FCOS: in PromoteNode()
|
D | LegalizeVectorOps.cpp | 421 case ISD::FCOS: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 82 case ISD::FCOS: in ScalarizeVectorResult() 875 case ISD::FCOS: in SplitVectorResult() 2806 case ISD::FCOS: in WidenVectorResult()
|
D | SelectionDAGBuilder.cpp | 6186 case Intrinsic::cos: Opcode = ISD::FCOS; break; in visitIntrinsicCall() 7666 if (visitUnaryFloatCall(I, ISD::FCOS)) in visitCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 144 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering() 487 case ISD::FCOS: in LowerOperation() 772 case ISD::FCOS: in LowerTrig()
|
D | SIISelLowering.cpp | 442 setOperationAction(ISD::FCOS, MVT::f32, Custom); in SITargetLowering() 502 setOperationAction(ISD::FCOS, MVT::f16, Promote); in SITargetLowering() 4049 case ISD::FCOS: in LowerOperation() 7991 case ISD::FCOS: in LowerTrig() 8608 case ISD::FCOS: in fp16SrcZerosHighBits() 8802 case ISD::FCOS: in isCanonicalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleAtom.td | 891 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
|
D | X86InstrFPStack.td | 747 def FCOS : I<0xD9, MRM_FF, (outs), (ins), "fcos", []>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1617 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering() 1622 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering() 1627 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 261 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering() 388 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering() 389 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering() 408 setOperationAction(ISD::FCOS, MVT::f16, Promote); in AArch64TargetLowering() 409 setOperationAction(ISD::FCOS, MVT::v4f16, Expand); in AArch64TargetLowering() 410 setOperationAction(ISD::FCOS, MVT::v8f16, Expand); in AArch64TargetLowering() 709 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering() 880 setOperationAction(ISD::FCOS, VT, Expand); in addTypeForNEON()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 94 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) macro 1420 #define FCOS fcos macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1437 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering() 1483 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 350 setOperationAction(ISD::FCOS, VT, Expand); in addMVEVectorTypes() 798 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering() 819 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering() 835 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering() 964 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering() 1325 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering() 1326 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering() 1408 setOperationAction(ISD::FCOS, MVT::f16, Promote); in ARMTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 436 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering() 437 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
|
D | MipsSEISelLowering.cpp | 142 setOperationAction(ISD::FCOS, MVT::f16, Promote); in MipsSETargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 274 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering() 279 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering() 650 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering() 943 setOperationAction(ISD::FCOS , MVT::f128, Expand); in PPCTargetLowering() 1005 setOperationAction(ISD::FCOS , MVT::v4f64, Expand); in PPCTargetLowering() 1050 setOperationAction(ISD::FCOS , MVT::v4f32, Expand); in PPCTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 458 def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 164 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FP16_TO_FP, in RISCVTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 572 for (const auto &Op : {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, in NVPTXTargetLowering()
|