Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp277 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()
323 assert(isVPTOpcode(Insts.front()->getOpcode()) && in isValid()
961 if (isVCTP(&MI) || isVPTOpcode(MI.getOpcode())) in ValidateLiveOuts()
1296 if (isVPTOpcode(MI->getOpcode())) in ValidateMVEInst()
H A DARMBaseInstrInfo.h573 static inline bool isVPTOpcode(int Opc) { in isVPTOpcode() function
H A DThumb2InstrInfo.cpp797 assert(isVPTOpcode(Instr.getOpcode()) && "Not a VPST or VPT Instruction!"); in recomputeVPTBlockMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1147 if (isVPTOpcode(MI.getOpcode()) && VPTBlock.instrInVPTBlock()) in getThumbInstruction()
1152 if (isVPTOpcode(MI.getOpcode())) { in getThumbInstruction()