Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp278 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()
287 if (isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()
338 assert(isVPTOpcode(Insts.front()->getOpcode()) && in isValid()
949 if (isVCTP(&MI) || isVPTOpcode(MI.getOpcode())) in ValidateLiveOuts()
1284 if (isVPTOpcode(MI->getOpcode())) in ValidateMVEInst()
H A DThumb2InstrInfo.cpp817 assert(isVPTOpcode(Instr.getOpcode()) && "Not a VPST or VPT Instruction!"); in recomputeVPTBlockMask()
H A DARMBaseInstrInfo.h591 static inline bool isVPTOpcode(int Opc) { in isVPTOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1150 if (isVPTOpcode(MI.getOpcode()) && VPTBlock.instrInVPTBlock()) in getThumbInstruction()
1155 if (isVPTOpcode(MI.getOpcode())) { in getThumbInstruction()