Lines Matching defs:KeyCol
22 // let KeyCol = ["none"];
52 // KeyInstrVec. These are the instructions having the same values as KeyCol
63 // let KeyCol = ["none"];
100 const ListInit *KeyCol;
122 // Ex: KeyCol = 'noPred' -- key instruction is non-predicated
123 KeyCol = MapRec->getValueAsListInit("KeyCol");
157 const ListInit *getKeyCol() const { return KeyCol; }
197 // have same values as KeyCol.
252 // Return true if an instruction is a KeyCol instruction.
257 const ListInit *KeyCol = InstrMapDesc.getKeyCol();
259 // Check if the instruction is a KeyCol instruction.
266 std::string KeyColValue = KeyCol->getElement(J)->getAsUnquotedString();