/llvm-project/mlir/lib/Conversion/ConvertToLLVM/ |
H A D | ConvertToLLVMPass.cpp | 44 auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect); apply() local 90 auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect); initialize() local 104 auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect); initialize() local [all...] |
H A D | ToLLVMInterface.cpp | 26 auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect); in populateConversionTargetFromOperation() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 398 [](DataLayoutSpecInterface iface) { return iface != nullptr; }); in getCombinedDataLayout() argument 481 if (auto iface = dyn_cast<DataLayoutOpInterface>(op)) in closest() local 529 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypeSize() local 541 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypeSizeInBits() local 553 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) in getTypeABIAlignment() local 565 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getTypePreferredAlignment() local 577 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getTypeIndexBitwidth() local 592 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getEndianness() local 608 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getAllocaMemorySpace() local 624 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getProgramMemorySpace() local 640 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getGlobalMemorySpace() local 656 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getStackAlignment() local 677 if (auto iface = dyn_cast_or_null<DataLayoutOpInterface>(scope)) getDevicePropertyValue() local 774 const auto *iface = dyn_cast<DataLayoutDialectInterface>(dialect); verifyDataLayoutSpec() local 823 const auto *iface = dyn_cast<DataLayoutDialectInterface>(dialect); verifyTargetSystemSpec() local [all...] |
/llvm-project/mlir/include/mlir/Target/LLVMIR/ |
H A D | LLVMTranslationInterface.h | 86 if (const LLVMTranslationDialectInterface *iface = getInterfaceFor(op)) in convertOperation() local 97 if (const LLVMTranslationDialectInterface *iface = in amendOperation() local 111 if (const LLVMTranslationDialectInterface *iface = in convertParameterAttr() local
|
H A D | LLVMImportInterface.h | 159 const LLVMImportDialectInterface *iface = getInterfaceFor(dialect); convertIntrinsic() local 176 const LLVMImportDialectInterface *iface = convertInstruction() local 205 const LLVMImportDialectInterface *iface = getInterfaceFor(dialect); setMetadataAttrs() local [all...] |
H A D | ModuleImport.h | 373 LLVMImportInterface iface; global() variable
|
H A D | ModuleTranslation.h | 362 LLVMTranslationInterface iface; global() variable
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMIRToLLVMTranslation.cpp | 163 auto iface = dyn_cast<AliasAnalysisOpInterface>(op); in setAccessGroupsAttr() local 128 if (auto iface = dyn_cast<BranchWeightOpInterface>(op)) { setProfilingAttr() local 144 auto iface = dyn_cast<AliasAnalysisOpInterface>(op); setTBAAAttr() local 200 auto iface = dyn_cast<AliasAnalysisOpInterface>(op); setAliasScopesAttr() local 220 auto iface = dyn_cast<AliasAnalysisOpInterface>(op); setNoaliasScopesAttr() local [all...] |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMInterfaces.cpp | 34 auto iface = cast<AccessGroupOpInterface>(op); in verifyAccessGroupOpInterface() local 48 auto iface = cast<AliasAnalysisOpInterface>(op); in verifyAliasAnalysisOpInterface() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FirAliasTagOpInterface.cpp | 20 auto iface = mlir::cast<FirAliasTagOpInterface>(op); in verifyFirAliasTagOpInterface() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve102.f90 | 24 subroutine iface subroutine 26 procedure(sub) :: p local 27 interface
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestBytecodeRoundtrip.cpp | 205 BytecodeDialectInterface *iface = in runTest1() local 236 BytecodeDialectInterface *iface = in runTest2() local 264 BytecodeDialectInterface *iface = in runTest3() local 300 BytecodeDialectInterface *iface = in runTest4() local 335 BytecodeDialectInterface *iface = in runTest5() local
|
/llvm-project/mlir/lib/Analysis/ |
H A D | DataLayoutAnalysis.cpp | 22 if (auto iface = dyn_cast<DataLayoutOpInterface>(op)) in DataLayoutAnalysis() local
|
/llvm-project/mlir/unittests/IR/ |
H A D | InterfaceAttachmentTest.cpp | 69 TestExternalTypeInterface iface = dyn_cast<TestExternalTypeInterface>(i8); in TEST() local 115 auto iface = dyn_cast<TestExternalTypeInterface>(testType); TEST() local 227 auto iface = dyn_cast<TestExternalAttrInterface>(attr); TEST() local 311 auto iface = dyn_cast<TestExternalOpInterface>(moduleOp->getOperation()); TEST() local [all...] |
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | EliminateBarriers.cpp | 112 if (auto iface = dyn_cast<MemoryEffectOpInterface>(op)) { in collectEffects() local 373 auto iface = dyn_cast<MemoryEffectOpInterface>(user); maybeCaptured() local 447 auto iface = dyn_cast<FunctionOpInterface>(bbArg.getOwner()->getParentOp()); mayAlias() local
|
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/ |
H A D | TransformInterfaces.cpp | 232 auto iface = llvm::cast<TransformHandleTypeInterface>(value.getType()); in setPayloadOps() local 267 auto iface = llvm::cast<TransformValueHandleTypeInterface>(handle.getType()); in setPayloadValues() local 1605 remapEffects(MemoryEffectOpInterface iface,BlockArgument source,OpOperand * target,SmallVectorImpl<MemoryEffects::EffectInstance> & effects) remapEffects() argument 1620 auto iface = dyn_cast<MemoryEffectOpInterface>(&op); remapArgumentEffects() local 1643 auto iface = dyn_cast<MemoryEffectOpInterface>(&op); getPotentialTopLevelEffects() local 1821 auto iface = cast<MemoryEffectOpInterface>(transform.getOperation()); isHandleConsumed() local 1871 auto iface = cast<MemoryEffectOpInterface>(transform.getOperation()); doesModifyPayload() local 1878 auto iface = cast<MemoryEffectOpInterface>(transform.getOperation()); doesReadPayload() local 1888 auto iface = dyn_cast<MemoryEffectOpInterface>(nested); getConsumedBlockArguments() local 1933 auto iface = cast<MemoryEffectOpInterface>(op); verifyTransformOpInterface() local [all...] |
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
H A D | client.py | 176 def QI(iface, ptr): argument
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | default-none.f90 | 14 real :: iface local
|
/llvm-project/mlir/lib/Dialect/Transform/Transforms/ |
H A D | CheckUses.cpp | 154 auto iface = cast<MemoryEffectOpInterface>(valueSource); in isUseLive() local 343 auto iface = cast<MemoryEffectOpInterface>(child); collectFreedValues() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | DialectResourceBlobManager.h | 208 auto *iface = dialect->template getRegisteredInterface<ManagerInterface>(); in getManagerInterface() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/ |
H A D | OptimizeSharedMemory.cpp | 117 MemoryEffectOpInterface iface = dyn_cast<MemoryEffectOpInterface>(op); in getShmReadAndWriteOps() local
|
/llvm-project/mlir/test/lib/Analysis/DataFlow/ |
H A D | TestDenseBackwardDataFlowAnalysis.cpp | 284 auto iface = dyn_cast<RegionBranchOpInterface>(op); runOnOperation() local
|
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | Pattern.cpp | 334 if (auto iface = dyn_cast<IntegerOverflowFlagsInterface>(op)) setNativeProperties() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 92 ObjCInterfaceDecl *iface = D->getClassInterface(); in doTransform() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 127 convertInstructionImpl(OpBuilder & odsBuilder,llvm::Instruction * inst,ModuleImport & moduleImport,LLVMImportInterface & iface) convertInstructionImpl() argument 632 auto iface = cast<IntegerOverflowFlagsInterface>(op); setIntegerOverflowFlags() local 644 auto iface = cast<FastmathFlagsInterface>(op); setFastmathFlagsAttr() local [all...] |