Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp278 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()
324 assert(isVPTOpcode(Insts.front()->getOpcode()) && in isValid()
967 if (isVCTP(&MI) || isVPTOpcode(MI.getOpcode())) in ValidateLiveOuts()
1302 if (isVPTOpcode(MI->getOpcode())) in ValidateMVEInst()
H A DARMBaseInstrInfo.h571 static inline bool isVPTOpcode(int Opc) { in isVPTOpcode() function
H A DThumb2InstrInfo.cpp799 assert(isVPTOpcode(Instr.getOpcode()) && "Not a VPST or VPT Instruction!"); in recomputeVPTBlockMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1147 if (isVPTOpcode(MI.getOpcode()) && VPTBlock.instrInVPTBlock()) in getThumbInstruction()
1152 if (isVPTOpcode(MI.getOpcode())) { in getThumbInstruction()