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.cpp2755 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in run()
H A DGlobalISelEmitter.cpp500 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1403 static void initOpcodeValuesMap(const CodeGenTarget &Target);
H A DGlobalISelMatchTable.cpp1447 void InstructionOpcodeMatcher::initOpcodeValuesMap( in initOpcodeValuesMap() function in llvm::gi::InstructionOpcodeMatcher