Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h347 bool isPTestLikeOpcode(unsigned Opc) const;
H A DAArch64InstrInfo.cpp1366 bool PredIsPTestLike = isPTestLikeOpcode(PredOpcode); in optimizePTestInstr()
9414 bool AArch64InstrInfo::isPTestLikeOpcode(unsigned Opc) const { in isPTestLikeOpcode() function in AArch64InstrInfo