Lines Matching defs:KeyCol
22 // let KeyCol = ["none"];
52 // KeyInstrVec. These are the instructions having the same values as KeyCol
63 // let KeyCol = ["none"];
97 ListInit *KeyCol;
119 // Ex: KeyCol = 'noPred' -- key instruction is non-predicated
120 KeyCol = MapRec->getValueAsListInit("KeyCol");
158 ListInit *getKeyCol() const { return KeyCol; }
200 // have same values as KeyCol.
254 // Return true if an instruction is a KeyCol instruction.
259 ListInit *KeyCol = InstrMapDesc.getKeyCol();
261 // Check if the instruction is a KeyCol instruction.
267 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();