| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeDimension.h | 20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Dimension)
|
| H A D | PDBTypes.h | 274 Dimension, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 772 Node *Dimension; variable 779 Base(Base_), Dimension(Dimension_) {} in ArrayType() 781 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } in match() 792 if (Dimension) in printRight() 793 Dimension->print(OB); in printRight() 1151 const Node *Dimension; variable 1155 : Node(KVectorType), BaseType(BaseType_), Dimension(Dimension_) {} in VectorType() 1158 const Node *getDimension() const { return Dimension; } in getDimension() 1160 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } in match() 1165 if (Dimension) in printLeft() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 264 ImplicitConversionKind Dimension); 308 ImplicitConversionKind Dimension : 8; variable 406 return Second == ICK_Identity && Dimension == ICK_Identity && in isIdentityConversion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 289 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
|
| H A D | AMDGPUSubtarget.cpp | 501 unsigned Dimension) const { in getMaxWorkitemID() 502 unsigned ReqdSize = getReqdWorkGroupSize(Kernel, Dimension); in getMaxWorkitemID()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 95 FACTORY_SYMTAG_CASE(Dimension, PDBSymbolTypeDimension) in createSymbol()
|
| H A D | PDBExtras.cpp | 276 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Dimension, OS) in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 418 uint32_t Dimension = 1; in replaceWithGEP() local 420 Dimension = getConstant(Call->getArgOperand(DimensionIndex)); in replaceWithGEP() 425 for (unsigned I = 0; I < Dimension; ++I) in replaceWithGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1214 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() argument 1222 SmallVector<Value *, 4> IdxList(Dimension, Zero); in CreatePreserveArrayAccessIndex() 1231 Value *DimV = getInt32(Dimension); in CreatePreserveArrayAccessIndex()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2861 Expr *Dimension; variable 2879 Value(value), Dimension(dimension), Loc(loc), RParen(rparen), in ArrayTypeTraitExpr() 2900 Expr *getDimensionExpression() const { return Dimension; } in getDimensionExpression()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 178 ImplicitConversionKind Dimension) { in GetDimensionConversionRank() argument 179 ImplicitConversionRank Rank = GetConversionRank(Dimension); in GetDimensionConversionRank() 243 Dimension = ICK_Identity; in setAsIdentityConversion() 266 if (GetDimensionConversionRank(Rank, Dimension) > Rank) in getRank() 267 Rank = GetDimensionConversionRank(Rank, Dimension); in getRank() 2300 SCS.Dimension = DimensionICK; in IsStandardConversion() 5070 ICS.Standard.Dimension = ICK_Identity; in TryReferenceInit() 6273 SCS.Dimension = ICK_Identity; in dropPointerConversion()
|
| H A D | SemaExprCXX.cpp | 4808 if (SCS.Dimension != ICK_Identity) { in PerformImplicitConversion() 4817 switch (SCS.Dimension) { in PerformImplicitConversion()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 3213 for (const llvm::APInt &Dimension : Dimensions) in mangleArrayType() local 3214 mangleNumber(Dimension.getLimitedValue()); in mangleArrayType()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 21242 1028 0176 Dimension XPS Gen 4 21243 1028 0177 Dimension 8400 21799 1028 8127 Dimension 2400 22093 14f1 200f Dimension 3000 31722 1028 019d Dimension 3000 33891 1028 00c7 Dimension 8100 33906 1028 00c7 Dimension 8100 33920 1028 00c7 Dimension 8100 34010 1028 00c7 Dimension 8100 34120 1028 0160 Dimension 2400 [all …]
|
| H A D | usb_vendors | 18041 1451 Force Dimension 22427 268b Dimension Engineering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 2610 unsigned Dimension, unsigned LastIndex,
|
| H A D | IntrinsicsAMDGPU.td | 568 // Dimension-aware image intrinsics framework
|
| /freebsd/contrib/byacc/ |
| H A D | aclocal.m4 | 774 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2139 E->Dimension = Record.readSubExpr(); in VisitArrayTypeTraitExpr()
|
| /freebsd/contrib/ncurses/ |
| H A D | aclocal.m4 | 3232 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits 3856 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
|
| /freebsd/contrib/dialog/ |
| H A D | aclocal.m4 | 2546 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 15330 # Screen Dimension Report (SDR): \E[Pn1;Pn2r 24818 # DTA Dimension Text Area * \E [ Pn ; Pn SPC T - PC -
|