Lines Matching defs:ColFields

21 //  let ColFields = ["PredSense"];
53 // for all the fields listed in ColFields.
62 // let ColFields = ["PredSense"];
99 const ListInit *ColFields;
118 // in a column of the relation table. Ex: ColFields = 'predSense'
119 ColFields = MapRec->getValueAsListInit("ColFields");
121 // Values for the fields/attributes listed in 'ColFields'.
125 // List of values for the fields/attributes listed in 'ColFields', one for
143 // elements as the fields in 'ColFields'.
144 if (ColI->size() != ColFields->size())
148 " the entries in 'ColFields'!");
156 const ListInit *getColFields() const { return ColFields; }
196 // Returns true if an instruction is a key instruction, i.e., its ColFields
256 const ListInit *ColFields = InstrMapDesc.getColFields();
261 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound;
264 CurInstr->getValue(ColFields->getElement(J));
313 // as CurValueCol for all the fields in ColFields.
316 const ListInit *ColFields = InstrMapDesc.getColFields();
321 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound;
323 const Init *ColFieldJ = ColFields->getElement(J);
435 const ListInit *ColFields = InstrMapDesc.getColFields();
448 std::string ColName = ColFields->getElement(J)->getAsUnquotedString();
477 const ListInit *ColFields = InstrMapDesc.getColFields();
482 for (const Init *CF : ColFields->getValues()) {
507 const ListInit *ColFields = CurMap->getValueAsListInit("ColFields");
515 if (ListJ->size() != ColFields->size())
519 "'ColFields' !");
523 for (unsigned J = 0, EndCf = ColFields->size(); J < EndCf; J++) {
525 std::string ColName = ColFields->getElement(J)->getAsUnquotedString();