Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp34 struct InstructionMemo { struct
358 typedef std::map<std::string, InstructionMemo> PredMap;
540 InstructionMemo Memo = { in collectPatterns()
619 const InstructionMemo &Memo = PI->second; in printFunctionDefinitions()
710 const InstructionMemo &Memo = PI->second; in printFunctionDefinitions()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp35 struct InstructionMemo { struct
371 typedef std::multimap<int, InstructionMemo> PredMap;
576 InstructionMemo Memo = { in collectPatterns()
634 const InstructionMemo &Memo = PI->second; in emitInstructionCode()