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

/freebsd-11.0-release/contrib/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:__anon4578::InstrMap
119 // Ex: KeyCol = 'noPred' -- key instruction is non-predicated
120 KeyCol = MapRec->getValueAsListInit("KeyCol");
165 return KeyCol;
211 // have same values as KeyCol.
261 // Return true if an instruction is a KeyCol instructio
266 ListInit *KeyCol = InstrMapDesc.getKeyCol(); local
[all...]

Completed in 106 milliseconds