Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp100 const std::string &PredicateNamespace,
140 std::string PredicateNamespace = Target.getName(); in EmitDisassembler() local
141 if (PredicateNamespace == "Thumb") in EmitDisassembler()
142 PredicateNamespace = "ARM"; in EmitDisassembler()
144 EmitFixedLenDecoder(Records, OS, PredicateNamespace, in EmitDisassembler()
H A DFixedLenDecoderEmitter.cpp111 FixedLenDecoderEmitter(RecordKeeper &R, std::string PredicateNamespace, in FixedLenDecoderEmitter() argument
117 : Target(R), PredicateNamespace(std::move(PredicateNamespace)), in FixedLenDecoderEmitter()
140 std::string PredicateNamespace; member in __anonc01b33bf0111::FixedLenDecoderEmitter
1152 const std::string &PredicateNamespace) { in emitSinglePredicateMatch() argument
1154 o << "!Bits[" << PredicateNamespace << "::" in emitSinglePredicateMatch()
1157 o << "Bits[" << PredicateNamespace << "::" << str << "]"; in emitSinglePredicateMatch()
1180 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace); in emitPredicateMatch()
1184 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace); in emitPredicateMatch()
2411 const std::string &PredicateNamespace, in EmitFixedLenDecoder() argument
2415 FixedLenDecoderEmitter(RK, PredicateNamespace, GPrefix, GPostfix, in EmitFixedLenDecoder()