| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | AsmWriterInst.cpp | 57 std::string AsmString = CGI.FlattenAsmStringVariants(CGI.AsmString, Variant); in AsmWriterInst() local
|
| H A D | InstrDocsEmitter.cpp | 87 std::string AsmString = in EmitInstrDocs() local
|
| H A D | CodeGenInstruction.h | 226 std::string AsmString; variable 337 std::string AsmString; variable
|
| H A D | X86RecognizableInstr.cpp | 28 std::string AsmString = I->FlattenAsmStringVariants(I->AsmString, Variant); in getMnemonic() local
|
| H A D | AsmWriterEmitter.cpp | 678 std::string AsmString; member in __anone124da030411::IAPrinter 779 static unsigned CountNumOperands(StringRef AsmString, unsigned Variant) { in CountNumOperands()
|
| H A D | AsmMatcherEmitter.cpp | 498 std::string AsmString; member
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 40 StringRef AsmString; member in __anon185fbe580111::ClangAsmParserCallback 49 ClangAsmParserCallback(Parser &P, SourceLocation Loc, StringRef AsmString, in ClangAsmParserCallback() 547 SmallString<512> AsmString; in ParseMicrosoftAsmStatement() local 741 ExprResult AsmString(ParseAsmStringLiteral(/*ForAsmLabel*/ false)); in ParseAsmStatement() local
|
| H A D | Parser.cpp | 1584 ExprResult AsmString(ParseStringLiteralExpression()); in ParseAsmStringLiteral() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 43 InlineAsm *InlineAsm::get(FunctionType *FTy, StringRef AsmString, in get()
|
| H A D | Core.cpp | 472 LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char *AsmString, in LLVMGetInlineAsm() 1824 LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, const char *AsmString, in LLVMConstInlineAsm()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 162 std::vector<CodeGen::LValue> &ResultRegDests, std::string &AsmString, in addReturnRegisterOutputs()
|
| H A D | CGStmt.cpp | 2324 std::string AsmString = S.generateAsmString(getContext()); in EmitAsmStmt() local
|
| H A D | TargetInfo.cpp | 1301 std::string &AsmString) { in rewriteInputConstraintReferences() 1345 std::vector<LValue> &ResultRegDests, std::string &AsmString, in addReturnRegisterOutputs()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 251 StringLiteral *AsmString = cast<StringLiteral>(asmString); in ActOnGCCAsmStmt() local 926 StringRef AsmString, in ActOnMSAsmStmt()
|
| H A D | TreeTransform.h | 1435 Expr *AsmString, MultiExprArg Clobbers, in RebuildGCCAsmStmt() 1449 StringRef AsmString, in RebuildMSAsmStmt() 7732 ExprResult AsmString; in TransformGCCAsmStmt() local
|
| H A D | SemaDecl.cpp | 19175 StringLiteral *AsmString = cast<StringLiteral>(expr); in ActOnFileScopeAsmDecl() local
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 134 std::unique_ptr<Module> llvm::parseAssemblyString(StringRef AsmString, in parseAssemblyString()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 43 std::string AsmString, Constraints; variable
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Stmt.cpp | 790 std::string AsmString; in generateAsmString() local
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 4185 StringLiteral *AsmString; variable
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 5957 std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 7355 std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, in parseMSInlineAsm()
|