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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 445 // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
449 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 209 case ISD::FPOW:
SelectionDAGDumper.cpp 183 case ISD::FPOW: return "fpow";
LegalizeFloatTypes.cpp 85 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break;
    [all...]
LegalizeVectorTypes.cpp 102 case ISD::FPOW:
520 case ISD::FPOW:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 773 setOperationAction(ISD::FPOW , MVT::f64, Expand);
774 setOperationAction(ISD::FPOW , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 85 setOperationAction(ISD::FPOW, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 208 setOperationAction(ISD::FPOW, MVT::f32, Expand);
209 setOperationAction(ISD::FPOW, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 132 setOperationAction(ISD::FPOW , MVT::f64, Expand);
137 setOperationAction(ISD::FPOW , MVT::f32, Expand);
354 setOperationAction(ISD::FPOW, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 498 setOperationAction(ISD::FPOW, MVT::v2f64, Expand);
515 setOperationAction(ISD::FPOW, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 696 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
697 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
698 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
740 setOperationAction(ISD::FPOW, (MVT::SimpleValueType)VT, Expand);
    [all...]

Completed in 47 milliseconds