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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp23 // let ValueCols = [["true"], ["false"]]; }
48 // RowFields. These groups of instructions are later matched against ValueCols
64 // let ValueCols = [["true"], ["false"]]; }
71 // of columns in ValueCols (it is defined as a list<list<string> >. Therefore,
98 std::vector<ListInit*> ValueCols; member in class:__anon2991::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
283 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
366 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
437 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
480 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); local
514 std::vector<ListInit*> ValueCols; local
[all...]

Completed in 105 milliseconds