Home
last modified time | relevance | path

Searched refs:isVpred (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h117 inline bool isVpred(OperandType op) { in isVpred() function
120 inline bool isVpred(uint8_t op) { in isVpred() function
121 return isVpred(static_cast<OperandType>(op)); in isVpred()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp798 if (ARM::isVpred(MCID.operands()[i].OperandType)) in findFirstVPTPredOperandIdx()
H A DARMLowOverheadLoops.cpp1239 if (ARM::isVpred(Op.value().OperandType)) { in ValidateMVEInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp908 if (ARM::isVpred(MCID.operands()[i].OperandType)) in isVectorPredicable()
1005 if (ARM::isVpred(MCID.operands()[VCCPos].OperandType) || VCCI == MI.end()) in AddThumbPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7609 if (ARM::isVpred(MCID.operands()[i].OperandType)) in findFirstVectorPredOperandIdx()