Home | History | Annotate | Download | only in TableGen

Lines Matching refs:VarName

47   int getVariableBit(const std::string &VarName, BitsInit *BI, int bit);
50 const std::string &VarName,
92 int CodeEmitterGen::getVariableBit(const std::string &VarName,
96 if (VI->getName() == VarName)
99 if (VI->getName() == VarName)
107 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName,
112 // Determine if VarName actually contributes to the Inst encoding.
117 if (getVariableBit(VarName, BI, bit) != -1)
131 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) {
157 Case += " // op: " + VarName + "\n" +
164 Case += " // op: " + VarName + "\n" +
172 int varBit = getVariableBit(VarName, BI, bit);
186 varBit = getVariableBit(VarName, BI, bit);