/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 441 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, 445 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 183 case ISD::FPOWI: return "fpowi";
|
LegalizeVectorTypes.cpp | 56 case ISD::FPOWI: R = ScalarizeVecRes_FPOWI(N); break; 191 return DAG.getNode(ISD::FPOWI, SDLoc(N), 506 case ISD::FPOWI: SplitVecRes_FPOWI(N, Lo, Hi); break; 723 Lo = DAG.getNode(ISD::FPOWI, dl, Lo.getValueType(), Lo, N->getOperand(1)); 724 Hi = DAG.getNode(ISD::FPOWI, dl, Hi.getValueType(), Hi, N->getOperand(1)); [all...] |
LegalizeVectorOps.cpp | 233 case ISD::FPOWI:
|
LegalizeFloatTypes.cpp | 88 case ISD::FPOWI: R = SoftenFloatRes_FPOWI(N); break; [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 200 setOperationAction(ISD::FPOWI, MVT::f32, Expand); 201 setOperationAction(ISD::FPOWI, MVT::f64, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 332 setOperationAction(ISD::FPOWI, MVT::f32, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 494 setOperationAction(ISD::FPOWI, MVT::v2f64, Expand); 512 setOperationAction(ISD::FPOWI, MVT::v4f32, Expand); 529 setOperationAction(ISD::FPOWI, MVT::v2f32, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 411 setOperationAction(ISD::FPOWI, VT, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |