Home
last modified time | relevance | path

Searched refs:i64Type (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/unittests/TableGen/
DStructsGenTest.cpp108 auto i64Type = mlir::IntegerType::get(64, &context); in TEST() local
109 auto elementsType = mlir::RankedTensorType::get({3}, i64Type); in TEST()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp779 auto i64Type = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local
780 auto constant = rewriter.create<LLVM::ConstantOp>(loc, i64Type, position); in matchAndRewrite()
896 auto i64Type = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local
897 auto constant = rewriter.create<LLVM::ConstantOp>(loc, i64Type, position); in matchAndRewrite()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp764 const string i64Type = formatIsR64(format) ? "64_t" : ""; in initPrograms() local
766 …"float" : ((vecType == "ivec4") | (vecType == "i64vec4")) ? ("int" + i64Type) : ("uint" + i64Type); in initPrograms()
806 decls << "int" << i64Type << " refData[" << refDataNumElements << "] = {"; in initPrograms()
886 …e = string(formatIsFloat(format) ? "float" : formatIsSignedInt(format) ? "int" : "uint") + i64Type; in initPrograms()