Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp266 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()
312 assert(isVPTOpcode(Insts.front()->getOpcode()) && in isValid()
934 if (isVCTP(&MI) || isVPTOpcode(MI.getOpcode())) in ValidateLiveOuts()
1237 if (isVPTOpcode(MI->getOpcode())) in ValidateMVEInst()
H A DARMBaseInstrInfo.h570 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp987 if (isVPTOpcode(MI.getOpcode()) && VPTBlock.instrInVPTBlock()) in getThumbInstruction()
992 if (isVPTOpcode(MI.getOpcode())) { in getThumbInstruction()