Lines Matching refs:Colon
732 if (!Parser.getTok().is(AsmToken::Colon)) in matchBundleOptions()
1173 assert(Second.is(AsmToken::Colon)); in isLabel()
1215 Lexer.is(AsmToken::Colon); in ParseRegister()
1216 bool Workaround = Lexer.is(AsmToken::Colon) || in ParseRegister()
1217 Lookahead.back().is(AsmToken::Colon); in ParseRegister()
1269 if (!getLexer().getTok().is(AsmToken::Colon)) in implicitExpressionLocation()
1531 std::string Colon = ":"; in processInstruction() local
2000 r + llvm::utostr(RegNum) + Colon + llvm::utostr(RegNum - 1); in processInstruction()
2006 r + llvm::utostr(RegNum + 1) + Colon + llvm::utostr(RegNum); in processInstruction()
2019 r + llvm::utostr(RegNum) + Colon + llvm::utostr(RegNum - 1); in processInstruction()
2025 r + llvm::utostr(RegNum + 1) + Colon + llvm::utostr(RegNum); in processInstruction()
2038 r + llvm::utostr(RegNum) + Colon + llvm::utostr(RegNum - 1); in processInstruction()
2044 r + llvm::utostr(RegNum + 1) + Colon + llvm::utostr(RegNum); in processInstruction()
2060 r + llvm::utostr(RegNum) + Colon + llvm::utostr(RegNum - 1); in processInstruction()
2066 r + llvm::utostr(RegNum + 1) + Colon + llvm::utostr(RegNum); in processInstruction()
2085 r + llvm::utostr(RegNum) + Colon + llvm::utostr(RegNum - 1); in processInstruction()
2091 r + llvm::utostr(RegNum + 1) + Colon + llvm::utostr(RegNum); in processInstruction()