Home
last modified time | relevance | path

Searched refs:getInt64Type (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp81 LLVM::LLVMArrayType::get(getInt64Type(), rank); in getMemRefType()
88 {llvmPtrToElementType, llvmPtrToElementType, getInt64Type(), in getMemRefType()
95 Type getInt64Type() { return llvmInt64Type; } in getInt64Type() function in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass
305 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
306 getInt64Type(), getInt64Type()})); in declareVulkanFunctions()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.cpp141 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp228 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
253 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h358 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10984 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp2907 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()