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

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp23 // let KeyCol = ["none"];
53 // KeyInstrVec. These are the instructions having the same values as KeyCol
64 // let KeyCol = ["none"];
97 ListInit *KeyCol; member in class:__anon25735::InstrMap
119 // Ex: KeyCol = 'noPred' -- key instruction is non-predicated
120 KeyCol = MapRec->getValueAsListInit("KeyCol");
165 return KeyCol;
211 // have same values as KeyCol.
263 // Return true if an instruction is a KeyCol instructio
268 ListInit *KeyCol = InstrMapDesc.getKeyCol(); local
[all...]

Completed in 127 milliseconds