Home
last modified time | relevance | path

Searched refs:initOpcodeValuesMap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2621 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in run()
H A DGlobalISelEmitter.cpp478 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1362 static void initOpcodeValuesMap(const CodeGenTarget &Target);
H A DGlobalISelMatchTable.cpp1439 void InstructionOpcodeMatcher::initOpcodeValuesMap( in initOpcodeValuesMap() function in llvm::gi::InstructionOpcodeMatcher