Home
last modified time | relevance | path

Searched refs:NegateOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp284 auto NegateOperand = [&](MachineOperand &Op) { in applyFoldableFneg() local
312 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
313 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
326 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
327 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
335 NegateOperand(MatchInfo->getOperand(3)); in applyFoldableFneg()
347 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
356 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
362 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
363 NegateOperand(MatchInfo->getOperand(3)); in applyFoldableFneg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1414 bool NegateOperand = false; in tryFoldLoadStoreIntoMemOperand() local
1419 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1430 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1453 if (NegateOperand) in tryFoldLoadStoreIntoMemOperand()