Home
last modified time | relevance | path

Searched refs:getIndexBitwidth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DLoweringOptions.h66 unsigned getIndexBitwidth() const { return indexBitwidth; } in getIndexBitwidth() function
H A DTypeConverter.h116 unsigned getIndexTypeBitwidth() { return options.getIndexBitwidth(); } in getIndexTypeBitwidth()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp37 static unsigned getIndexBitwidth(DataLayoutEntryListRef params) { in getIndexBitwidth() function
71 IntegerType::get(type.getContext(), getIndexBitwidth(params))); in getDefaultTypeSizeInBits()
146 IntegerType::get(type.getContext(), getIndexBitwidth(params))); in getDefaultABIAlignment()
203 IntegerType::get(type.getContext(), getIndexBitwidth(params))); in getDefaultPreferredAlignment()
/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp743 options.useBarePtrCallConv, options.getIndexBitwidth(), useAlignedAlloc, in createConvertFuncToLLVMPass()