Home
last modified time | relevance | path

Searched defs:NumInputs (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTVector.h185 size_type NumInputs = std::distance(in_start, in_end); in append() local
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append()
/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp283 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0; verify() local
/llvm-project/llvm/include/llvm/Support/
H A DParallel.h174 size_t NumInputs = std::distance(Begin, End); parallel_transform_reduce() local
/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp631 unsigned NumInputs; in ParseMicrosoftAsmStatement() local
801 unsigned NumInputs = Names.size() - NumOutputs; in ParseAsmStatement() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp245 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 DTreeTransform.h1520 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
4244 TransformExprs(Expr * const * Inputs,unsigned NumInputs,bool IsCall,SmallVectorImpl<Expr * > & Outputs,bool * ArgChanged) TransformExprs() argument
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h698 size_type NumInputs = std::distance(in_start, in_end); append() local
705 append(size_type NumInputs,ValueParamT Elt) append() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp281 getOutliningPenalty(ArrayRef<BasicBlock * > Region,unsigned NumInputs,unsigned NumOutputs) getOutliningPenalty() argument
/llvm-project/clang/lib/AST/
H A DStmt.cpp547 setOutputsAndInputsAndClobbers(const ASTContext & C,IdentifierInfo ** Names,StringLiteral ** Constraints,Stmt ** Exprs,unsigned NumOutputs,unsigned NumInputs,unsigned NumLabels,StringLiteral ** Clobbers,unsigned NumClobbers) setOutputsAndInputsAndClobbers() argument
586 unsigned NumInputs = getNumInputs(); getNamedOperand() local
[all...]
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp368 FullDeps(size_t NumInputs) FullDeps() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2881 unsigned NumInputs = 0; ReadControlBlock() local
9612 unsigned NumInputs = MF.InputFilesLoaded.size(); visitInputFileInfos() local
9627 unsigned NumInputs = MF.InputFilesLoaded.size(); visitInputFiles() local
9640 unsigned NumInputs = MF.InputFilesLoaded.size(); visitTopLevelModuleMaps() local
[all...]
H A DASTReaderStmt.cpp386 unsigned NumInputs = S->getNumInputs(); VisitGCCAsmStmt() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4210 unsigned NumInputs = MI.getNumOperands() - MI.getNumDefs(); fewerElementsVectorMultiEltType() local
4278 unsigned NumInputs = MI.getNumOperands() - MI.getNumDefs(); fewerElementsVectorPhi() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5981 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 DMasmParser.cpp7343 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/Target/X86/
H A DX86ISelLowering.cpp39232 unsigned NumInputs = Inputs.size(); combineX86ShuffleChainWithExtract() local
[all...]