Home
last modified time | relevance | path

Searched refs:InstrInfoEmitter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp51 class InstrInfoEmitter { class
57 InstrInfoEmitter(const RecordKeeper &R) in InstrInfoEmitter() function in __anonad60faf10111::InstrInfoEmitter
112 InstrInfoEmitter::OperandInfoTy
113 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
200 InstrInfoEmitter::CollectOperandInfo(OperandInfoListTy &OperandInfoList, in CollectOperandInfo()
214 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS, in EmitOperandInfo()
240 void InstrInfoEmitter::emitOperandNameMappings( in emitOperandNameMappings()
345 void InstrInfoEmitter::emitOperandTypeMappings( in emitOperandTypeMappings()
482 void InstrInfoEmitter::emitLogicalOperandSizeMappings( in emitLogicalOperandSizeMappings()
567 void InstrInfoEmitter::emitMCIIHelperMethods(raw_ostream &OS, in emitMCIIHelperMethods()
[all …]
/freebsd/usr.bin/clang/llvm-tblgen/
H A DMakefile60 SRCS+= InstrInfoEmitter.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td279 // InstrInfo. A TIIPredicate is treated specially by the InstrInfoEmitter