Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h25 static inline unsigned VCTPOpcodeToLSTP(unsigned Opcode, bool IsDoLoop) { in VCTPOpcodeToLSTP() function
H A DARMLowOverheadLoops.cpp452 return VCTPOpcodeToLSTP(VCTPs.back()->getOpcode(), IsDo); in getStartOpcode()