Home
last modified time | relevance | path

Searched defs:getOperation (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/
H A DLiveness.h59 Operation *getOperation() const { return operation; } in getOperation() function
/llvm-project/mlir/include/mlir/Pass/
H A DPass.h211 Operation *getOperation() { in getOperation() function
377 OpT getOperation() { return cast<OpT>(Pass::getOperation()); } in getOperation() function
443 InterfaceT getOperation() { return cast<InterfaceT>(Pass::getOperation()); } in getOperation() function
H A DAnalysisManager.h180 Operation *getOperation() const { return ir; } in getOperation() function
249 Operation *getOperation() const { return analyses.getOperation(); } in getOperation() function
/llvm-project/mlir/lib/Target/LLVM/
H A DModuleToObject.cpp44 Operation &ModuleToObject::getOperation() { return module; } getOperation() function in ModuleToObject
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h618 PyOperation &getOperation() override { return *this; } getOperation() function
737 PyOperation &getOperation() override { return operation; } getOperation() function
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp218 gpu::GPUModuleOp NVPTXSerializer::getOperation() { getOperation() function in NVPTXSerializer
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h680 OpType getOperation() const { return Operation; } getOperation() function
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp80 mlir::Operation *getOperation() const { return operation; } in getOperation() function in __anon98d240d70111::ArrayCopyAnalysisBase
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp515 Operation *getOperation() const { return op; } getOperation() function in __anonc8dd03f60211::OperationRewrite
719 UnrealizedConversionCastOp getOperation() const { getOperation() function in __anonc8dd03f60211::UnresolvedMaterializationRewrite
[all...]