Home
last modified time | relevance | path

Searched refs:FPOWI (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h457 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp56 case ISD::FPOWI: R = ScalarizeVecRes_FPOWI(N); break; in ScalarizeVectorResult()
191 return DAG.getNode(ISD::FPOWI, N->getDebugLoc(), in ScalarizeVecRes_FPOWI()
505 case ISD::FPOWI: SplitVecRes_FPOWI(N, Lo, Hi); break; in SplitVectorResult()
721 Lo = DAG.getNode(ISD::FPOWI, dl, Lo.getValueType(), Lo, N->getOperand(1)); in SplitVecRes_FPOWI()
722 Hi = DAG.getNode(ISD::FPOWI, dl, Hi.getValueType(), Hi, N->getOperand(1)); in SplitVecRes_FPOWI()
1400 case ISD::FPOWI: in WidenVectorResult()
DSelectionDAGDumper.cpp187 case ISD::FPOWI: return "fpowi"; in getOperationName()
DLegalizeVectorOps.cpp233 case ISD::FPOWI: in LegalizeOp()
DLegalizeFloatTypes.cpp88 case ISD::FPOWI: R = SoftenFloatRes_FPOWI(N); break; in SoftenFloatResult()
818 case ISD::FPOWI: ExpandFloatRes_FPOWI(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeDAG.cpp1225 case ISD::FPOWI: in LegalizeOp()
3228 case ISD::FPOWI: in ExpandNode()
DSelectionDAGBuilder.cpp4336 return DAG.getNode(ISD::FPOWI, DL, LHS.getValueType(), LHS, RHS); in ExpandPowI()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp85 setOperationAction(ISD::FPOWI, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp194 setOperationAction(ISD::FPOWI, MVT::f32, Expand); in AArch64TargetLowering()
195 setOperationAction(ISD::FPOWI, MVT::f64, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp494 setOperationAction(ISD::FPOWI, MVT::v2f64, Expand); in ARMTargetLowering()
512 setOperationAction(ISD::FPOWI, MVT::v4f32, Expand); in ARMTargetLowering()
529 setOperationAction(ISD::FPOWI, MVT::v2f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp315 setOperationAction(ISD::FPOWI, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp364 setOperationAction(ISD::FPOWI, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp777 setOperationAction(ISD::FPOWI, VT, Expand); in X86TargetLowering()