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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 442 /// FLOG, FLOG2, FLOG10, FEXP, FEXP2,
446 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/Target/R600/
AMDGPUISelLowering.cpp 46 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
222 return DAG.getNode(ISD::FEXP2, DL, VT, Op.getOperand(1));
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 441 case Intrinsic::exp2: ISD = ISD::FEXP2; break;
TargetLoweringBase.cpp 704 setOperationAction(ISD::FEXP2, MVT::f16, Expand);
714 setOperationAction(ISD::FEXP2, MVT::f32, Expand);
724 setOperationAction(ISD::FEXP2, MVT::f64, Expand);
734 setOperationAction(ISD::FEXP2, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 146 case ISD::FEXP2: return "fexp2";
LegalizeVectorOps.cpp 239 case ISD::FEXP2:
LegalizeFloatTypes.cpp 75 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break;
    [all...]
LegalizeVectorTypes.cpp 75 case ISD::FEXP2:
531 case ISD::FEXP2:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 185 setOperationAction(ISD::FEXP2, MVT::f32, Expand);
186 setOperationAction(ISD::FEXP2, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 500 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand);
518 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand);
535 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 407 setOperationAction(ISD::FEXP2, VT, Expand);
    [all...]

Completed in 193 milliseconds