Searched refs:isVectorPredicable (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp746 static bool isVectorPredicable(unsigned Opcode) { function
809 if ((!isVectorPredicable(MI.getOpcode()) && VPTBlock.instrInVPTBlock()) ||
810 (isVectorPredicable(MI.getOpcode()) && ITBlock.instrInITBlock()))
850 if (isVectorPredicable(MI.getOpcode())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7317 static bool isVectorPredicable(const MCInstrDesc &MCID) { function in namespace:__anon2168
7380 if (!isVectorPredicable(MCID))
7395 else if (isVectorPredicable(MCID) &&

Completed in 215 milliseconds