Searched refs:isPredicate (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h110 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
612 if (operands()[i].isPredicate())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp193 bool isPredicate(unsigned R) const;
391 if (!isPredicate(R))
442 if (isPredicate(DefR))
498 if (isPredicate(R))
696 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { function in class:HexagonEarlyIfConversion
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h362 bool isPredicate() const { return OpKind == MO_Predicate; } function
618 assert(isPredicate() && "Wrong MachineOperand accessor");
747 assert(isPredicate() && "Wrong MachineOperand mutator");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp841 if (SkipPred && MCID.operands()[i].isPredicate())
875 if (MCID.operands()[i].isPredicate())
884 } else if (MO.isImm() && !MCID.operands()[i].isPredicate()) {
955 bool isPred = (i < NumOps && MCID.operands()[i].isPredicate());
H A DARMFastISel.cpp267 if (opInfo.isPredicate())
H A DARMBaseInstrInfo.cpp2372 i != e && !DefDesc.operands()[i].isPredicate(); ++i)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp422 else if (MO.isPredicate())
H A DLegalizerHelper.cpp4055 else if (Op.isPredicate())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp517 i != e && !DefDesc.operands()[i].isPredicate(); ++i)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp342 if (MCID.operands()[i].isPredicate()) {
H A DMachineSink.cpp383 MO.isIntrinsicID() || MO.isPredicate() || MO.isShuffleMask())
H A DMachineInstr.cpp1099 if (MCID.operands()[i].isPredicate())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h869 if (!MO.isPredicate() || MO.getPredicate() != Value)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp892 if (i > 0 && MCID.operands()[i - 1].isPredicate())
984 if (MCID.operands()[i].isPredicate() || CCI == MI.end())
1053 if (OpInfo[i].isPredicate() ) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4555 assert(Predicate.isPredicate() && "Expected predicate?");
5145 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() &&
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7558 if (MCID.operands()[i].isPredicate()) {

Completed in 238 milliseconds