Searched refs:Predicate (Results 101 - 125 of 201) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp950 for (const auto &Predicate : Predicates) {
952 OS.indent(Indentation+2) << "return (" << Predicate << ");\n";
1259 StringRef Predicate) const {
1267 TableInfo.Predicates.insert(CachedHashString(Predicate));
1269 PredicateSet::const_iterator P = find(TableInfo.Predicates, Predicate);
1279 SmallString<256> Predicate;
1282 raw_svector_ostream PS(Predicate);
1294 // Predicate index
2286 << " // Decode the Predicate Index value.\n"
H A DDAGISelMatcher.cpp160 OS.indent(indent) << "CheckPatternPredicate " << Predicate << '\n';
H A DPredicateExpander.cpp460 expandPredicate(OS, PI.Predicate);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp165 const PPC::Predicate Pred);
206 static Optional<PPC::Predicate> getComparePred(CmpInst::Predicate Pred) {
234 return Optional<PPC::Predicate>();
779 Optional<PPC::Predicate> OptPPCPred = getComparePred(CI->getPredicate());
783 PPC::Predicate PPCPred = OptPPCPred.getValue();
825 const PPC::Predicate Pred) {
H A DPPCInstrInfo.cpp1154 auto SelectPred = static_cast<PPC::Predicate>(Cond[0].getImm());
1554 Cond[0].setImm(PPC::InvertPredicate((PPC::Predicate)Cond[0].getImm()));
1770 PPC::Predicate P1 = (PPC::Predicate) Pred1[0].getImm();
1771 PPC::Predicate P2 = (PPC::Predicate) Pred2[0].getImm();
1920 PPC::Predicate Pred = (PPC::Predicate)UseMI->getOperand(0).getImm();
1953 SmallVector<std::pair<MachineOperand*, PPC::Predicate>, 4> PredsToUpdate;
1985 PPC::Predicate Pre
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp946 (CmpInst::Predicate)I.getOperand(1).getPredicate());
996 CmpInst::Predicate Predicate = local
997 (CmpInst::Predicate)I.getOperand(1).getPredicate();
1004 switch (Predicate) {
1060 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h17 #include "lldb/Utility/Predicate.h"
175 Predicate<bool> m_popped;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp171 Predicate<uint16_t> *predicate, int backlog) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h560 bool isKnownPredicate(ICmpInst::Predicate Pred,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h506 CmpInst::Predicate optimizeCmpPredicate(const CmpInst *CI) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1116 #define FEATURE(Name, Predicate) .Case(#Name, Predicate)
1145 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp125 CmpInst::Predicate Pred) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp77 ConstantRange ConstantRange::makeAllowedICmpRegion(CmpInst::Predicate Pred,
127 ConstantRange ConstantRange::makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
137 ConstantRange ConstantRange::makeExactICmpRegion(CmpInst::Predicate Pred,
149 bool ConstantRange::getEquivalentICmp(CmpInst::Predicate &Pred,
H A DConstants.cpp572 /// Check if C contains a GlobalValue for which Predicate is true.
575 bool (*Predicate)(const GlobalValue *)) {
584 if (Predicate(GV))
2189 Constant *ConstantExpr::getCompare(unsigned short Predicate, Constant *C1, argument
2193 switch (Predicate) {
2201 return getFCmp(Predicate, C1, C2, OnlyIfReduced);
2207 return getICmp(Predicate, C1, C2, OnlyIfReduced);
2296 assert(CmpInst::isIntPredicate((CmpInst::Predicate)pred) &&
2297 "Invalid ICmp Predicate");
2321 assert(CmpInst::isFPPredicate((CmpInst::Predicate)pre
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp137 CmpInst::Predicate Pred;
H A DGuardWidening.cpp507 ICmpInst::Predicate Pred0, Pred1;
531 CmpInst::Predicate Pred;
H A DLoopDistribute.cpp579 /// the \p Predicate.
581 void mergeAdjacentPartitionsIf(UnaryPredicate Predicate) { argument
584 auto DoesMatch = Predicate(&*I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h377 VPValue *Predicate = nullptr;
529 VPValue *getPredicate() { return Predicate; }
531 const VPValue *getPredicate() const { return Predicate; }
533 void setPredicate(VPValue *Pred) { Predicate = Pred; }
H A DLoopVectorizationLegality.cpp78 Predicate("vectorize.predicate.enable", FK_Undefined, HK_PREDICATE), TheLoop(L),
230 Hint *Hints[] = {&Width, &Interleave, &Force, &IsVectorized, &Predicate};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp884 ICmpInst::Predicate Pred = ICI->getPredicate();
1097 ICmpInst::Predicate Pred) {
1125 CmpInst::Predicate EdgePred =
1696 (ICmpInst::Predicate)Pred, CI->getValue());
H A DLoopInfo.cpp230 ICmpInst::Predicate Loop::LoopBounds::getCanonicalPredicate() const {
243 ICmpInst::Predicate Pred = (BI->getSuccessor(0) == L.getHeader())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp37 CmpInst::Predicate Pred;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp132 ICmpInst::Predicate Pred;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp789 (MBP.Predicate == MachineBranchPredicate::PRED_NE ||
790 MBP.Predicate == MachineBranchPredicate::PRED_EQ) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp406 CmpInst::Predicate Pred;
471 CmpInst::Predicate Pred;

Completed in 374 milliseconds

123456789