Home
last modified time | relevance | path

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

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