Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DROCDLDialect.cpp50 auto int1Ty = LLVM::LLVMType::getInt1Ty(context); in parseROCDLMubufLoadOp() local
53 {i32x4Ty, int32Ty, int32Ty, int1Ty, int1Ty}, in parseROCDLMubufLoadOp()
69 auto int1Ty = LLVM::LLVMType::getInt1Ty(context); in parseROCDLMubufStoreOp() local
73 {type, i32x4Ty, int32Ty, int32Ty, int1Ty, int1Ty}, in parseROCDLMubufStoreOp()
DNVVMDialect.cpp75 auto int1Ty = LLVM::LLVMType::getInt1Ty(context); in parseNVVMVoteBallotOp() local
83 parser.resolveOperands(ops, {int32Ty, int1Ty}, in parseNVVMVoteBallotOp()
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp307 IntegerType int1Ty, int8Ty, int16Ty, int32Ty, int64Ty, int128Ty; member in mlir::MLIRContextImpl
357 impl->int1Ty = TypeUniquer::get<IntegerType>(this, 1, IntegerType::Signless); in MLIRContext()
375 this, impl->int1Ty, APInt(/*numBits=*/1, false)) in MLIRContext()
378 this, impl->int1Ty, APInt(/*numBits=*/1, true)) in MLIRContext()
759 return context->getImpl().int1Ty; in getCachedIntegerType()