Home
last modified time | relevance | path

Searched refs:getInstructions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.h137 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
DCodeGenTarget.cpp272 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum()