/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 76 FUNCTION(pow, 2, 1, experimental_constrained_pow, FPOW)
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
D | BasicTTIImpl.h | 800 ISDs.push_back(ISD::FPOW); in getIntrinsicInstrCost()
|
/external/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 | 1281 ISDs.push_back(ISD::FPOW);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 206 case ISD::FPOW: return "fpow"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 97 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break; in SoftenFloatResult() 1035 case ISD::FPOW: ExpandFloatRes_FPOW(N, Lo, Hi); break; in ExpandFloatResult() 1894 case ISD::FPOW: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 312 case ISD::FPOW: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 119 case ISD::FPOW: in ScalarizeVectorResult() 682 case ISD::FPOW: in SplitVectorResult() 2104 case ISD::FPOW: 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-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 264 case ISD::FPOW: return "fpow"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 107 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break; in SoftenFloatResult() 1166 case ISD::FPOW: ExpandFloatRes_FPOW(N, Lo, Hi); break; in ExpandFloatResult() 2133 case ISD::FPOW: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 423 case ISD::FPOW: in LegalizeOp()
|
D | LegalizeDAG.cpp | 4057 Results.push_back(DAG.getNode(ISD::FPOW, SDLoc(Node), in ConvertNodeToLibcall() 4067 case ISD::FPOW: in ConvertNodeToLibcall() 4453 case ISD::FPOW: in PromoteNode()
|
D | LegalizeVectorTypes.cpp | 130 case ISD::FPOW: in ScalarizeVectorResult() 921 case ISD::FPOW: in SplitVectorResult() 2736 case ISD::FPOW: in WidenVectorResult()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 151 setOperationAction(ISD::FPOW, MVT::f128, Expand); in AArch64TargetLowering() 256 setOperationAction(ISD::FPOW, MVT::f32, Expand); in AArch64TargetLowering() 257 setOperationAction(ISD::FPOW, MVT::f64, Expand); in AArch64TargetLowering() 279 setOperationAction(ISD::FPOW, MVT::f16, Promote); in AArch64TargetLowering() 323 setOperationAction(ISD::FPOW, MVT::v4f16, Expand); in AArch64TargetLowering() 355 setOperationAction(ISD::FPOW, MVT::v8f16, Expand); in AArch64TargetLowering() 534 setOperationAction(ISD::FPOW, MVT::v1f64, Expand); in AArch64TargetLowering() 654 setOperationAction(ISD::FPOW, VT, Expand); in addTypeForNEON()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1689 setOperationAction(ISD::FPOW , MVT::f128, Expand); in SparcTargetLowering() 1690 setOperationAction(ISD::FPOW , MVT::f64, Expand); in SparcTargetLowering() 1691 setOperationAction(ISD::FPOW , MVT::f32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1639 setOperationAction(ISD::FPOW , MVT::f128, Expand); in SparcTargetLowering() 1640 setOperationAction(ISD::FPOW , MVT::f64, Expand); in SparcTargetLowering() 1641 setOperationAction(ISD::FPOW , MVT::f32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 266 setOperationAction(ISD::FPOW, MVT::f128, Expand); in AArch64TargetLowering() 390 setOperationAction(ISD::FPOW, MVT::f32, Expand); in AArch64TargetLowering() 391 setOperationAction(ISD::FPOW, MVT::f64, Expand); in AArch64TargetLowering() 402 setOperationAction(ISD::FPOW, MVT::f16, Promote); in AArch64TargetLowering() 403 setOperationAction(ISD::FPOW, MVT::v4f16, Expand); in AArch64TargetLowering() 404 setOperationAction(ISD::FPOW, MVT::v8f16, Expand); in AArch64TargetLowering() 716 setOperationAction(ISD::FPOW, MVT::v1f64, Expand); in AArch64TargetLowering() 881 setOperationAction(ISD::FPOW, VT, Expand); in addTypeForNEON()
|
/external/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1438 ISD::FPOW, ISD::FCOPYSIGN}) { in HexagonTargetLowering() 1483 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 240 setOperationAction(ISD::FPOW, MVT::f32, Legal); in AMDGPUTargetLowering() 417 setOperationAction(ISD::FPOW, VT, Expand); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1888 ISD::FPOW, ISD::FCOPYSIGN}) { in HexagonTargetLowering() 1946 ISD::FCOS, ISD::FPOWI, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 446 def fpow : SDNode<"ISD::FPOW" , SDTFPBinOp>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 351 setOperationAction(ISD::FPOW, VT, Expand); in addMVEVectorTypes() 799 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering() 820 setOperationAction(ISD::FPOW, MVT::v4f32, Expand); in ARMTargetLowering() 836 setOperationAction(ISD::FPOW, MVT::v2f32, Expand); in ARMTargetLowering() 965 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering() 1336 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering() 1337 setOperationAction(ISD::FPOW, MVT::f32, Expand); in ARMTargetLowering() 1411 setOperationAction(ISD::FPOW, MVT::f16, Promote); in ARMTargetLowering()
|