Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h111 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
615 if (operands()[i].isPredicate()) in findFirstPredOperandIdx()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp186 bool isPredicate(unsigned R) const;
384 if (!isPredicate(R)) in isValidCandidate()
435 if (isPredicate(DefR)) in isValid()
491 if (isPredicate(R)) in countPredicateDefs()
689 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h361 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
618 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()
748 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.cpp292 if (opInfo.isPredicate()) in isARMNEONPred()
H A DARMBaseInstrInfo.cpp2216 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp796 bool isPredicate; in passAsPureScalableType() local
800 isPredicate = false; \ in passAsPureScalableType()
804 isPredicate = true; \ in passAsPureScalableType()
815 if (isPredicate) in passAsPureScalableType()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp112 bool isPredicate() const { return Kind == Predicate; } in isPredicate() function in __anone51b860d0111::SVEType
123 return isPredicate() ? 16 : (Bitwidth / ElementBitwidth); in getNumElements()
1060 else if (T.isPredicate()) in replaceTemplatedArgs()
1165 if (T.isPredicate() || T.isSvcount()) { in encodeTypeFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp433 else if (MO.isPredicate()) in addNodeIDMachineOperand()
H A DLegalizerHelper.cpp4936 else if (Op.isPredicate()) in broadcastSrcOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp519 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h935 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp434 MO.isIntrinsicID() || MO.isPredicate() || MO.isShuffleMask()) in PerformSinkAndFold()
H A DTargetInstrInfo.cpp376 if (MCID.operands()[i].isPredicate()) { in PredicateInstruction()
H A DMachineInstr.cpp1167 if (MCID.operands()[i].isPredicate()) in findFirstPredOperandIdx()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp894 if (i > 0 && MCID.operands()[i - 1].isPredicate()) in AddThumb1SBit()
987 if (MCID.operands()[i].isPredicate() || CCI == MI.end()) in AddThumbPredicate()
1056 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4538 assert(Predicate.isPredicate() && "Expected predicate?"); in emitIntegerCompare()
5135 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7708 if (MCID.operands()[i].isPredicate()) { in validateInstruction()