Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DFastISelEmitter.cpp34 struct InstructionMemo { struct
41 InstructionMemo(StringRef Name, const CodeGenRegisterClass *RC, in InstructionMemo() argument
49 InstructionMemo(const InstructionMemo &Other) = delete;
50 InstructionMemo(InstructionMemo &&Other) = default;
378 typedef std::multimap<int, InstructionMemo> PredMap;
585 InstructionMemo Memo( in collectPatterns()
643 const InstructionMemo &Memo = PI->second; in emitInstructionCode()
/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()