Home
last modified time | relevance | path

Searched defs:getIndexType (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DMemRefBuilder.h88 Type getIndexType() { return indexType; }; in getIndexType() function
/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp905 IntegerType *DataLayout::getIndexType(LLVMContext &C, getIndexType() function in DataLayout
910 Type *DataLayout::getIndexType(Type *Ty) const { getIndexType() function in DataLayout
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp36 Type ConvertToLLVMPattern::getIndexType() const { in getIndexType() function in ConvertToLLVMPattern
H A DTypeConverter.cpp219 Type LLVMTypeConverter::getIndexType() const { getIndexType() function in LLVMTypeConverter
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h175 IntegerType *getIndexType() const { getIndexType() function
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp121 static spirv::ScalarType getIndexType(MLIRContext *ctx, getIndexType() function
127 Type SPIRVTypeConverter::getIndexType() const { getIndexType() function in SPIRVTypeConverter
/llvm-project/mlir/lib/IR/
H A DBuilders.cpp71 IndexType Builder::getIndexType() { return IndexType::get(context); } getIndexType() function in Builder
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h406 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function