Searched refs:TiedNames (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1976 std::map<std::string, std::string> &TiedNames, in addOneOperandFields() argument 2002 Var->getName() != TiedNames[std::string(OpName)])) in addOneOperandFields() 2057 std::map<std::string, std::string> TiedNames; in populateInstruction() local 2070 TiedNames[MyName] = TiedName; in populateInstruction() 2071 TiedNames[TiedName] = MyName; in populateInstruction() 2122 addOneOperandFields(EncodingDef, Bits, TiedNames, SubOpName, in populateInstruction() 2149 addOneOperandFields(EncodingDef, Bits, TiedNames, OpName, OpInfo); in populateInstruction()
|