Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h294 bool isPTestLikeOpcode(unsigned Opc) const;
H A DAArch64InstrInfo.cpp1315 bool PredIsPTestLike = isPTestLikeOpcode(PredOpcode); in optimizePTestInstr()
7527 bool AArch64InstrInfo::isPTestLikeOpcode(unsigned Opc) const { in isPTestLikeOpcode() function in AArch64InstrInfo