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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp1 //===- RISCVCompressInstEmitter.cpp - Generator for RISCV Compression -===//
7 // RISCVCompressInstEmitter implements a tablegen-driven CompressPat based
12 // RISCVCompressInstEmitter implements a tablegen-driven CompressPat Instruction
82 class RISCVCompressInstEmitter { class in namespace:__anon5935
134 RISCVCompressInstEmitter(RecordKeeper &R) : Records(R), Target(R) {} function in class:__anon5935::RISCVCompressInstEmitter
140 bool RISCVCompressInstEmitter::validateRegister(Record *Reg, Record *RegClass) {
151 bool RISCVCompressInstEmitter::validateTypes(Record *DagOpType,
190 void RISCVCompressInstEmitter::addDagOperandMapping(
300 void RISCVCompressInstEmitter::createDagOperandMapping(
347 void RISCVCompressInstEmitter
[all...]
/freebsd-12-stable/usr.bin/clang/llvm-tblgen/
H A DMakefile50 SRCS+= RISCVCompressInstEmitter.cpp

Completed in 162 milliseconds