/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 450 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
/external/one-true-awk/ |
D | awk.h | 131 #define FSIN 9 macro
|
D | lex.c | 79 { "sin", FSIN, BLTIN },
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
D | BasicTTIImpl.h | 745 ISDs.push_back(ISD::FSIN); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 557 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
D | BasicTTIImpl.h | 1016 ISDs.push_back(ISD::FSIN);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 175 case ISD::FSIN: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 89 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult() 869 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 86 case ISD::FSIN: in ScalarizeVectorResult() 463 case ISD::FSIN: in SplitVectorResult() 1310 case ISD::FSIN: in WidenVectorResult()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 140 setOperationAction(ISD::FSIN, MVT::f32, Expand); in SystemZTargetLowering() 141 setOperationAction(ISD::FSIN, MVT::f64, Expand); in SystemZTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 115 setOperationAction(ISD::FSIN , MVT::f64, Expand); in AlphaTargetLowering() 117 setOperationAction(ISD::FSIN , MVT::f32, Expand); in AlphaTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 159 case ISD::FSIN: return "fsin"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 102 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult() 1039 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult() 1882 case ISD::FSIN: in PromoteFloatResult()
|
D | LegalizeDAG.cpp | 2180 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() 2181 ? ISD::FCOS : ISD::FSIN; in useSinCos() 3149 case ISD::FSIN: in ExpandNode() 3817 case ISD::FSIN: in ConvertNodeToLibcall() 4229 case ISD::FSIN: in PromoteNode()
|
D | LegalizeVectorOps.cpp | 309 case ISD::FSIN: in LegalizeOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 183 case ISD::FSIN: return "fsin"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 102 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult() 1093 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult() 1900 case ISD::FSIN: in PromoteFloatResult()
|
D | LegalizeDAG.cpp | 2214 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() 2215 ? ISD::FCOS : ISD::FSIN; in useSinCos() 3256 case ISD::FSIN: in ExpandNode() 4049 case ISD::FSIN: in ConvertNodeToLibcall() 4555 case ISD::FSIN: in PromoteNode()
|
/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 | 756 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering() 760 setOperationAction(ISD::FSIN , MVT::f32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 141 setOperationAction(ISD::FSIN, MVT::f32, Custom); in R600TargetLowering() 486 case ISD::FSIN: return LowerTrig(Op, DAG); in LowerOperation() 773 case ISD::FSIN: in LowerTrig()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 108 setOperationAction(ISD::FSIN, MVT::f32, Custom); in R600TargetLowering() 625 case ISD::FSIN: return LowerTrig(Op, DAG); in LowerOperation() 949 case ISD::FSIN: in LowerTrig()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 88 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 82 setOperationAction(ISD::FSIN, MVT::f32, Expand); in MBlazeTargetLowering()
|