Searched defs:AsmString (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DParser.cpp62 std::unique_ptr<Module> llvm::parseAssemblyString(StringRef AsmString, argument
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.cpp60 std::string AsmString = CGI.FlattenAsmStringVariants(CGI.AsmString, Variant); local
[all...]
H A DX86RecognizableInstr.h91 std::string AsmString; member in class:llvm::X86Disassembler::RecognizableInstr
H A DCodeGenInstruction.h214 std::string AsmString; member in class:llvm::CodeGenInstruction
296 std::string AsmString; member in class:llvm::CodeGenInstAlias
H A DAsmWriterEmitter.cpp637 std::string AsmString; member in class:__anon4570::IAPrinter
749 static unsigned CountNumOperands(StringRef AsmString, unsigned Variant) { argument
[all...]
H A DAsmMatcherEmitter.cpp415 std::string AsmString; member in struct:__anon4566::MatchableInfo
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h134 addReturnRegisterOutputs( CodeGen::CodeGenFunction &CGF, CodeGen::LValue ReturnValue, std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, std::vector<llvm::Type *> &ResultTruncRegTypes, std::vector<CodeGen::LValue> &ResultRegDests, std::string &AsmString, unsigned NumOutputs) const argument
H A DCGStmt.cpp1740 std::string AsmString = S.generateAsmString(getContext()); local
H A DTargetInfo.cpp935 rewriteInputConstraintReferences(unsigned FirstIn, unsigned NumNewOuts, std::string &AsmString) argument
973 addReturnRegisterOutputs( CodeGenFunction &CGF, LValue ReturnSlot, std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, std::vector<llvm::Type *> &ResultTruncRegTypes, std::vector<LValue> &ResultRegDests, std::string &AsmString, unsigned NumOutputs) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp27 InlineAsm *InlineAsm::get(FunctionType *FTy, StringRef AsmString, argument
H A DConstantsContext.h403 StringRef AsmString; member in struct:llvm::InlineAsmKeyType
410 InlineAsmKeyType(StringRef AsmString, StringRef Constraints, argument
[all...]
H A DCore.cpp1330 LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, const char *AsmString, argument
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h46 std::string AsmString, Constraints; member in class:llvm::InlineAsm
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp40 StringRef AsmString; member in class:__anon3937::ClangAsmParserCallback
49 ClangAsmParserCallback(Parser &P, SourceLocation Loc, StringRef AsmString, argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp150 StringLiteral *AsmString = cast<StringLiteral>(asmString); local
H A DSemaDecl.cpp14602 StringLiteral *AsmString = cast<StringLiteral>(expr); local
H A DTreeTransform.h6449 ExprResult AsmString; local
1265 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
1280 RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp650 std::string AsmString; local
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4679 parseMSInlineAsm( void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool> > &OpDecls, SmallVectorImpl<std::string> &Constraints, SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, const MCInstPrinter *IP, MCAsmParserSemaCallback &SI) argument

Completed in 193 milliseconds