Searched refs:FPOW (Results 26 - 32 of 32) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp473 setOperationAction(ISD::FPOW, MVT::v2f64, Expand);
710 setOperationAction(ISD::FPOW, MVT::f64, Expand);
711 setOperationAction(ISD::FPOW, MVT::f32, Expand);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3385 case ISD::FPOW:
H A DSelectionDAG.cpp6001 case ISD::FPOW: return "fpow";
H A DSelectionDAGBuilder.cpp4297 result = DAG.getNode(ISD::FPOW, dl,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp622 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
623 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
624 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
643 setOperationAction(ISD::FPOW, VT, Expand);
1627 ISD::FLOG10, ISD::FPOW, ISD::FSIN})
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp374 setOperationAction(ISD::FPOW, VT, Expand);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4594 return DAG.getNode(ISD::FPOW, dl, LHS.getValueType(), LHS, RHS);

Completed in 324 milliseconds

12