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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h100 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
616 if (OpInfo[i].isPredicate())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h351 bool isPredicate() const { return OpKind == MO_Predicate; } function
587 assert(isPredicate() && "Wrong MachineOperand accessor");
707 assert(isPredicate() && "Wrong MachineOperand mutator");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp843 if (SkipPred && MCID.OpInfo[i].isPredicate())
877 if (MCID.OpInfo[i].isPredicate())
887 !MCID.OpInfo[i].isPredicate()) {
958 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate());
H A DARMFastISel.cpp271 if (opInfo.isPredicate())
H A DARMBaseInstrInfo.cpp2319 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i)
/freebsd-13-stable/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))
698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { function in class:HexagonEarlyIfConversion
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp393 else if (MO.isPredicate())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp519 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h700 if (!MO.isPredicate() || MO.getPredicate() != Value)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp334 if (MCID.OpInfo[i].isPredicate()) {
H A DMachineInstr.cpp1064 if (MCID.OpInfo[i].isPredicate())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp738 if (i > 0 && OpInfo[i-1].isPredicate()) continue;
831 if (OpInfo[i].isPredicate() || CCI == MI.end()) break;
894 if (OpInfo[i].isPredicate() ) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3796 assert(Predicate.isPredicate() && "Expected predicate?");
4066 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7539 if (MCID.OpInfo[i].isPredicate()) {

Completed in 318 milliseconds