Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp82 class RISCVCompressInstEmitter { class
135 RISCVCompressInstEmitter(RecordKeeper &R) : Records(R), Target(R) {} in RISCVCompressInstEmitter() function in __anoncae528be0111::RISCVCompressInstEmitter
141 bool RISCVCompressInstEmitter::validateRegister(Record *Reg, Record *RegClass) { in validateRegister()
151 bool RISCVCompressInstEmitter::validateTypes(Record *DagOpType, in validateTypes()
190 void RISCVCompressInstEmitter::addDagOperandMapping( in addDagOperandMapping()
296 void RISCVCompressInstEmitter::createDagOperandMapping( in createDagOperandMapping()
343 void RISCVCompressInstEmitter::createInstOperandMapping( in createInstOperandMapping()
412 void RISCVCompressInstEmitter::evaluateCompressPat(Record *Rec) { in evaluateCompressPat()
551 void RISCVCompressInstEmitter::emitCompressInstEmitter(raw_ostream &o, in emitCompressInstEmitter()
870 void RISCVCompressInstEmitter::run(raw_ostream &o) { in run()
[all …]
/freebsd-12-stable/usr.bin/clang/llvm-tblgen/
DMakefile52 SRCS+= RISCVCompressInstEmitter.cpp