Home
last modified time | relevance | path

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

123

/llvm-project/mlir/lib/Conversion/ConvertToLLVM/
H A DConvertToLLVMPass.cpp44 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 DToLLVMInterface.cpp26 auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect); in populateConversionTargetFromOperation() local
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp398 [](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 DLLVMTranslationInterface.h86 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 DLLVMImportInterface.h159 const LLVMImportDialectInterface *iface = getInterfaceFor(dialect); convertIntrinsic() local
176 const LLVMImportDialectInterface *iface = convertInstruction() local
205 const LLVMImportDialectInterface *iface = getInterfaceFor(dialect); setMetadataAttrs() local
[all...]
H A DModuleImport.h373 LLVMImportInterface iface; global() variable
H A DModuleTranslation.h362 LLVMTranslationInterface iface; global() variable
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMIRToLLVMTranslation.cpp163 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 DLLVMInterfaces.cpp34 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 DFirAliasTagOpInterface.cpp20 auto iface = mlir::cast<FirAliasTagOpInterface>(op); in verifyFirAliasTagOpInterface() local
/llvm-project/flang/test/Semantics/
H A Dresolve102.f9024 subroutine iface subroutine
26 procedure(sub) :: p local
27 interface
/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp205 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 DDataLayoutAnalysis.cpp22 if (auto iface = dyn_cast<DataLayoutOpInterface>(op)) in DataLayoutAnalysis() local
/llvm-project/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp69 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 DEliminateBarriers.cpp112 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 DTransformInterfaces.cpp232 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 Dclient.py176 def QI(iface, ptr): argument
/llvm-project/flang/test/Semantics/OpenMP/
H A Ddefault-none.f9014 real :: iface local
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DCheckUses.cpp154 auto iface = cast<MemoryEffectOpInterface>(valueSource); in isUseLive() local
343 auto iface = cast<MemoryEffectOpInterface>(child); collectFreedValues() local
/llvm-project/mlir/include/mlir/IR/
H A DDialectResourceBlobManager.h208 auto *iface = dialect->template getRegisteredInterface<ManagerInterface>(); in getManagerInterface() local
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DOptimizeSharedMemory.cpp117 MemoryEffectOpInterface iface = dyn_cast<MemoryEffectOpInterface>(op); in getShmReadAndWriteOps() local
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseBackwardDataFlowAnalysis.cpp284 auto iface = dyn_cast<RegionBranchOpInterface>(op); runOnOperation() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp334 if (auto iface = dyn_cast<IntegerOverflowFlagsInterface>(op)) setNativeProperties() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp92 ObjCInterfaceDecl *iface = D->getClassInterface(); in doTransform() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp127 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...]

123