Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1366 bool hasBitOp3Insts() const { return HasBitOp3Insts; } in hasBitOp3Insts() function
H A DAMDGPU.td2690 def HasBitOp3Insts : Predicate<"Subtarget->hasBitOp3Insts()">,
H A DAMDGPUInstructionSelector.cpp3893 if (!Subtarget->hasBitOp3Insts()) in selectBITOP3()