Home
last modified time | relevance | path

Searched refs:hasFmaMixInsts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h457 bool hasFmaMixInsts() const { in hasFmaMixInsts() function
H A DAMDGPU.td2548 def HasFmaMixInsts : Predicate<"Subtarget->hasFmaMixInsts()">,
H A DSIISelLowering.cpp1047 (Opcode == ISD::FMA && Subtarget->hasFmaMixInsts())) && in isFPExtFoldable()
1057 (Opcode == TargetOpcode::G_FMA && Subtarget->hasFmaMixInsts())) && in isFPExtFoldable()