Home
last modified time | relevance | path

Searched defs:getInterface (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DTrait.cpp82 Interface InterfaceTrait::getInterface() const { return Interface(def); } in getInterface() function in InterfaceTrait
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h63 typename T::Concept *getInterface() const { in getInterface() function
H A DAttributeSupport.h66 typename T::Concept *getInterface() const { in getInterface() function
H A DOperationSupport.h167 typename T::Concept *getInterface() const { in getInterface() function
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h105 MaterializationUnit::Interface getInterface(FunctionAST &F) { in getInterface() function