Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp270 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()
316 assert(isVPTOpcode(Insts.front()->getOpcode()) && in isValid()
935 if (isVCTP(&MI) || isVPTOpcode(MI.getOpcode())) in ValidateLiveOuts()
1159 if (isVPTOpcode(MI->getOpcode())) in ValidateMVEInst()
H A DARMBaseInstrInfo.h569 static inline bool isVPTOpcode(int Opc) { in isVPTOpcode() function
H A DThumb2InstrInfo.cpp787 assert(isVPTOpcode(Instr.getOpcode()) && "Not a VPST or VPT Instruction!"); in recomputeVPTBlockMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp987 if (isVPTOpcode(MI.getOpcode()) && VPTBlock.instrInVPTBlock()) in getThumbInstruction()
992 if (isVPTOpcode(MI.getOpcode())) { in getThumbInstruction()