HomeSort by relevance Sort by last modified time
    Searched refs:FPOW (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 446 // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
450 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 520 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
    [all...]
BasicTTIImpl.h 800 ISDs.push_back(ISD::FPOW);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 553 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
557 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
    [all...]
BasicTTIImpl.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 178 case ISD::FPOW:
LegalizeFloatTypes.cpp 85 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break;
    [all...]
LegalizeVectorTypes.cpp 102 case ISD::FPOW:
483 case ISD::FPOW:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 123 setOperationAction(ISD::FPOW , MVT::f32, Expand);
124 setOperationAction(ISD::FPOW , MVT::f64, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 772 setOperationAction(ISD::FPOW , MVT::f64, Expand);
773 setOperationAction(ISD::FPOW , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 206 case ISD::FPOW: return "fpow";
LegalizeVectorOps.cpp 312 case ISD::FPOW:
    [all...]
LegalizeFloatTypes.cpp 97 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break;
    [all...]
LegalizeVectorTypes.cpp 119 case ISD::FPOW:
682 case ISD::FPOW:
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 81 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOWI, ISD::FPOW,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 245 case ISD::FPOW: return "fpow";
    [all...]
LegalizeFloatTypes.cpp 97 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break;
    [all...]
LegalizeVectorOps.cpp 371 case ISD::FPOW:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 85 setOperationAction(ISD::FPOW, MVT::f32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 88 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 151 setOperationAction(ISD::FPOW, MVT::f128, Expand);
256 setOperationAction(ISD::FPOW, MVT::f32, Expand);
257 setOperationAction(ISD::FPOW, MVT::f64, Expand);
279 setOperationAction(ISD::FPOW, MVT::f16, Promote);
323 setOperationAction(ISD::FPOW, MVT::v4f16, Expand);
355 setOperationAction(ISD::FPOW, MVT::v8f16, Expand);
534 setOperationAction(ISD::FPOW, MVT::v1f64, Expand);
654 setOperationAction(ISD::FPOW, VT, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 175 setOperationAction(ISD::FPOW, MVT::f32, Expand);
176 setOperationAction(ISD::FPOW, MVT::f64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 218 setOperationAction(ISD::FPOW, MVT::f128, Expand);
326 setOperationAction(ISD::FPOW, MVT::f32, Expand);
327 setOperationAction(ISD::FPOW, MVT::f64, Expand);
338 setOperationAction(ISD::FPOW, MVT::f16, Promote);
339 setOperationAction(ISD::FPOW, MVT::v4f16, Promote);
340 setOperationAction(ISD::FPOW, MVT::v8f16, Promote);
632 setOperationAction(ISD::FPOW, MVT::v1f64, Expand);
    [all...]

Completed in 304 milliseconds

1 2 3