Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h145 bool HasFmacF64Inst = false; variable
734 bool hasFmacF64Inst() const { return HasFmacF64Inst; } in hasFmacF64Inst()
H A DAMDGPU.td572 "HasFmacF64Inst",
1956 def HasFmacF64Inst : Predicate<"Subtarget->hasFmacF64Inst()">,
H A DVOP2Instructions.td1059 let SubtargetPredicate = HasFmacF64Inst,
2497 let SubtargetPredicate = HasFmacF64Inst in {
2499 } // End SubtargetPredicate = HasFmacF64Inst
H A DSIInstructions.td3103 let OtherPredicates = [HasFmacF64Inst] in