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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 68 bool HasMadMixInsts;
145 bool hasMadMixInsts() const {
146 return HasMadMixInsts;
AMDGPUISelDAGToDAG.cpp     [all...]
SIISelLowering.cpp 685 return ((Opcode == ISD::FMAD && Subtarget->hasMadMixInsts()) ||
    [all...]

Completed in 56 milliseconds