/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 | 800 ISDs.push_back(ISD::FPOW); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 178 case ISD::FPOW: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 85 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break; in SoftenFloatResult() 866 case ISD::FPOW: ExpandFloatRes_FPOW(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 102 case ISD::FPOW: in ScalarizeVectorResult() 483 case ISD::FPOW: in SplitVectorResult() 1256 case ISD::FPOW: in WidenVectorResult()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 123 setOperationAction(ISD::FPOW , MVT::f32, Expand); in AlphaTargetLowering() 124 setOperationAction(ISD::FPOW , MVT::f64, Expand); in AlphaTargetLowering()
|
/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()
|
D | LegalizeDAG.cpp | 3895 case ISD::FPOW: in ConvertNodeToLibcall() 4186 case ISD::FPOW: { 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 | 772 setOperationAction(ISD::FPOW , MVT::f64, Expand); in SparcTargetLowering() 773 setOperationAction(ISD::FPOW , MVT::f32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 85 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MBlazeTargetLowering()
|
/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/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 175 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MipsTargetLowering() 176 setOperationAction(ISD::FPOW, MVT::f64, Expand); in MipsTargetLowering()
|
/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 127 setOperationAction(ISD::FPOW , MVT::f64, Expand); in PPCTargetLowering() 132 setOperationAction(ISD::FPOW , MVT::f32, Expand); in PPCTargetLowering() 333 setOperationAction(ISD::FPOW, VT, Expand); in PPCTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 446 def fpow : SDNode<"ISD::FPOW" , SDTFPBinOp>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 503 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering() 521 setOperationAction(ISD::FPOW, MVT::v4f32, Expand); in ARMTargetLowering() 538 setOperationAction(ISD::FPOW, MVT::v2f32, Expand); in ARMTargetLowering() 667 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering() 947 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering() 948 setOperationAction(ISD::FPOW, MVT::f32, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 362 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MipsTargetLowering() 363 setOperationAction(ISD::FPOW, MVT::f64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 177 setOperationAction(ISD::FPOW , MVT::f64, Expand); in PPCTargetLowering() 183 setOperationAction(ISD::FPOW , MVT::f32, Expand); in PPCTargetLowering() 488 setOperationAction(ISD::FPOW, VT, Expand); in PPCTargetLowering() 713 setOperationAction(ISD::FPOW , MVT::v4f64, Expand); in PPCTargetLowering() 759 setOperationAction(ISD::FPOW , MVT::v4f32, Expand); in PPCTargetLowering()
|