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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 246 /// FMAD - Perform a * b + c, while getting the same result as the
248 FMAD,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 280 /// FMAD - Perform a * b + c, while getting the same result as the
282 FMAD,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 201 case ISD::FMAD: return "fmad";
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp 260 setOperationAction(ISD::FMAD, MVT::f32, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 239 case ISD::FMAD: return "fmad";
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 550 case ISD::FMAD:
    [all...]
SIISelLowering.cpp 347 setOperationAction(ISD::FMAD, MVT::f32, Legal);
475 setOperationAction(ISD::FMAD, MVT::f16, Legal);
685 return ((Opcode == ISD::FMAD && Subtarget->hasMadMixInsts()) ||
    [all...]
AMDGPUISelDAGToDAG.cpp 637 case ISD::FMAD:
    [all...]
R600ISelLowering.cpp 229 setOperationAction(ISD::FMAD, MVT::f32, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 604 setOperationAction(ISD::FMAD, VT, Expand);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 885 milliseconds