Home
last modified time | relevance | path

Searched refs:newEntry (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp319 for (DataLayoutEntryInterface newEntry : newLayout) { in areCompatible() local
320 if (!newEntry.isTypeEntry()) in areCompatible()
324 auto newType = newEntry.getKey().get<Type>().cast<LLVMPointerType>(); in areCompatible()
346 Attribute newSpec = newEntry.getValue().cast<DenseIntElementsAttr>(); in areCompatible()
577 for (DataLayoutEntryInterface newEntry : newLayout) { in areCompatible() local
578 if (!newEntry.isTypeEntry()) in areCompatible()
591 extractStructSpecValue(newEntry.getValue(), StructDLEntryPos::Abi); in areCompatible()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1365 FailureOr<Block *> newEntry = in convertRegionTypes() local
1367 return newEntry; in convertRegionTypes()