Home
last modified time | relevance | path

Searched defs:llvmType (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp62 Value val2, Type llvmType, int64_t rank, int64_t pos) { in insertOne()
89 Type llvmType, int64_t rank, int64_t pos) { in extractOne()
206 Type llvmType = lowering.convertType(dstVectorType); in duplicateOneRank() local
246 Type llvmType = lowering.convertType(dstVectorType); in stretchOneRank() local
292 Type llvmType = lowering.convertType(vectorType); in matchAndRewrite() local
347 auto llvmType = lowering.convertType(vectorType.getElementType()); in matchAndRewrite() local
427 auto llvmType = lowering.convertType(vectorType); in matchAndRewrite() local
843 auto llvmType = lowering.convertType( in emitRanks() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.h76 #define OPCODE(instName,llvmType) \ argument
79 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
87 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
H A Dhelper.cpp1411 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
1444 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
1459 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
1473 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
1487 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
1502 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
1516 #define DECLARE_OPCODE(instName, llvmType, name, modifiers, sat, pred, condMod, mathIntrinsic, atom… argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp40 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
68 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
427 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
518 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
576 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
684 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1171 auto llvmType = typeConverter->convertType( in emitRanks() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp40 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
68 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
433 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
521 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
581 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
692 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1181 auto llvmType = typeConverter->convertType( in emitRanks() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp40 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
68 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
433 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
521 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
581 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
692 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1181 auto llvmType = typeConverter->convertType( in emitRanks() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp40 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
68 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
433 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
521 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
581 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
692 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1181 auto llvmType = typeConverter->convertType( in emitRanks() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp60 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
88 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
277 Type llvmType = typeConverter.convertType(eltType); in matchAndRewrite() local
359 Type llvmType = typeConverter.convertType(vectorType); in matchAndRewrite() local
414 auto llvmType = typeConverter.convertType(vectorType.getElementType()); in matchAndRewrite() local
529 auto llvmType = typeConverter.convertType(vectorType); in matchAndRewrite() local
1040 auto llvmType = typeConverter.convertType( in emitRanks() local
/dports/devel/tinygo/tinygo-0.14.1/compiler/
H A Dcalls.go20 llvmType llvm.Type member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp38 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
66 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
511 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
626 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
680 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
785 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1356 auto llvmType = typeConverter->convertType( in emitRanks() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp38 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
66 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
511 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
626 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
680 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
785 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1356 auto llvmType = typeConverter->convertType( in emitRanks() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp49 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
77 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
559 Type llvmType = typeConverter.convertType(eltType); in matchAndRewrite() local
677 Type llvmType = typeConverter.convertType(vectorType); in matchAndRewrite() local
732 auto llvmType = typeConverter.convertType(vectorType.getElementType()); in matchAndRewrite() local
847 auto llvmType = typeConverter.convertType(vectorType); in matchAndRewrite() local
1435 auto llvmType = typeConverter.convertType( in emitRanks() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp616 auto llvmType = wrappedVectorType.getVectorElementType(); in build() local
955 if (auto llvmType = type.dyn_cast<LLVM::LLVMType>()) { in verify() local
1334 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMType>(); in verifyType() local
1408 auto llvmType = op.getType().dyn_cast<LLVM::LLVMType>(); in verify() local
1735 auto llvmType = type.dyn_cast<LLVMType>(); in printType() local
1782 LLVMType LLVMType::get(MLIRContext *context, llvm::Type *llvmType) { in get()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp412 auto llvmType = wrappedVectorType.getVectorElementType(); in build() local
1275 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMType>(); in verifyType() local
1365 auto llvmType = op.getType().dyn_cast<LLVM::LLVMType>(); in verify() local
1455 auto llvmType = type.dyn_cast<LLVMType>(); in printType() local
1500 LLVMType LLVMType::get(MLIRContext *context, llvm::Type *llvmType) { in get()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/GPUToCUDA/
H A DConvertLaunchFuncToCudaCalls.cpp256 auto llvmType = operand.getType().cast<LLVM::LLVMType>(); in setupParamsArray() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp735 auto llvmType = wrappedVectorType.getVectorElementType(); in build() local
1070 if (auto llvmType = type.dyn_cast<LLVM::LLVMType>()) { in verify() local
1440 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMType>(); in verifyType() local
1513 auto llvmType = op.getType().dyn_cast<LLVM::LLVMType>(); in verify() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp917 auto llvmType = LLVM::getVectorElementType(vectorType); in build() local
970 Type llvmType = containerType; in getInsertExtractValueElementType() local
1254 static LogicalResult verifyCastWithIndex(Type llvmType) { in verifyCastWithIndex()
1263 static LogicalResult verifyCast(DialectCastOp op, Type llvmType, Type type, in verifyCast()
1733 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMFunctionType>(); in verifyType() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp917 auto llvmType = LLVM::getVectorElementType(vectorType); in build() local
970 Type llvmType = containerType; in getInsertExtractValueElementType() local
1254 static LogicalResult verifyCastWithIndex(Type llvmType) { in verifyCastWithIndex()
1263 static LogicalResult verifyCast(DialectCastOp op, Type llvmType, Type type, in verifyCast()
1733 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMFunctionType>(); in verifyType() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUCommon/
H A DConvertLaunchFuncToRuntimeCalls.cpp304 auto llvmType = operand.getType().cast<LLVM::LLVMType>(); in setupParamsArray() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertSPIRVToLLVM.cpp105 auto llvmType = dstType.cast<LLVM::LLVMType>(); in optionallyTruncateOrExtend() local
642 auto llvmType = typeConverter.convertFunctionSignature( in matchAndRewrite() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp37 llvm::Constant *ModuleTranslation::getLLVMConstant(llvm::Type *llvmType, in getLLVMConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp210 Type llvmType = converter.convertType(type); in pack() local
317 Type llvmType = converter.convertType(type); in pack() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp113 llvm::Type *llvmType, in convertDenseElementsAttr()
196 llvm::Type *llvmType, Attribute attr, Location loc, in getLLVMConstant()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp210 Type llvmType = converter.convertType(type); in pack() local
317 Type llvmType = converter.convertType(type); in pack() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp210 Type llvmType = converter.convertType(type); in pack() local
317 Type llvmType = converter.convertType(type); in pack() local

12345