Searched refs:Length (Results 501 - 525 of 535) sorted by relevance

<<2122

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h512 support::ulittle32_t Length; member in struct:llvm::object::coff_aux_section_definition
/freebsd-13-stable/stand/efi/include/
H A Defiapi.h655 IN UINTN Length
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp854 unsigned Length; member in struct:__anon4201::MipsOperand::Token
898 Op->RegIdx.Tok.Length = Str.size();
1446 return StringRef(Tok.Data, Tok.Length);
1495 Op->Tok.Length = Str.size();
1715 << StringRef(RegIdx.Tok.Data, RegIdx.Tok.Length) << ">";
1738 StringRef Token(RegIdx.Tok.Data, RegIdx.Tok.Length);
1739 StringRef OtherToken(Other.RegIdx.Tok.Data, Other.RegIdx.Tok.Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp255 if (ValMapping.NumBreakDowns >= 2 || ValMapping.BreakDown[0].Length >= 64)
259 ValMapping.BreakDown[0].Length == 32 &&
261 ValMapping.BreakDown[1].Length == 32 &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1791 /// Split the first Length characters out of the token starting at TokLoc
1794 SourceLocation SplitToken(SourceLocation TokLoc, unsigned Length);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1920 /// Get the decls that are contained in a file in the Offset/Length
1921 /// range. \p Length can be 0 to indicate a point at \p Offset instead of
1923 void FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h117 unsigned long Length; member in struct:CXUnsavedFile
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2442 Expr *Length, Expr *Stride,
2446 Length, Stride, RBracketLoc);
3221 Optional<unsigned> Length,
3224 RParenLoc, Length, PartialArgs);
10338 ExprResult Length; local
10340 Length = getDerived().TransformExpr(E->getLength());
10341 if (Length.isInvalid())
10353 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength())
10358 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(),
2438 RebuildOMPArraySectionExpr(Expr *Base, SourceLocation LBracketLoc, Expr *LowerBound, SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, Expr *Stride, SourceLocation RBracketLoc) argument
3217 RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional<unsigned> Length, ArrayRef<TemplateArgument> PartialArgs) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5779 SDValue Length = getValue(MI.getLength()); local
5787 SrcAlign, Length, LengthTy, ElemSz, isTC,
5797 SDValue Length = getValue(MI.getLength()); local
5805 SrcAlign, Length, LengthTy, ElemSz, isTC,
5815 SDValue Length = getValue(MI.getLength()); local
5821 SDValue MC = DAG.getAtomicMemset(getRoot(), sdl, Dst, DstAlign, Val, Length,
7384 const Value *Length = I.getArgOperand(2); local
7389 getValue(Src), getValue(Char), getValue(Length),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7752 uint64_t Length = MI.getOperand(4).getImm(); local
7756 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ?
7857 Length &= 255;
7858 if (EndMBB && !Length)
7865 while (Length > 0) {
7866 uint64_t ThisLength = std::min(Length, uint64_t(256));
7896 Length -= ThisLength;
7899 if (EndMBB && Length > 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp194 unsigned Length; member in struct:__anon3940::AMDGPUOperand::TokOp
684 return StringRef(Tok.Data, Tok.Length);
918 Res->Tok.Length = Str.size();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1296 QualType getStringLiteralArrayType(QualType EltTy, unsigned Length) const;
H A DExpr.h1783 StringLiteral(EmptyShell Empty, unsigned NumConcatenated, unsigned Length,
1812 unsigned NumConcatenated, unsigned Length,
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2449 bit32 aap1Len; /**< AAP1 Image Length */
2451 bit32 ilaLen; /**< ILA Image Length */
2453 bit32 iopLen; /**< IOP Image Length */
2455 bit32 istrLen; /**< Init String Length */
3623 bit32 Length; /* */ member in struct:agsaBarOffset_s
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_user.c2005 PTRIN(data->PtrDiagAction), data->Length,
/freebsd-13-stable/sys/dev/mps/
H A Dmps_user.c1907 PTRIN(data->PtrDiagAction), data->Length,
H A Dmps.c2713 sgc->Length = htole16(space);
2719 * MPI2_SGE_CHAIN32, we have separate Length and Flags feild.
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c2805 saRoot->SpcBarOffset[x].Length
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1544 W.printNumber("Length", Aux->Length);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4980 Expr *Length, Expr *Stride,
10565 OMPClause *ActOnOpenMPSafelenClause(Expr *Length,
10570 OMPClause *ActOnOpenMPSimdlenClause(Expr *Length, SourceLocation StartLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7232 Optional<unsigned> Length;
7234 Length = E->getPackLength();
7247 Length, ToPartialArguments);
H A DASTContext.cpp10888 unsigned Length) const {
10897 return getConstantArrayType(EltTy, llvm::APInt(32, Length + 1), nullptr,
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c3966 mpi25_ieee_chain->Length = htole32(sc->max_chain_frame_sz);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2045 case IOK_LENGTH: CVal = Info.Var.Length; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8178 auto getMovIdx = [](ArrayRef<int> ShuffleMask, int Start, int Length) {
8181 for (int i = 0; i < Length; i++) {
8183 if (ShuffleMask[Start + i] % Length != i)
8185 MovIdx = ShuffleMask[Start + i] / Length;
8193 for (int i = 1; i < Length; i++) {
8195 (ShuffleMask[Start + i] / Length != MovIdx ||
8196 ShuffleMask[Start + i] % Length != i))

Completed in 1106 milliseconds

<<2122