Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagon.td81 let KeyCol = [""];
94 let KeyCol = [""];
106 let KeyCol = ["0"];
115 let KeyCol = ["Absolute"];
123 let KeyCol = ["BaseImmOffset"];
131 let KeyCol = ["imm"];
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp97 ListInit *KeyCol; member in __anon740f5b5e0111::InstrMap
120 KeyCol = MapRec->getValueAsListInit("KeyCol"); in InstrMap()
165 return KeyCol; in getKeyCol()
269 ListInit *KeyCol = InstrMapDesc.getKeyCol(); in isKeyColInstr() local
277 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr()
/external/llvm/docs/
DHowToUseInstrMappings.rst52 list<string> KeyCol = [];
100 let KeyCol = ["none"];
173 with ``KeyCol`` and ``ValueCols``. If an instruction sets its ``PredSense``
/external/llvm/lib/Target/R600/
DSIInstrInfo.td326 let KeyCol = ["4"];
/external/llvm/include/llvm/Target/
DTarget.td1007 // ColFields, KeyCol and ValueCols.
1039 // Ex: let KeyCol = 'nopred' -- It means that the key instruction (instruction
1042 list<string> KeyCol = [];