| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTVector.h | 185 size_type NumInputs = std::distance(in_start, in_end); in append() local 187 if (NumInputs == 0) in append() 191 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append() 192 this->grow(C, this->size()+NumInputs); in append() 198 this->setEnd(this->end() + NumInputs); in append() 202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() argument 204 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append() 205 this->grow(C, this->size()+NumInputs); in append() 208 std::uninitialized_fill_n(this->end(), NumInputs, Elt); in append() 209 this->setEnd(this->end() + NumInputs); in append()
|
| H A D | Stmt.h | 2890 unsigned NumInputs; variable 2898 NumOutputs(numoutputs), NumInputs(numinputs), in AsmStmt() 2946 unsigned getNumInputs() const { return NumInputs; } in getNumInputs() 2976 return &Exprs[0] + NumOutputs + NumInputs; in end_inputs() 2986 return &Exprs[0] + NumOutputs + NumInputs; in end_inputs() 3188 return Names[i + NumOutputs + NumInputs]; in getLabelIdentifier() 3199 return &Exprs[0] + NumOutputs + NumInputs; in begin_labels() 3211 return &Exprs[0] + NumOutputs + NumInputs; in begin_labels() 3228 unsigned NumInputs, 3312 assert(i < NumInputs); in getInputConstraint() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 140 size_t NumInputs = std::distance(Begin, End); in parallel_transform_reduce() local 141 if (NumInputs == 0) in parallel_transform_reduce() 143 size_t NumTasks = std::min(static_cast<size_t>(MaxTasksPerGroup), NumInputs); in parallel_transform_reduce() 150 size_t TaskSize = NumInputs / NumTasks; in parallel_transform_reduce() 151 size_t RemainingInputs = NumInputs % NumTasks; in parallel_transform_reduce()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 243 unsigned NumInputs, IdentifierInfo **Names, in ActOnGCCAsmStmt() argument 278 NumInputs, Names, Constraints, Exprs.data(), AsmString, in ActOnGCCAsmStmt() 347 NumInputs, Names, Constraints, Exprs.data(), AsmString, in ActOnGCCAsmStmt() 354 for (unsigned i = NumOutputs, e = NumOutputs + NumInputs; i != e; i++) { in ActOnGCCAsmStmt() 369 NumInputs, Names, Constraints, Exprs.data(), AsmString, in ActOnGCCAsmStmt() 471 NumInputs, Names, Constraints, Exprs.data(), AsmString, in ActOnGCCAsmStmt() 491 NumInputs, Names, Constraints, Exprs.data(), in ActOnGCCAsmStmt() 714 for (unsigned i = 0, e = NumOutputs + NumInputs + NumLabels; i != e; ++i) in ActOnGCCAsmStmt() 927 unsigned NumOutputs, unsigned NumInputs, in ActOnMSAsmStmt() argument 932 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() [all …]
|
| H A D | TreeTransform.h | 438 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall, 597 unsigned NumInputs, 600 return TransformTemplateArguments(Inputs, Inputs + NumInputs, Outputs, 1433 unsigned NumInputs, IdentifierInfo **Names, in RebuildGCCAsmStmt() argument 1439 NumInputs, Names, Constraints, Exprs, in RebuildGCCAsmStmt() 1450 unsigned NumOutputs, unsigned NumInputs, in RebuildMSAsmStmt() argument 1456 NumOutputs, NumInputs, in RebuildMSAsmStmt() 3984 unsigned NumInputs, in TransformExprs() argument 3988 for (unsigned I = 0; I != NumInputs; ++I) { in TransformExprs()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 270 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0; in verify() local 276 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0 || NumLabels != 0) in verify() 290 ++NumInputs; in verify() 322 if (Ty->getNumParams() != NumInputs) in verify()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Stmt.cpp | 527 return cast<AddrLabelExpr>(Exprs[i + NumOutputs + NumInputs]); in getLabelExpr() 545 unsigned NumInputs, in setOutputsAndInputsAndClobbers() argument 550 this->NumInputs = NumInputs; in setOutputsAndInputsAndClobbers() 554 unsigned NumExprs = NumOutputs + NumInputs + NumLabels; in setOutputsAndInputsAndClobbers() 564 unsigned NumConstraints = NumOutputs + NumInputs; in setOutputsAndInputsAndClobbers() 584 unsigned NumInputs = getNumInputs(); in getNamedOperand() local 585 for (unsigned i = 0; i != NumInputs; ++i) in getNamedOperand() 591 return NumOutputs + NumInputs + getNumPlusOperands() + i; in getNamedOperand() 855 unsigned NumExprs = NumOutputs + NumInputs + NumLabels; in GCCAsmStmt() 863 unsigned NumConstraints = NumOutputs + NumInputs; in GCCAsmStmt() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineCFGStructurizer.cpp | 1327 unsigned NumInputs = getPHINumInputs(PHI); in getPHIRegionIndices() local 1328 for (unsigned i = 0; i < NumInputs; ++i) { in getPHIRegionIndices() 1339 unsigned NumInputs = getPHINumInputs(PHI); in getPHIRegionIndices() local 1340 for (unsigned i = 0; i < NumInputs; ++i) { in getPHIRegionIndices() 1351 unsigned NumInputs = getPHINumInputs(PHI); in getPHINonRegionIndices() local 1352 for (unsigned i = 0; i < NumInputs; ++i) { in getPHINonRegionIndices() 1430 unsigned NumInputs = getPHINumInputs(PHI); in shrinkPHI() local 1432 for (unsigned i = 0; i < NumInputs; ++i) { in shrinkPHI() 1487 unsigned NumInputs = getPHINumInputs(PHI); in replacePHI() local 1488 for (unsigned i = 0; i < NumInputs; ++i) { in replacePHI() [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 631 unsigned NumInputs; in ParseMicrosoftAsmStatement() local 636 if (Parser->parseMSInlineAsm(AsmStringIR, NumOutputs, NumInputs, OpExprs, in ParseMicrosoftAsmStatement() 651 unsigned NumExprs = NumOutputs + NumInputs; in ParseMicrosoftAsmStatement() 670 NumOutputs, NumInputs, ConstraintRefs, in ParseMicrosoftAsmStatement() 801 unsigned NumInputs = Names.size() - NumOutputs; in ParseAsmStatement() local 866 NumInputs, Names.data(), Constraints, Exprs, in ParseAsmStatement()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 669 size_type NumInputs = std::distance(in_start, in_end); in append() local 670 this->reserve(this->size() + NumInputs); in append() 672 this->set_size(this->size() + NumInputs); in append() 676 void append(size_type NumInputs, ValueParamT Elt) { in append() argument 677 const T *EltPtr = this->reserveForParamAndGetAddress(Elt, NumInputs); in append() 678 std::uninitialized_fill_n(this->end(), NumInputs, *EltPtr); in append() 679 this->set_size(this->size() + NumInputs); in append()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 245 unsigned NumInputs, unsigned NumOutputs) { in getOutliningPenalty() argument 298 int NumParams = NumInputs + NumOutputsAndSplitPhis; in getOutliningPenalty() 300 LLVM_DEBUG(dbgs() << NumInputs << " inputs and " << NumOutputsAndSplitPhis in getOutliningPenalty()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | mve-postinc-dct.ll | 49 …%NumInputs = getelementptr inbounds %struct.DCT_InstanceTypeDef, %struct.DCT_InstanceTypeDef* %S, … 50 %0 = load i32, i32* %NumInputs, align 4 160 …%NumInputs = getelementptr inbounds %struct.DCT_InstanceTypeDef, %struct.DCT_InstanceTypeDef* %S, … 161 %0 = load i32, i32* %NumInputs, align 4 317 …%NumInputs = getelementptr inbounds %struct.DCT_InstanceTypeDef, %struct.DCT_InstanceTypeDef* %S, … 318 %0 = load i32, i32* %NumInputs, align 4 504 %0 = load i32, i32* %NumInputs, align 4 706 %0 = load i32, i32* %NumInputs, align 4 933 %0 = load i32, i32* %NumInputs, align 4 1210 %0 = load i32, i32* %NumInputs, align 4 [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParser.h | 206 std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs,
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 261 unsigned &NumInputs, 5957 std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, in parseMSInlineAsm() argument 6063 NumInputs = InputDecls.size(); in parseMSInlineAsm() 6076 if (NumOutputs || NumInputs) { in parseMSInlineAsm() 6077 unsigned NumExprs = NumOutputs + NumInputs; in parseMSInlineAsm() 6084 for (unsigned i = 0, j = NumOutputs; i < NumInputs; ++i, ++j) { in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 521 unsigned &NumInputs, 7355 std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, in parseMSInlineAsm() argument 7457 NumInputs = InputDecls.size(); in parseMSInlineAsm() 7470 if (NumOutputs || NumInputs) { in parseMSInlineAsm() 7471 unsigned NumExprs = NumOutputs + NumInputs; in parseMSInlineAsm() 7478 for (unsigned i = 0, j = NumOutputs; i < NumInputs; ++i, ++j) { in parseMSInlineAsm()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 368 S->NumInputs = Record.readInt(); in VisitAsmStmt() 382 unsigned NumInputs = S->getNumInputs(); in VisitGCCAsmStmt() local 390 for (unsigned I = 0, N = NumOutputs + NumInputs; I != N; ++I) { in VisitGCCAsmStmt() 407 Exprs.data(), NumOutputs, NumInputs, in VisitGCCAsmStmt() 440 unsigned NumOperands = S->NumOutputs + S->NumInputs; in VisitMSAsmStmt()
|
| H A D | ASTReader.cpp | 2650 unsigned NumInputs = 0; in ReadControlBlock() local 2691 N = NumInputs; in ReadControlBlock() 2704 unsigned N = Listener->needsSystemInputFileVisitation() ? NumInputs in ReadControlBlock() 2985 NumInputs = Record[0]; in ReadControlBlock() 2989 F.InputFilesLoaded.resize(NumInputs); in ReadControlBlock() 9198 unsigned NumInputs = MF.InputFilesLoaded.size(); in visitInputFiles() local 9199 assert(NumUserInputs <= NumInputs); in visitInputFiles() 9200 unsigned N = IncludeSystem ? NumInputs : NumUserInputs; in visitInputFiles() 9211 unsigned NumInputs = MF.InputFilesLoaded.size(); in visitTopLevelModuleMaps() local 9212 for (unsigned I = 0; I < NumInputs; ++I) { in visitTopLevelModuleMaps()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
| H A D | emptyblock.mir | 15 …%NumInputs = getelementptr inbounds %struct.DCT_InstanceTypeDef, %struct.DCT_InstanceTypeDef* %S, … 16 %0 = load i32, i32* %NumInputs, align 4 402 … renamable $r4 = tLDRi renamable $r0, 2, 14 /* CC::al */, $noreg :: (load (s32) from %ir.NumInputs)
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 3696 unsigned NumInputs = MI.getNumOperands() - MI.getNumDefs(); in fewerElementsVectorMultiEltType() local 3713 SmallVector<SmallVector<SrcOp, 8>, 3> InputOpsPieces(NumInputs); in fewerElementsVectorMultiEltType() 3737 for (unsigned InputNo = 0; InputNo < NumInputs; ++InputNo) in fewerElementsVectorMultiEltType() 3763 unsigned NumInputs = MI.getNumOperands() - MI.getNumDefs(); in fewerElementsVectorPhi() local 3772 SmallVector<SmallVector<Register, 8>, 3> InputOpsPieces(NumInputs / 2); in fewerElementsVectorPhi() 3789 for (unsigned j = 0; j < NumInputs / 2; ++j) { in fewerElementsVectorPhi()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5072 unsigned NumInputs, IdentifierInfo **Names, 5091 unsigned NumOutputs, unsigned NumInputs,
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38631 unsigned NumInputs = Inputs.size(); in combineX86ShuffleChainWithExtract() local 38632 if (NumInputs == 0) in combineX86ShuffleChainWithExtract() 38646 SmallVector<unsigned, 4> Offsets(NumInputs, 0); in combineX86ShuffleChainWithExtract() 38651 for (unsigned i = 0; i != NumInputs; ++i) { in combineX86ShuffleChainWithExtract() 38688 for (unsigned i = 1; i != NumInputs; ++i) in combineX86ShuffleChainWithExtract()
|