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

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dkext_request_keys.h70 #pragma mark Request Predicates - User-Space to Kernel
176 #pragma mark Requests Predicates - Kernel to User Space (kextd)
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp73 PredicateSet Predicates; member in struct:__anon10824::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,
885 for (PredicateSet::const_iterator I = Predicates.begin(), E = Predicates.end();
1145 ListInit *Predicates =
1146 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
1147 for (unsigned i = 0; i < Predicates->getSize(); ++i) {
1148 Record *Pred = Predicates
[all...]
H A DCodeGenDAGPatterns.h639 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst),
643 ListInit *Predicates; // Top level predicate conditions to match.
651 ListInit *getPredicates() const { return Predicates; }
H A DX86RecognizableInstr.cpp253 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates"); local
254 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
255 if (Predicates[i]->getName().find("32Bit") != Name.npos) {
259 if (Predicates[i]->getName().find("64Bit") != Name.npos) {
H A DAsmMatcherEmitter.cpp424 /// Predicates - The required subtarget features to match this instruction.
769 std::vector<Record*> Predicates =TheDef->getValueAsListOfDefs("Predicates"); local
770 for (unsigned i = 0, e = Predicates.size(); i != e; ++i)
772 Info.getSubtargetFeature(Predicates[i]))
2268 std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates");
H A DCodeGenDAGPatterns.cpp743 for (unsigned i = 0, e = Predicates->getSize(); i != e; ++i) {
744 if (DefInit *Pred = dynamic_cast<DefInit*>(Predicates->getElement(i))) {
2768 Instr->getValueAsListInit("Predicates"),
3147 CurPattern->getValueAsListInit("Predicates"),

Completed in 199 milliseconds