Searched refs:Predicates (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp73 PredicateSet Predicates; member in struct:__anon3857::DecoderTableInfo
104 PredicateSet &Predicates,
436 // Emits code to check the Predicates member of an instruction are true.
875 emitPredicateFunction(formatted_raw_ostream &OS, PredicateSet &Predicates,
882 if (!Predicates.empty()) {
886 for (PredicateSet::const_iterator I = Predicates.begin(), E = Predicates.end();
1150 ListInit *Predicates =
1151 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
1152 for (unsigned i = 0; i < Predicates
[all...]
H A DX86RecognizableInstr.cpp266 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates"); local
267 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
268 if (Predicates[i]->getName().find("32Bit") != Name.npos) {
272 if (Predicates[i]->getName().find("64Bit") != Name.npos) {
H A DCodeGenDAGPatterns.h654 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst),
658 ListInit *Predicates; // Top level predicate conditions to match.
666 ListInit *getPredicates() const { return Predicates; }
H A DAsmMatcherEmitter.cpp433 /// Predicates - The required subtarget features to match this instruction.
781 std::vector<Record*> Predicates =TheDef->getValueAsListOfDefs("Predicates"); local
782 for (unsigned i = 0, e = Predicates.size(); i != e; ++i)
784 Info.getSubtargetFeature(Predicates[i]))
2326 std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates");
H A DCodeGenDAGPatterns.cpp778 for (unsigned i = 0, e = Predicates->getSize(); i != e; ++i) {
779 if (DefInit *Pred = dyn_cast<DefInit>(Predicates->getElement(i))) {
2910 Instr->getValueAsListInit("Predicates"),
3289 CurPattern->getValueAsListInit("Predicates"),
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp175 PredMap Predicates; member in class:__anon2810::StructurizeCFG
371 BBPredicates &Pred = Predicates[BB];
434 Predicates.clear();
477 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
693 BBPredicates &Preds = Predicates[Node->getEntry()];
705 BBPredicates &Preds = Predicates[Node->getEntry()];
894 Predicates.clear();

Completed in 83 milliseconds