Home
last modified time | relevance | path

Searched refs:addOpcode (Results 1 – 7 of 7) sorted by relevance

/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
403 Groups.back().addOpcode(OpcodeRec); in addOpcode()
H A DCodeGenSchedule.cpp412 Fn.addOpcode(Info.first, std::move(Info.second)); in processSTIPredicate()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp186 Result->addOpcode(&CGT.getInstruction(OpcodeDef)); in parseWipMatchOpcodeMatcher()
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
H A DGICombinerEmitter.cpp