Home
last modified time | relevance | path

Searched refs:opProperties (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.h48 void initProps(const struct opProperties *, int);
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp636 StringRef name, Dialect &dialect, OperationProperties opProperties, in insert() argument
641 AbstractOperation opInfo(name, dialect, opProperties, typeID, parseAssembly, in insert()
658 StringRef name, Dialect &dialect, OperationProperties opProperties, in AbstractOperation() argument
664 typeID(typeID), opProperties(opProperties), in AbstractOperation()
/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h152 return opProperties & static_cast<OperationProperties>(property); in hasProperty()
184 OperationProperties opProperties, TypeID typeID,
192 OperationProperties opProperties, TypeID typeID,
200 const OperationProperties opProperties; variable