Searched refs:SymbolicName (Results 1 – 7 of 7) sorted by relevance
16 SymbolicName=MSG_GENERIC_SUCCESS24 SymbolicName=MSG_GENERIC_INFO32 SymbolicName=MSG_GENERIC_WARN40 SymbolicName=MSG_GENERIC_ERR
882 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);927 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);931 Error defineComplexSubOperand(StringRef SymbolicName, Record *ComplexPattern, in defineComplexSubOperand() argument935 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()937 ComplexSubOperandsParentName[SymbolicName]; in defineComplexSubOperand()939 return failedImport("Error: Complex suboperand " + SymbolicName + in defineComplexSubOperand()948 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()950 ComplexSubOperandsParentName[SymbolicName] = ParentName; in defineComplexSubOperand()956 getComplexSubOperand(StringRef SymbolicName) const { in getComplexSubOperand()957 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()[all …]
15 SymbolicName=MSG_SVC_STARTED24 SymbolicName=MSG_SVC_STOPPED
570 int GCCAsmStmt::getNamedOperand(StringRef SymbolicName) const { in getNamedOperand()575 if (getOutputName(i) == SymbolicName) in getNamedOperand()580 if (getInputName(i) == SymbolicName) in getNamedOperand()584 if (getLabelName(i) == SymbolicName) in getNamedOperand()738 StringRef SymbolicName(CurPtr, NameEnd - CurPtr); in AnalyzeAsmString() local740 int N = getNamedOperand(SymbolicName); in AnalyzeAsmString()
664 std::string SymbolicName(Start, Name - Start); in resolveSymbolicName() local667 if (SymbolicName == OutputConstraints[Index].getName()) in resolveSymbolicName()
5140 const SCEV *SymbolicName = getUnknown(PN); in createAddRecFromPHI() local5141 ValueExprMap.insert({SCEVCallbackVH(PN, this), SymbolicName}); in createAddRecFromPHI()5157 if (Add->getOperand(i) == SymbolicName) in createAddRecFromPHI()5212 forgetSymbolicName(PN, SymbolicName); in createAddRecFromPHI()5244 forgetSymbolicName(PN, SymbolicName); in createAddRecFromPHI()
3178 int getNamedOperand(StringRef SymbolicName) const;