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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp22 // let KeyCol = ["none"];
52 // KeyInstrVec. These are the instructions having the same values as KeyCol
63 // let KeyCol = ["none"];
96 ListInit *KeyCol; member in class:__anon2909::InstrMap
118 // Ex: KeyCol = 'noPred' -- key instruction is non-predicated
119 KeyCol = MapRec->getValueAsListInit("KeyCol");
164 return KeyCol;
210 // have same values as KeyCol.
265 // Return true if an instruction is a KeyCol instructio
270 ListInit *KeyCol = InstrMapDesc.getKeyCol(); local
[all...]

Completed in 100 milliseconds