Home
last modified time | relevance | path

Searched refs:hasMadMixInsts (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h145 bool hasMadMixInsts() const { in hasMadMixInsts() function
DAMDGPU.td703 def HasMadMixInsts : Predicate<"Subtarget->hasMadMixInsts()">,
DAMDGPUISelDAGToDAG.cpp1723 if (VT != MVT::f32 || (!Subtarget->hasMadMixInsts() && in SelectFMAD_FMA()
1725 ((IsFMA && Subtarget->hasMadMixInsts()) || in SelectFMAD_FMA()
DSIISelLowering.cpp685 return ((Opcode == ISD::FMAD && Subtarget->hasMadMixInsts()) || in isFPExtFoldable()