| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 111 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 D | HexagonEarlyIfConv.cpp | 186 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 D | MachineOperand.h | 361 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 D | Thumb2SizeReduction.cpp | 841 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 D | ARMFastISel.cpp | 292 if (opInfo.isPredicate()) in isARMNEONPred()
|
| H A D | ARMBaseInstrInfo.cpp | 2216 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | AArch64.cpp | 796 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 D | SveEmitter.cpp | 112 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 D | CSEInfo.cpp | 433 else if (MO.isPredicate()) in addNodeIDMachineOperand()
|
| H A D | LegalizerHelper.cpp | 4936 else if (Op.isPredicate()) in broadcastSrcOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 519 i != e && !DefDesc.operands()[i].isPredicate(); ++i) in optimizeSelect()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutorImpl.h | 935 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 434 MO.isIntrinsicID() || MO.isPredicate() || MO.isShuffleMask()) in PerformSinkAndFold()
|
| H A D | TargetInstrInfo.cpp | 376 if (MCID.operands()[i].isPredicate()) { in PredicateInstruction()
|
| H A D | MachineInstr.cpp | 1167 if (MCID.operands()[i].isPredicate()) in findFirstPredOperandIdx()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 894 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 D | AArch64InstructionSelector.cpp | 4538 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 D | ARMAsmParser.cpp | 7708 if (MCID.operands()[i].isPredicate()) { in validateInstruction()
|