Searched defs:getElement (Results 1 – 11 of 11) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAttributes.cpp | 317 return DerivedT::getElement(attr.get(), nextIndex++); member 263 static constexpr auto getElement = mlirDenseBoolArrayGetElement; global() member 272 static constexpr auto getElement = mlirDenseI8ArrayGetElement; global() member 281 static constexpr auto getElement = mlirDenseI16ArrayGetElement; global() member 290 static constexpr auto getElement = mlirDenseI32ArrayGetElement; global() member 299 static constexpr auto getElement = mlirDenseI64ArrayGetElement; global() member 308 static constexpr auto getElement = mlirDenseF32ArrayGetElement; global() member
|
H A D | PybindUtils.h |
|
/llvm-project/flang/include/flang/Lower/ |
H A D | IterationSpace.h | 117 mlir::Value getElement() const { in getElement() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 34 Stmt *getElement() { return SubExprs[ELEM]; } in getElement() function 40 const Stmt *getElement() const { return SubExprs[ELEM]; } in getElement() function
|
H A D | ExprObjC.h | 231 Expr *getElement(unsigned Index) { in getElement() function 235 const Expr *getElement(unsigned Index) const { in getElement() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpPythonBindingGen.cpp | 942 const NamedTypeConstraint &element = getElement(op, i); in emitSegmentSpec() argument 330 emitElementAccessors(const Operator & op,raw_ostream & os,const char * kind,llvm::function_ref<unsigned (const Operator &)> getNumVariableLength,llvm::function_ref<int (const Operator &)> getNumElements,llvm::function_ref<const NamedTypeConstraint & (const Operator &,int)> getElement) emitElementAccessors() argument
|
/llvm-project/clang/test/AST/Interp/ |
H A D | arrays.cpp |
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 771 Init *getElement(unsigned i) const { getElement() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2754 uint64_t getElement(unsigned I) const { getElement() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 3319 LVElement *LVLogicalVisitor::getElement(uint32_t StreamIdx, TypeIndex TI, getElement() function in LVLogicalVisitor [all...] |
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 3503 auto getElement = [](ArrayAttr array, int idx) { foldExtractStridedOpFromInsertChain() local
|