Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h58 void ReadInstructions() const;
147 if (Instructions.empty()) ReadInstructions(); in getInstructions()
153 if (Instructions.empty()) ReadInstructions(); in getInstruction()
H A DCodeGenTarget.cpp436 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget