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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 482 /// FLOG, FLOG2, FLOG10, FEXP, FEXP2,
486 FLOG, FLOG2, FLOG10, FEXP, FEXP2,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 36 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
113 return DAG.getNode(ISD::FEXP2, DL, VT, Op.getOperand(1));
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 36 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
113 return DAG.getNode(ISD::FEXP2, DL, VT, Op.getOperand(1));
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 775 setOperationAction(ISD::FEXP2, MVT::f16, Expand);
786 setOperationAction(ISD::FEXP2, MVT::f32, Expand);
797 setOperationAction(ISD::FEXP2, MVT::f64, Expand);
808 setOperationAction(ISD::FEXP2, MVT::f128, Expand);
    [all...]
BasicTargetTransformInfo.cpp 559 case Intrinsic::exp2: ISD = ISD::FEXP2; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 155 case ISD::FEXP2: return "fexp2";
LegalizeFloatTypes.cpp 77 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break;
    [all...]
LegalizeVectorOps.cpp 286 case ISD::FEXP2:
    [all...]
LegalizeVectorTypes.cpp 80 case ISD::FEXP2:
595 case ISD::FEXP2:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 125 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
339 setOperationAction(ISD::FEXP2, VT, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 310 setOperationAction(ISD::FEXP2, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 468 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand);
486 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand);
503 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 502 setOperationAction(ISD::FEXP2, VT.getSimpleVT(), Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 443 setOperationAction(ISD::FEXP2, VT, Expand);
    [all...]

Completed in 1214 milliseconds