Searched defs:Clobbers (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h172 bool Clobbers; member in struct:llvm::MachineOperandIteratorBase::PhysRegInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp88 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); local
471 ActOnMSAsmStmt(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
H A DTreeTransform.h5598 SmallVector<Expr*, 8> Clobbers; local
1177 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
1192 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-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp409 setOutputsAndInputsAndClobbers(ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, StringLiteral **Clobbers, unsigned NumClobbers) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp2136 SmallVector<std::string, 4> Clobbers; local
2233 ExprVector Clobbers; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp328 SmallVector<StringLiteral*, 16> Clobbers; local
357 SmallVector<StringRef, 16> Clobbers; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1517 StringLiteral **Clobbers; member in class:clang::GCCAsmStmt
1693 StringRef *Clobbers; member in class:clang::MSAsmStmt
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4063 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 374 milliseconds