Searched refs:hasF32x2Instructions (Results 1 – 3 of 3) sorted by relevance
120 bool hasF32x2Instructions() const { in hasF32x2Instructions() function
134 def hasF32x2Instructions : Predicate<"Subtarget->hasF32x2Instructions()">;406 Requires<[hasF32x2Instructions]>;1233 defm FMA_F32x2 : FMA<F32X2RT, allow_ftz = true, preds = [hasF32x2Instructions]>;
866 STI.hasF32x2Instructions() ? Legal : Expand); in NVPTXTargetLowering()