Searched refs:SymbolicName (Results 1 – 5 of 5) sorted by relevance
895 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);940 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);944 Error defineComplexSubOperand(StringRef SymbolicName, Record *ComplexPattern, in defineComplexSubOperand() argument948 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()950 ComplexSubOperandsParentName[SymbolicName]; in defineComplexSubOperand()952 return failedImport("Error: Complex suboperand " + SymbolicName + in defineComplexSubOperand()961 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()963 ComplexSubOperandsParentName[SymbolicName] = ParentName; in defineComplexSubOperand()969 getComplexSubOperand(StringRef SymbolicName) const { in getComplexSubOperand()970 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()[all …]
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()744 StringRef SymbolicName(CurPtr, NameEnd - CurPtr); in AnalyzeAsmString() local746 int N = getNamedOperand(SymbolicName); in AnalyzeAsmString()
686 std::string SymbolicName(Start, Name - Start); in resolveSymbolicName() local689 if (SymbolicName == OutputConstraints[Index].getName()) in resolveSymbolicName()
5341 const SCEV *SymbolicName = getUnknown(PN); in createAddRecFromPHI() local5342 ValueExprMap.insert({SCEVCallbackVH(PN, this), SymbolicName}); in createAddRecFromPHI()5358 if (Add->getOperand(i) == SymbolicName) in createAddRecFromPHI()5413 forgetSymbolicName(PN, SymbolicName); in createAddRecFromPHI()5445 forgetSymbolicName(PN, SymbolicName); in createAddRecFromPHI()
3178 int getNamedOperand(StringRef SymbolicName) const;