Searched refs:getAsUnquotedString (Results 1 – 14 of 14) sorted by relevance
108 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap()268 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr()269 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr()328 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn()330 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()449 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()452 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()485 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc()528 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums()551 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
242 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." + in CodeGenInstAlias()243 MIOI->getArgName(SubOp)->getAsUnquotedString(), in CodeGenInstAlias()
1626 PrintError("cannot parse operand '" + OpInit->getAsUnquotedString() + "' "); in parseInstructionPatternOperand()1628 PrintNote("operand name is '" + OpName->getAsUnquotedString() + "'"); in parseInstructionPatternOperand()1634 std::string Name = OpName ? OpName->getAsUnquotedString() : ""; in parseInstructionPatternOperand()1647 DagOp->getAsUnquotedString() + "'"); in parseInstructionPatternOperand()1661 std::string Name = OpName ? OpName->getAsUnquotedString() : ""; in parseInstructionPatternOperand()1678 IP.addOperand(insertStrRef(OpName->getAsUnquotedString()), *Ty); in parseInstructionPatternOperand()1685 IP.addOperand(insertStrRef(OpName->getAsUnquotedString()), PatternType()); in parseInstructionPatternOperand()1735 PrintError("cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()1753 FI.addCopyFlag(insertStrRef(Op->getArgName(K)->getAsUnquotedString())); in parseInstructionPatternMIFlags()1835 const std::string NameStr = Name->getAsUnquotedString(); in parsePatFragParamList()
971 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
98 OS << D->getValue()->getAsUnquotedString(); in emitProperty()118 OS << D->getValue()->getAsUnquotedString(); in emitProperty()
61 ArgType = A->getValue()->getAsUnquotedString(); in CommandOption()71 Description = D->getValue()->getAsUnquotedString(); in CommandOption()
13 OS << Code->getAsUnquotedString() << "}\n)"; in EmitClangDataCollectors()
1444 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()1475 N = SI->getAsUnquotedString(); in emitDagCall()1531 if (SI->getAsUnquotedString() == "R") { in emitDagCast()1533 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()1535 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()1537 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()1539 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()1541 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()1543 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast()1546 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()[all …]
1555 ->getAsUnquotedString(); in emitDiagTable()
94 obj["name"] = name->getAsUnquotedString(); in translateInit()100 arg.push_back(argname->getAsUnquotedString()); in translateInit()
1891 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) + in getAsString()1959 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() + in getAsString()2397 FieldName->getAsUnquotedString() + "' of '" + in Fold()2650 Result += ":" + ValName->getAsUnquotedString(); in getAsString()2653 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString(); in getAsString()2656 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString(); in getAsString()2863 "' after resolving references: " + VR->getAsUnquotedString() + in resolveReferences()
238 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()255 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()270 ValName->getAsUnquotedString() + "' more than once"); in SetValue()288 return Error(Loc, "Field '" + ValName->getAsUnquotedString() + in SetValue()609 ArgName->getAsUnquotedString() + "' once"); in resolveArguments()619 std::string Name = UnsolvedArgName->getAsUnquotedString(); in resolveArguments()
364 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function735 std::string getAsUnquotedString() const override { in getAsUnquotedString() function1258 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()1578 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()1718 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
142 : CXXPattern(Code.getAsUnquotedString(), Name) {} in CXXPattern()