Lines Matching defs:VarName
58 int getVariableBit(const std::string &VarName, const BitsInit *BI, int Bit);
67 const std::string &VarName, std::string &Case,
83 int CodeEmitterGen::getVariableBit(const std::string &VarName,
87 if (VI->getName() == VarName)
90 if (VI->getName() == VarName)
100 const std::string &VarName,
106 // Determine if VarName actually contributes to the Inst encoding.
111 if (getVariableBit(VarName, BI, Bit) != -1)
127 if (CGI.Operands.hasSubOperandAlias(VarName, SubOp)) {
129 } else if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) {
133 PrintError(R, Twine("No operand named ") + VarName + " in record " +
140 "Operand " + VarName + " used but also marked as not emitted!");
151 Case += " // op: " + VarName + "\n";
180 int VarBit = getVariableBit(VarName, BI, TmpBit);
193 VarBit = getVariableBit(VarName, BI, TmpBit);
204 int VarBit = getVariableBit(VarName, BI, Bit);
218 VarBit = getVariableBit(VarName, BI, Bit);
276 BitOffsetCase += " // op: " + VarName + "\n";