Searched refs:Length (Results 451 - 475 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); local
537 compressAnnotation(Length, Buffer);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp285 IO.mapRequired("Len", Symbol.Length);
302 IO.mapRequired("Length", Symbol.Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp182 (ValMapping.BreakDown[0].Length * ValMapping.NumBreakDowns ==
184 (ValMapping.BreakDown[0].Length % RegTy.getScalarSizeInBits() ==
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp217 size_t Length = OutBufCur - OutBufStart; local
219 flush_tied_then_write(OutBufStart, Length);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp519 size_t Length = Last - First; local
520 if (Length == 0)
523 if (Length == 1 && Offsets[First] == Offset &&
535 CGM, makeArrayRef(Elems).slice(First, Length),
536 makeArrayRef(Offsets).slice(First, Length), Offset, getSize(DesiredTy),
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp629 unsigned Length = ~0u; variable
633 Length = std::min(Length, unsigned(Lists[i].size()));
636 if (Length == 0)
646 for (unsigned n = 0; n != Length; ++n) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1010 unsigned Length; local
1013 Length = ByteLength;
1016 Length = ByteLength / 2;
1019 Length = ByteLength / 4;
1029 *getTrailingObjects<unsigned>() = Length;
1043 unsigned Length, unsigned CharByteWidth)
1047 *getTrailingObjects<unsigned>() = Length;
1063 unsigned Length,
1066 1, NumConcatenated, Length * CharByteWidth),
1069 StringLiteral(EmptyShell(), NumConcatenated, Length, CharByteWidt
1042 StringLiteral(EmptyShell Empty, unsigned NumConcatenated, unsigned Length, unsigned CharByteWidth) argument
1061 CreateEmpty(const ASTContext &Ctx, unsigned NumConcatenated, unsigned Length, unsigned CharByteWidth) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1656 uint16_t Length; local
1657 RETURN_IF_ERROR(Reader.readInteger(Length));
1659 RETURN_IF_ERROR(Reader.readArray(RawDirString, Length));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp229 unsigned Length; member in struct:__anon4304::SparcOperand::Token
284 return StringRef(Tok.Data, Tok.Length);
383 Op->Tok.Length = Str.size();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp166 unsigned Length; member in struct:__anon4344::VEOperand::Token
327 return StringRef(Tok.Data, Tok.Length);
572 Op->Tok.Length = Str.size();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp870 uint64_t Length = UINT64_MAX; local
877 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth();
880 Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
893 NextKey.getOffset() - TopKey.getOffset() < Length) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h534 /// Get the decls that are contained in a file in the Offset/Length
535 /// range. \p Length can be 0 to indicate a point at \p Offset instead of
537 void findFileRegionDecls(FileID File, unsigned Offset, unsigned Length,
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_spa.c457 spa->dev.spa_len = nfitaddr->Length;
/freebsd-13-stable/sys/dev/mps/
H A Dmps_table.c546 "Address=0x%x\n", sgc->Flags, le16toh(sgc->Length),
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c1543 sgl_ptr->Length = htole32(segs[i].ds_len);
1568 sg_chain->Length = htole32((sizeof(MPI2_SGE_IO_UNION) * (nseg - sg_processed)));
1636 ptr_first_sgl->Length = first_prp_len;
1683 main_chain_element->Length = num_prp_in_chain * sizeof(u_int64_t);
/freebsd-13-stable/sys/dev/iicbus/
H A Dacpi_iicbus.c235 s = AcpiBufferToResource(info->Connection, info->Length, &res);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp705 , unsigned(asd->Length)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp203 unsigned Length; member in struct:__anon4092::HexagonOperand::TokTy
417 return StringRef(Tok.Data, Tok.Length);
426 Op->Tok.Length = Str.size();
734 // .lcomm Symbol, Length, Alignment, AccessAlignment
1266 StringRef myStringRef = StringRef(Op->Tok.Data, Op->Tok.Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp187 unsigned Length; member in struct:__anon4249::PPCOperand::TokOp
588 return StringRef(Tok.Data, Tok.Length);
597 Op->Tok.Length = Str.size();
614 Op->Tok.Length = Str.size();
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c514 result.Length = sizeof(out_obj);
1293 result.Length = sizeof(out_obj);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp869 LLVMContext &Context, Value *Length, unsigned SrcAddrSpace,
871 return TTIImpl->getMemcpyLoopLoweringType(Context, Length, SrcAddrSpace,
868 getMemcpyLoopLoweringType( LLVMContext &Context, Value *Length, unsigned SrcAddrSpace, unsigned DestAddrSpace, unsigned SrcAlign, unsigned DestAlign) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1912 ExprResult Idx, Length, Stride; local
1931 Length = ParseExpression();
1950 Length = Actions.CorrectDelayedTyposInExpr(Length);
1951 if (!LHS.isInvalid() && !Idx.isInvalid() && !Length.isInvalid() &&
1956 Length.get(), Stride.get(), RLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3385 unsigned Length = Str.length(); local
3387 llvm::APInt LengthI(32, Length + 1);
3423 llvm::APInt Length(32, Str.length() + 1);
3427 Result.first, Length, nullptr, ArrayType::Normal, /*IndexTypeQuals*/ 0);
3705 unsigned Length = Literal.getUDSuffixOffset(); local
3708 llvm::APInt(32, Length + 1), nullptr, ArrayType::Normal, 0);
3710 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii,
4564 SourceLocation(), /*Length*/ nullptr,
4817 Expr *Length, Expr *Stride,
4836 if (Length
4813 ActOnOMPArraySectionExpr(Expr *Base, SourceLocation LBLoc, Expr *LowerBound, SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, Expr *Stride, SourceLocation RBLoc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp648 // NumConcatenated, Length and CharByteWidth are set by the empty
651 unsigned Length = Record.readInt(); local
655 assert((Length == E->getLength()) && "Wrong Length!");
674 for (unsigned I = 0; I < Length * CharByteWidth; ++I)
2097 assert(E->Length == NumPartialArgs);
2103 E->Length = Record.readInt();
2923 /* Length=*/Record[ASTStmtReader::NumExprFields + 1],
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2456 void ASTUnit::findFileRegionDecls(FileID File, unsigned Offset, unsigned Length, argument
2463 return Ctx->getExternalSource()->FindFileRegionDecls(File, Offset, Length,
2490 LocDecls, std::make_pair(Offset + Length, (Decl *)nullptr),

Completed in 246 milliseconds

<<11121314151617181920>>