Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md136 Direct conversionSPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Bitwise ops global() argument
154 `spirv.Not`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Bitwise ops global() argument
163 Bitfield opsSPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Bitwise ops global() argument
216 `spirv.BitFieldInsert`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Bitwise ops""Bitfield ops global() argument
240 `spirv.BitFieldSExtract`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Bitwise ops""Bitfield ops global() argument
260 `spirv.BitFieldUExtract`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Bitwise ops""Bitfield ops global() argument
280 Direct conversionsSPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Cast ops global() argument
289 spirv.BitcastSPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Cast ops global() argument
295 Special casesSPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Cast ops global() argument
430 `spirv.AccessChain`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Memory ops global() argument
449 `spirv.Load` and `spirv.Store`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Memory ops global() argument
470 `spirv.GlobalVariable` and `spirv.mlir.addressof`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Memory ops global() argument
524 `spirv.Variable`SPIR-V Dialect to LLVM Dialect conversion manual""Operation Conversion""Memory ops global() argument
782 `spirv.func`SPIR-V Dialect to LLVM Dialect conversion manual""Function conversion and related ops global() argument
801 `spirv.Return` and `spirv.ReturnValue`SPIR-V Dialect to LLVM Dialect conversion manual""Function conversion and related ops global() argument
[all...]
H A DDeclarativeRewrites.md527 #### `__N` suffix
568 #### Replacing multi-result ops
612 #### Declared vs. actual value
650 #### Match variadic operand
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DROCDLDialect.cpp47 SmallVector<OpAsmParser::UnresolvedOperand, 4> ops; in parse() local
69 SmallVector<OpAsmParser::UnresolvedOperand, 5> ops; in parse() local
93 SmallVector<OpAsmParser::UnresolvedOperand, 5> ops; in parse() local
117 SmallVector<OpAsmParser::UnresolvedOperand, 5> ops; in parse() local
141 SmallVector<OpAsmParser::UnresolvedOperand, 5> ops; in parse() local
165 SmallVector<OpAsmParser::UnresolvedOperand, 5> ops; in parse() local
/llvm-project/mlir/include/mlir/Dialect/IRDL/IR/
H A DIRDLTraits.h69 auto ops = in getOp() local
/llvm-project/mlir/unittests/IR/
H A DPatternMatchTest.cpp26 ArrayRef<OperationName> ops = pattern.getGeneratedOps(); in TEST() local
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp57 Block *block, llvm::iterator_range<Block::iterator> ops, in sortTopologically()
113 MutableArrayRef<Operation *> ops, in computeTopologicalSorting()
/llvm-project/mlir/test/lib/Transforms/
H A DTestConstantFold.cpp52 SmallVector<Operation *, 8> ops; in runOnOperation() local
/llvm-project/libc/src/stdio/
H A Dfopencookie.cpp23 cookie_io_functions_t ops; global() member in LIBC_NAMESPACE::__anon6a7490b70111::CookieFile
[all...]
/llvm-project/lldb/test/API/lang/c/enum_types/
H A Dmain.c6 typedef enum ops ops; typedef
/llvm-project/polly/lib/External/isl/
H A Disl_printer_private.h28 struct isl_printer_ops *ops; member
/llvm-project/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp959 MultiOpPatternRewriteDriver(MLIRContext * ctx,const FrozenRewritePatternSet & patterns,const GreedyRewriteConfig & config,ArrayRef<Operation * > ops,llvm::SmallDenseSet<Operation *,4> * survivingOps) MultiOpPatternRewriteDriver() argument
972 simplify(ArrayRef<Operation * > ops,bool * changed) simplify() argument
990 findCommonAncestor(ArrayRef<Operation * > ops) findCommonAncestor() argument
1016 applyOpPatternsAndFold(ArrayRef<Operation * > ops,const FrozenRewritePatternSet & patterns,GreedyRewriteConfig config,bool * changed,bool * allErased) applyOpPatternsAndFold() argument
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DMemRefDataFlowOpt.cpp34 std::vector<OpT> ops; in getSpecificUsers() local
H A DDebugTypeGenerator.cpp94 llvm::SmallVector<mlir::LLVM::DIExpressionElemAttr> ops; convertBoxedSequenceType() local
213 llvm::SmallVector<mlir::LLVM::DIExpressionElemAttr> ops; convertCharacterType() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DDynamicAPIntTest.cpp34 TYPED_TEST(IntTest, ops) { in TYPED_TEST() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp398 std::vector<Operator> ops; global() member
414 emitBlock(ArrayRef<Attribute> attributes,StringRef inputFilename,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitBlock() argument
466 emitDialectDoc(const Dialect & dialect,StringRef inputFilename,ArrayRef<Attribute> attributes,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitDialectDoc() argument
[all...]
/llvm-project/mlir/lib/Query/
H A DQuery.cpp40 static Operation *extractFunction(std::vector<Operation *> &ops, in extractFunction()
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c200 uint32 ops[8], result[8]; in dofile() local
/llvm-project/lld/ELF/
H A DScriptLexer.cpp199 StringRef ops = "!~*/+-<>?^:="; // List of operators tokenizeExpr() local
/llvm-project/polly/utils/pyscop/
H A Disl.py425 def islFunctionOneOp(islFunction, ops): argument
462 def islFunctionOneOpKeep(islFunction, ops): argument
/llvm-project/mlir/lib/IR/
H A DRegion.cpp134 for (auto ops : in cloneInto() local
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/
H A DTransformInterfaces.h820 set(OpResult value,Range && ops) set() argument
836 set(OpResult value,std::initializer_list<Operation * > ops) set() argument
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp242 LogicalResult mlir::affine::getIndexSet(MutableArrayRef<Operation *> ops, in getIndexSet()
287 SmallVector<Operation *, 4> ops; in getOpIndexSet() local
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DCheckUses.cpp125 explicit PotentialDeleters(ArrayRef<Operation *> ops) { in PotentialDeleters() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1594 inferSparseBufferType(ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferSparseBufferType() argument
1636 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1653 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1667 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1684 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
2235 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
[all...]
/llvm-project/mlir/lib/Transforms/
H A DViewOpGraph.cpp113 SmallVector<Operation *> ops; initColorMapping() local

123