Searched defs:NumInputs (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp261 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h78 void append(size_t NumInputs, char Elt) { argument
H A DSmallVector.h388 size_type NumInputs = std::distance(in_start, in_end); local
397 void append(size_type NumInputs, const T &Elt) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h185 size_type NumInputs = std::distance(in_start, in_end); local
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { argument
[all...]
H A DStmt.h2749 unsigned NumInputs; member in class:clang::AsmStmt
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp241 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, unsigned NumLabels, SourceLocation RParenLoc) argument
[all...]
H A DTreeTransform.h587 TransformTemplateArguments(const TemplateArgumentLoc *Inputs, unsigned NumInputs, TemplateArgumentListInfo &Outputs, bool Uneval = false) argument
1393 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, unsigned NumLabels, SourceLocation RParenLoc) argument
1409 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
3618 TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall, SmallVectorImpl<Expr *> &Outputs, bool *ArgChanged) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp240 getOutliningPenalty(ArrayRef<BasicBlock *> Region, unsigned NumInputs, unsigned NumOutputs) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp473 setOutputsAndInputsAndClobbers(const ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, unsigned NumLabels, StringLiteral **Clobbers, unsigned NumClobbers) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp368 unsigned NumInputs = S->getNumInputs(); local
H A DASTReader.cpp2592 unsigned NumInputs = 0; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5760 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 280 milliseconds