Home
last modified time | relevance | path

Searched refs:NegOp (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp267 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
268 if (!NegOp) // Early return. in visitImpl()
270 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
347 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
348 if (!NegOp) // Early return. in visitImpl()
350 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
382 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
383 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
267 if (!NegOp) // Early return. in visitImpl()
269 return Builder.CreateFreeze(NegOp, I->getName() + ".neg"); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
347 if (!NegOp) // Early return. in visitImpl()
349 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
382 NegatedOps.emplace_back(NegOp); // Successfully negated operand! in visitImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp319 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
320 if (!NegOp) // Early return. in visitImpl()
322 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp319 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
320 if (!NegOp) // Early return. in visitImpl()
322 return Builder.CreateTrunc(NegOp, I->getType(), I->getName() + ".neg"); in visitImpl()
/dports/math/givaro/givaro-4.1.1/src/library/tools/
H A Dgivops.h96 struct NegOp : public BaseOP<Domain> { struct
99 NegOp( const Domain& D ) : BaseOP<Domain>(D) {} in NegOp() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp529 struct NegOpConversion : public OpConversionPattern<complex::NegOp> {
530 using OpConversionPattern<complex::NegOp>::OpConversionPattern;
533 matchAndRewrite(complex::NegOp op, ArrayRef<Value> operands, in matchAndRewrite()
535 complex::NegOp::Adaptor transformed(operands); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp529 struct NegOpConversion : public OpConversionPattern<complex::NegOp> {
530 using OpConversionPattern<complex::NegOp>::OpConversionPattern;
533 matchAndRewrite(complex::NegOp op, ArrayRef<Value> operands, in matchAndRewrite()
535 complex::NegOp::Adaptor transformed(operands); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp529 struct NegOpConversion : public OpConversionPattern<complex::NegOp> {
530 using OpConversionPattern<complex::NegOp>::OpConversionPattern;
533 matchAndRewrite(complex::NegOp op, ArrayRef<Value> operands, in matchAndRewrite()
535 complex::NegOp::Adaptor transformed(operands); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td257 // NegOp
260 def NegOp : ComplexUnaryOp<"neg", [SameOperandsAndResultType]> {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td257 // NegOp
260 def NegOp : ComplexUnaryOp<"neg", [SameOperandsAndResultType]> {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td257 // NegOp
260 def NegOp : ComplexUnaryOp<"neg", [SameOperandsAndResultType]> {
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td257 // NegOp
260 def NegOp : ComplexUnaryOp<"neg", [SameOperandsAndResultType]> {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp513 struct NegOpConversion : public OpConversionPattern<complex::NegOp> {
514 using OpConversionPattern<complex::NegOp>::OpConversionPattern;
517 matchAndRewrite(complex::NegOp op, OpAdaptor adaptor, in matchAndRewrite()
/dports/math/givaro/givaro-4.1.1/src/library/vector/
H A Dgivvectsparseops.inl256 NegOp<Domain> opcode ( _domain );
263 NegOp<Domain> opcode ( _domain );
H A Dgivvectdenseops.inl228 NegOp<Domain> opcode ( _domain );
236 NegOp<Domain> opcode ( _domain );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dscmatrix.hxx409 void NegOp(const ScMatrix& rMat) ;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dscmatrix.hxx392 void NegOp(const ScMatrix& rMat) ;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dscmatrix.cxx3325 void ScMatrix::NegOp( const ScMatrix& rMat) in NegOp() function in ScMatrix

12