Searched defs:Predicates (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 207 std::vector<Record *> Predicates = in EmitInstrDocs() local
|
H A D | X86EVEX2VEXTablesEmitter.cpp | 80 const std::vector<Predicate> &Predicates, raw_ostream &OS) { in printCheckPredicate()
|
H A D | CompressInstEmitter.cpp | 521 std::vector<const Record *> &Predicates, in getPredicates() 539 static void printPredicates(const std::vector<const Record *> &Predicates, in printPredicates()
|
H A D | DecoderEmitter.cpp | 95 PredicateSet Predicates; member 960 PredicateSet &Predicates, in emitPredicateFunction() 1255 ListInit *Predicates = in emitPredicateMatch() local 1277 ListInit *Predicates = in doesOpcodeNeedPredicate() local
|
H A D | X86RecognizableInstr.cpp | 151 std::vector<Record *> Predicates = Rec->getValueAsListOfDefs("Predicates"); in RecognizableInstr() local
|
H A D | CodeGenSchedule.h | 329 std::vector<PredicateInfo> Predicates; variable
|
H A D | CodeGenDAGPatterns.h | 1062 ListInit *Predicates; // Top level predicate conditions to match. variable
|
H A D | GlobalISelEmitter.cpp | 1025 PredicatesTy Predicates; member in __anon8aabd5ea0111::PredicateListMatcher 3815 ArrayRef<Record *> Predicates) { in importRulePredicates() 5174 SmallVector<Record *, 4> Predicates; in runOnPattern() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 179 SetVector<MachineInstr*> Predicates; member 258 SetVector<MachineInstr *> &Predicates = PredicatedInsts[MI]->Predicates; in isPredicatedOnVCTP() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 258 PredMap Predicates; member in __anon82769d8e0111::StructurizeCFG
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5429 SmallVector<const SCEVPredicate *, 3> Predicates; in createAddRecFromPHIWithCastsImpl() local 5665 SmallVector<const SCEVPredicate *, 3> Predicates; in createAddRecFromPHIWithCasts() local 10422 SmallPtrSet<const SCEVPredicate *, 4> Predicates; in howFarToZero() local 12735 SmallPtrSet<const SCEVPredicate *, 4> Predicates; in howManyLessThans() local 13161 SmallPtrSet<const SCEVPredicate *, 4> Predicates; in howManyGreaterThans() local
|