Home
last modified time | relevance | path

Searched defs:addOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h369 void addOpcode(const Record *Opcode) { in addOpcode() function
399 void addOpcode(const Record *OpcodeRec, OpcodeInfo &&Info) { in addOpcode() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h162 void addOpcode(const CodeGenInstruction *I) { Insts.push_back(I); } in addOpcode() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp