HomeSort by relevance Sort by last modified time
    Searched refs:FPOWI (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 481 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
485 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 192 case ISD::FPOWI: return "fpowi";
LegalizeVectorTypes.cpp 58 case ISD::FPOWI: R = ScalarizeVecRes_FPOWI(N); break;
198 return DAG.getNode(ISD::FPOWI, SDLoc(N),
570 case ISD::FPOWI: SplitVecRes_FPOWI(N, Lo, Hi); break;
830 Lo = DAG.getNode(ISD::FPOWI, dl, Lo.getValueType(), Lo, N->getOperand(1));
831 Hi = DAG.getNode(ISD::FPOWI, dl, Hi.getValueType(), Hi, N->getOperand(1));
    [all...]
LegalizeFloatTypes.cpp 90 case ISD::FPOWI: R = SoftenFloatRes_FPOWI(N); break;
    [all...]
LegalizeVectorOps.cpp 280 case ISD::FPOWI:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 332 setOperationAction(ISD::FPOWI, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 462 setOperationAction(ISD::FPOWI, MVT::v2f64, Expand);
480 setOperationAction(ISD::FPOWI, MVT::v4f32, Expand);
497 setOperationAction(ISD::FPOWI, MVT::v2f32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 500 setOperationAction(ISD::FPOWI, VT.getSimpleVT(), Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 447 setOperationAction(ISD::FPOWI, VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 130 milliseconds