/llvm-project/llvm/tools/llvm-split/ |
H A D | llvm-split.cpp | 47 static cl::opt<unsigned> NumOutputs("j", cl::Prefix, cl::init(2), variable
|
/llvm-project/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 283 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0; verify() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 630 unsigned NumOutputs; in ParseMicrosoftAsmStatement() local 782 unsigned NumOutputs = Names.size(); in ParseAsmStatement() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 244 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) ActOnGCCAsmStmt() argument 935 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) ActOnMSAsmStmt() argument [all...] |
H A D | TreeTransform.h | 1519 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) RebuildGCCAsmStmt() argument 1537 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) RebuildMSAsmStmt() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 190 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) addReturnRegisterOutputs() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 281 getOutliningPenalty(ArrayRef<BasicBlock * > Region,unsigned NumInputs,unsigned NumOutputs) getOutliningPenalty() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 546 setOutputsAndInputsAndClobbers(const ASTContext & C,IdentifierInfo ** Names,StringLiteral ** Constraints,Stmt ** Exprs,unsigned NumOutputs,unsigned NumInputs,unsigned NumLabels,StringLiteral ** Clobbers,unsigned NumClobbers) setOutputsAndInputsAndClobbers() argument 581 unsigned NumOutputs = getNumOutputs(); getNamedOperand() local [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 385 unsigned NumOutputs = S->getNumOutputs(); VisitGCCAsmStmt() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 4906 unsigned NumOutputs = 0; BuildJobs() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5981 parseMSInlineAsm(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) parseMSInlineAsm() argument
|
H A D | MasmParser.cpp | 7343 parseMSInlineAsm(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) parseMSInlineAsm() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4765 int NumOutputs = 0; getNumOutputArgs() local
|