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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp24 // let ValueCols = [["true"], ["false"]]; }
49 // RowFields. These groups of instructions are later matched against ValueCols
65 // let ValueCols = [["true"], ["false"]]; }
72 // of columns in ValueCols (it is defined as a list<list<string> >. Therefore,
98 std::vector<ListInit*> ValueCols; member in class:__anon4578::InstrMap
125 // Ex: ValueCols = [['true'],['false']] -- it results two columns in the
128 ListInit *ColValList = MapRec->getValueAsListInit("ValueCols");
133 MapRec->getName() + "' has empty " + "`ValueCols' field!");
138 // Make sure that all the sub-lists in 'ValueCols' have same number of
142 "', field `ValueCols' entrie
288 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
361 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
432 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
473 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
507 std::vector<ListInit*> ValueCols; local
[all...]

Completed in 100 milliseconds