Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp892 bool HasBitTest = Subtarget->hasStdExtZbs() || Subtarget->hasVendorXTHeadBs(); in Select() local
1157 if (HasBitTest && ShAmt + 1 == TrailingOnes) { in Select()
1316 Skip |= HasBitTest && Leading == XLen - 1; in Select()