| /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/Analysis/ |
| H A D | IR2Vec.h | 236 const unsigned Dimension; variable 296 FuncVector = Embedding(Dimension, 0); in SymbolicEmbedder()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IR2Vec.cpp | 143 : F(F), Vocab(Vocab), Dimension(Vocab.getDimension()), in Embedder() 184 Embedding BBVector(Dimension, 0); in computeEmbeddings() 188 Embedding ArgEmb(Dimension, 0); in computeEmbeddings()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 799 Node *Dimension; variable 806 Base(Base_), Dimension(Dimension_) {} in ArrayType() 808 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } in match() 819 if (Dimension) in printRight() 820 Dimension->print(OB); in printRight() 1191 const Node *Dimension; variable 1195 : Node(KVectorType), BaseType(BaseType_), Dimension(Dimension_) {} in VectorType() 1198 const Node *getDimension() const { return Dimension; } in getDimension() 1200 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } in match() 1205 if (Dimension) in printLeft() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 252 unsigned Dimension) const { in getMaxWorkitemID() 253 unsigned ReqdSize = getReqdWorkGroupSize(Kernel, Dimension); in getMaxWorkitemID()
|
| H A D | AMDGPUSubtarget.h | 360 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 264 ImplicitConversionKind Dimension); 308 ImplicitConversionKind Dimension : 8; variable 413 return Second == ICK_Identity && Dimension == ICK_Identity && in isIdentityConversion()
|
| /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 | 411 uint32_t Dimension = 1; in replaceWithGEP() local 413 Dimension = getConstant(Call->getArgOperand(DimensionIndex)); in replaceWithGEP() 417 SmallVector<Value *, 4> IdxList(Dimension, Zero); in replaceWithGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1148 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() argument 1156 SmallVector<Value *, 4> IdxList(Dimension, Zero); in CreatePreserveArrayAccessIndex() 1161 Value *DimV = getInt32(Dimension); in CreatePreserveArrayAccessIndex()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2981 Expr *Dimension; variable 2999 Value(value), Dimension(dimension), Loc(loc), RParen(rparen), in ArrayTypeTraitExpr() 3026 Expr *getDimensionExpression() const { return Dimension; } in getDimensionExpression()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 3341 for (const llvm::APInt &Dimension : Dimensions) in mangleArrayType() local 3342 mangleNumber(Dimension.getLimitedValue()); in mangleArrayType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 174 ImplicitConversionKind Dimension) { in GetDimensionConversionRank() argument 175 ImplicitConversionRank Rank = GetConversionRank(Dimension); in GetDimensionConversionRank() 239 Dimension = ICK_Identity; in setAsIdentityConversion() 263 if (GetDimensionConversionRank(Rank, Dimension) > Rank) in getRank() 264 Rank = GetDimensionConversionRank(Rank, Dimension); in getRank() 2472 SCS.Dimension = DimensionICK; in IsStandardConversion() 5304 ICS.Standard.Dimension = ICK_Identity; in TryReferenceInit() 6529 SCS.Dimension = ICK_Identity; in dropPointerConversion()
|
| H A D | SemaExprCXX.cpp | 5179 if (SCS.Dimension != ICK_Identity) { in PerformImplicitConversion() 5188 switch (SCS.Dimension) { in PerformImplicitConversion()
|
| /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 | 2708 unsigned Dimension,
|
| H A D | IntrinsicsAMDGPU.td | 791 // 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 | 2165 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 -
|