Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/
H A DLLVMTranslationInterface.h73 if (const LLVMTranslationDialectInterface *iface = getInterfaceFor(op)) in convertOperation() local
83 if (const LLVMTranslationDialectInterface *iface = in amendOperation() local
H A DModuleTranslation.h307 LLVMTranslationInterface iface; variable
/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve102.f9029 subroutine iface subroutine
31 procedure(sub) :: p local
32 interface
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp300 [](DataLayoutSpecInterface iface) { return iface != nullptr; })); in getCombinedDataLayout()
370 if (auto iface = dyn_cast<DataLayoutOpInterface>(op)) in closest() local
417 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypeSize() local
429 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypeSizeInBits() local
441 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypeABIAlignment() local
453 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypePreferredAlignment() local
550 const auto *iface = dyn_cast<DataLayoutDialectInterface>(dialect); in verifyDataLayoutSpec() local
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataLayoutAnalysis.cpp20 if (auto iface = dyn_cast<DataLayoutOpInterface>(op)) in DataLayoutAnalysis() local
/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp68 TestExternalTypeInterface iface = i8.dyn_cast<TestExternalTypeInterface>(); in TEST() local
114 auto iface = testType.dyn_cast<TestExternalTypeInterface>(); in TEST() local
227 auto iface = attr.dyn_cast<TestExternalAttrInterface>(); in TEST() local
311 auto iface = dyn_cast<TestExternalOpInterface>(moduleOp->getOperation()); in TEST() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py162 def QI(iface, ptr): argument
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/Transforms/
H A DCheckUses.cpp140 auto iface = cast<MemoryEffectOpInterface>(valueSource); in isUseLive() local
328 auto iface = cast<MemoryEffectOpInterface>(child); in collectFreedValues() local
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp474 auto iface = dyn_cast<transform::TransformOpInterface>(use.getOwner()); in isValueUsePotentialConsumer() local
560 auto iface = dyn_cast<MemoryEffectOpInterface>(&op); in getEffects() local
576 auto iface = dyn_cast<MemoryEffectOpInterface>(&op); in getEffects() local
H A DTransformInterfaces.cpp374 auto iface = cast<MemoryEffectOpInterface>(transform.getOperation()); in isHandleConsumed() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DMangler.cpp65 const Fortran::semantics::Symbol *iface = in findInterfaceIfSeperateMP() local
H A DCallInterface.cpp320 if (const Fortran::semantics::Symbol *iface = in getInterfaceDetails() local
1233 std::optional<Fortran::evaluate::characteristics::Procedure> iface = in getDummyProcedureType() local
/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/Transforms/
H A DOptimizeSharedMemory.cpp141 MemoryEffectOpInterface iface = dyn_cast<MemoryEffectOpInterface>(op); in getShmReadAndWriteOps() local
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProperties.cpp92 ObjCInterfaceDecl *iface = D->getClassInterface(); in doTransform() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp425 Interface iface = trait.getInterface(); // causes strange bugs if elided in emitTraitMethods() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp455 auto iface = getInterface().value(); in apply() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1100 if (auto iface = dyn_cast<DataLayoutOpInterface>(m)) { in prepareLLVMModule() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1633 const ObjCContainerDecl *iface; in findExplicitInstancetypeDeclarer() local
1939 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp726 const ObjCInterfaceDecl *iface = impl->getClassInterface(); in Emit() local
1632 const ObjCInterfaceDecl *iface = impl->getClassInterface(); in emitCXXDestructMethod() local
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp1848 auto *iface = opInfo->getInterface<OpAsmOpInterface>(); in parseCustomOperation() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp897 if (const Symbol * iface{FindSeparateModuleSubprogramInterface(&symbol)}) { in CheckSubprogram() local
H A Dtools.cpp1105 if (const Symbol * iface{subprogram->moduleInterface()}) { in FindSeparateModuleSubprogramInterface() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp200 auto iface = in getAllocaBlock() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1542 const Symbol *iface{proc.interface().symbol()}; in FindFunctionResult() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2042 auto iface = dyn_cast<MemoryEffectOpInterface>(op); in verifyRegions() local

12