Home
last modified time | relevance | path

Searched defs:arrayTy (Results 1 – 11 of 11) sorted by relevance

/external/turbine/java/com/google/turbine/types/
DCanonicalize.java109 Type.ArrayTy arrayTy = (Type.ArrayTy) type; in canonicalize() local
298 ArrayTy arrayTy = (ArrayTy) type; in instantiate() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp63 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(type)) { in buildSequentialConstant() local
90 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(type)) { in getInnermostElementType() local
127 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(llvmType)) { in getLLVMConstant() local
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java320 ArrayTy arrayTy = (ArrayTy) type; in bindType() local
DDisambiguateTypeAnnotations.java232 ArrayTy arrayTy = (ArrayTy) type; in addAnnotationsToType() local
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp316 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp316 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp316 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp395 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/external/turbine/java/com/google/turbine/lower/
DLower.java774 ArrayTy arrayTy = (ArrayTy) base; in lowerArrayTypeAnnotations() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp622 auto arrayTy = LLVM::LLVMType::getArrayTy(indexTy, rank); in size() local
2398 LLVM::LLVMType arrayTy = elementType; in convertGlobalMemrefTypeToLLVM() local
2416 LLVM::LLVMType arrayTy = in matchAndRewrite() local
2456 LLVM::LLVMType arrayTy = in allocateBuffer() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2029 llvm::ArrayType *arrayTy = llvm::ArrayType::get(Int32Ty, values.size()); in MakeBitField() local