Lines Matching refs:Colon
735 if (!Parser.getTok().is(AsmToken::Colon)) in matchBundleOptions()
1192 assert(Second.is(AsmToken::Colon)); in isLabel()
1234 Lexer.is(AsmToken::Colon); in ParseRegister()
1235 bool Workaround = Lexer.is(AsmToken::Colon) || in ParseRegister()
1236 Lookahead.back().is(AsmToken::Colon); in ParseRegister()
1288 if (!getLexer().getTok().is(AsmToken::Colon)) in implicitExpressionLocation()
1532 std::string Colon = ":"; in processInstruction() local
1993 r + llvm::utostr_32(RegNum) + Colon + llvm::utostr_32(RegNum - 1); in processInstruction()
1999 r + llvm::utostr_32(RegNum + 1) + Colon + llvm::utostr_32(RegNum); in processInstruction()
2012 r + llvm::utostr_32(RegNum) + Colon + llvm::utostr_32(RegNum - 1); in processInstruction()
2018 r + llvm::utostr_32(RegNum + 1) + Colon + llvm::utostr_32(RegNum); in processInstruction()
2031 r + llvm::utostr_32(RegNum) + Colon + llvm::utostr_32(RegNum - 1); in processInstruction()
2037 r + llvm::utostr_32(RegNum + 1) + Colon + llvm::utostr_32(RegNum); in processInstruction()
2053 r + llvm::utostr_32(RegNum) + Colon + llvm::utostr_32(RegNum - 1); in processInstruction()
2059 r + llvm::utostr_32(RegNum + 1) + Colon + llvm::utostr_32(RegNum); in processInstruction()
2078 r + llvm::utostr_32(RegNum) + Colon + llvm::utostr_32(RegNum - 1); in processInstruction()
2084 r + llvm::utostr_32(RegNum + 1) + Colon + llvm::utostr_32(RegNum); in processInstruction()