Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h120 bool hasF32x2Instructions() const { in hasF32x2Instructions() function
H A DNVPTXInstrInfo.td134 def hasF32x2Instructions : Predicate<"Subtarget->hasF32x2Instructions()">;
406 Requires<[hasF32x2Instructions]>;
1233 defm FMA_F32x2 : FMA<F32X2RT, allow_ftz = true, preds = [hasF32x2Instructions]>;
H A DNVPTXISelLowering.cpp866 STI.hasF32x2Instructions() ? Legal : Expand); in NVPTXTargetLowering()