Searched refs:TiedNames (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 1926 std::map<std::string, std::string> &TiedNames, in addOneOperandFields() argument 1952 Var->getName() != TiedNames[std::string(OpName)])) in addOneOperandFields() 2008 std::map<std::string, std::string> TiedNames; in populateInstruction() local 2024 TiedNames[MyName] = TiedName; in populateInstruction() 2025 TiedNames[TiedName] = MyName; in populateInstruction() 2075 addOneOperandFields(EncodingDef, Bits, TiedNames, SubOpName, in populateInstruction() 2102 addOneOperandFields(EncodingDef, Bits, TiedNames, OpName, OpInfo); in populateInstruction()
|