Home
last modified time | relevance | path

Searched refs:ShlOp (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertSPIRVToLLVM.cpp257 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
261 rewriter.create<LLVM::ShlOp>(loc, dstType, negated, offset); in matchAndRewrite()
270 rewriter.create<LLVM::ShlOp>(loc, dstType, op.insert(), offset); in matchAndRewrite()
364 Value baseShiftedLeft = rewriter.create<LLVM::ShlOp>( in matchAndRewrite()
399 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
828 ShiftPattern<spirv::ShiftLeftLogicalOp, LLVM::ShlOp>, in populateSPIRVToLLVMConversionPatterns()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp {
261 addOperator("shl", std::make_unique<ShlOp>());
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp {
261 addOperator("shl", std::make_unique<ShlOp>());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm10/llvm-10.0.1.src/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm11/llvm-11.0.1.src/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm90/llvm-9.0.1.src/lib/TableGen/
H A DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
261 addOperator("shl", llvm::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DSetTheory.cpp100 struct ShlOp : public SetIntBinOp { struct
262 addOperator("shl", llvm::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DSetTheory.cpp100 struct ShlOp : public SetIntBinOp { struct
262 addOperator("shl", llvm::make_unique<ShlOp>()); in SetTheory()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp71 rewriter.create<LLVM::ShlOp>(loc, int32Type, one, adaptor.width()), in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp72 rewriter.create<LLVM::ShlOp>(loc, int32Type, one, adaptor.width()), in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp363 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
367 rewriter.create<LLVM::ShlOp>(loc, dstType, negated, offset); in matchAndRewrite()
376 rewriter.create<LLVM::ShlOp>(loc, dstType, op.insert(), offset); in matchAndRewrite()
469 Value baseShiftedLeft = rewriter.create<LLVM::ShlOp>( in matchAndRewrite()
504 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
1491 ShiftPattern<spirv::ShiftLeftLogicalOp, LLVM::ShlOp>, in populateSPIRVToLLVMConversionPatterns()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp363 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
367 rewriter.create<LLVM::ShlOp>(loc, dstType, negated, offset); in matchAndRewrite()
376 rewriter.create<LLVM::ShlOp>(loc, dstType, op.insert(), offset); in matchAndRewrite()
469 Value baseShiftedLeft = rewriter.create<LLVM::ShlOp>( in matchAndRewrite()
504 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
1499 ShiftPattern<spirv::ShiftLeftLogicalOp, LLVM::ShlOp>, in populateSPIRVToLLVMConversionPatterns()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp363 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
367 rewriter.create<LLVM::ShlOp>(loc, dstType, negated, offset); in matchAndRewrite()
376 rewriter.create<LLVM::ShlOp>(loc, dstType, op.insert(), offset); in matchAndRewrite()
469 Value baseShiftedLeft = rewriter.create<LLVM::ShlOp>( in matchAndRewrite()
504 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
1499 ShiftPattern<spirv::ShiftLeftLogicalOp, LLVM::ShlOp>, in populateSPIRVToLLVMConversionPatterns()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp363 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
367 rewriter.create<LLVM::ShlOp>(loc, dstType, negated, offset); in matchAndRewrite()
376 rewriter.create<LLVM::ShlOp>(loc, dstType, op.insert(), offset); in matchAndRewrite()
469 Value baseShiftedLeft = rewriter.create<LLVM::ShlOp>( in matchAndRewrite()
504 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
1483 ShiftPattern<spirv::ShiftLeftLogicalOp, LLVM::ShlOp>, in populateSPIRVToLLVMConversionPatterns()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertSPIRVToLLVM.cpp366 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
370 rewriter.create<LLVM::ShlOp>(loc, dstType, negated, offset); in matchAndRewrite()
379 rewriter.create<LLVM::ShlOp>(loc, dstType, op.insert(), offset); in matchAndRewrite()
473 Value baseShiftedLeft = rewriter.create<LLVM::ShlOp>( in matchAndRewrite()
508 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count); in matchAndRewrite()
1503 ShiftPattern<spirv::ShiftLeftLogicalOp, LLVM::ShlOp>, in populateSPIRVToLLVMConversionPatterns()

12