Home
last modified time | relevance | path

Searched defs:getElement (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp317 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 DPybindUtils.h
/llvm-project/flang/include/flang/Lower/
H A DIterationSpace.h117 mlir::Value getElement() const { in getElement() function
/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h34 Stmt *getElement() { return SubExprs[ELEM]; } in getElement() function
40 const Stmt *getElement() const { return SubExprs[ELEM]; } in getElement() function
H A DExprObjC.h231 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 DOpPythonBindingGen.cpp942 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 Darrays.cpp
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h771 Init *getElement(unsigned i) const { getElement() function
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2754 uint64_t getElement(unsigned I) const { getElement() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3319 LVElement *LVLogicalVisitor::getElement(uint32_t StreamIdx, TypeIndex TI, getElement() function in LVLogicalVisitor
[all...]
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3503 auto getElement = [](ArrayAttr array, int idx) { foldExtractStridedOpFromInsertChain() local