Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1956 std::map<StringRef, StringRef> &TiedNames, in addOneOperandFields() argument
1982 (Var->getName() != OpName && Var->getName() != TiedNames[OpName])) in addOneOperandFields()
2037 std::map<StringRef, StringRef> TiedNames; in populateInstruction() local
2051 TiedNames[MyName] = TiedName; in populateInstruction()
2052 TiedNames[TiedName] = MyName; in populateInstruction()
2102 addOneOperandFields(EncodingDef, Bits, TiedNames, SubOpName, in populateInstruction()
2129 addOneOperandFields(EncodingDef, Bits, TiedNames, OpName, OpInfo); in populateInstruction()