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

/freebsd-current/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"];
97 ListInit *KeyCol; member in class:__anon2991::InstrMap
119 // Ex: KeyCol = 'noPred' -- key instruction is non-predicated
120 KeyCol = MapRec->getValueAsListInit("KeyCol");
156 ListInit *getKeyCol() const { return KeyCol; }
201 // have same values as KeyCol.
256 // Return true if an instruction is a KeyCol instructio
261 ListInit *KeyCol = InstrMapDesc.getKeyCol(); local
[all...]

Completed in 180 milliseconds