Lines Matching defs:VarName
58 int getVariableBit(const std::string &VarName, BitsInit *BI, int bit);
65 const std::string &VarName, std::string &Case,
81 int CodeEmitterGen::getVariableBit(const std::string &VarName, BitsInit *BI,
85 if (VI->getName() == VarName)
88 if (VI->getName() == VarName)
97 const std::string &VarName,
103 // Determine if VarName actually contributes to the Inst encoding.
108 if (getVariableBit(VarName, BI, bit) != -1)
124 if (CGI.Operands.hasSubOperandAlias(VarName, SubOp)) {
126 } else if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) {
130 PrintError(R, Twine("No operand named ") + VarName + " in record " +
137 "Operand " + VarName + " used but also marked as not emitted!");
148 Case += " // op: " + VarName + "\n";
177 int varBit = getVariableBit(VarName, BI, tmpBit);
190 varBit = getVariableBit(VarName, BI, tmpBit);
201 int varBit = getVariableBit(VarName, BI, bit);
215 varBit = getVariableBit(VarName, BI, bit);
273 BitOffsetCase += " // op: " + VarName + "\n";