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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h108 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
624 if (OpInfo[i].isPredicate())
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h353 bool isPredicate() const { return OpKind == MO_Predicate; } function
589 assert(isPredicate() && "Wrong MachineOperand accessor");
709 assert(isPredicate() && "Wrong MachineOperand mutator");
/netbsd-current/external/apache2/llvm/dist/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.cpp268 if (opInfo.isPredicate())
H A DARMBaseInstrInfo.cpp2357 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp401 else if (MO.isPredicate())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp519 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h756 if (!MO.isPredicate() || MO.getPredicate() != Value)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp343 if (MCID.OpInfo[i].isPredicate()) {
H A DMachineInstr.cpp1077 if (MCID.OpInfo[i].isPredicate())
/netbsd-current/external/apache2/llvm/dist/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;
895 if (OpInfo[i].isPredicate() ) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4230 assert(Predicate.isPredicate() && "Expected predicate?");
4504 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7645 if (MCID.OpInfo[i].isPredicate()) {

Completed in 272 milliseconds