Searched refs:ValueOp (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_patterns.td | 471 foreach ValueOp = [TFL_CeilOp, TFL_ExpOp, TFL_FloorOp, TFL_NegOp, 476 def ReorderElementwiseAndMoveOperations#ValueOp#MoveOp : Pat< 477 (ValueOp:$value (MoveOp:$move $input, $move_def)), 478 (MoveOp (ValueOp $input), $move_def),
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 728 Value *findLeaderForInst(Instruction *ValueOp, 2714 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local 2716 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps() 2719 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps() 2742 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps() 2744 ValueOp->deleteValue(); in makePossiblePHIOfOps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 725 Value *findLeaderForInst(Instruction *ValueOp, 2761 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local 2763 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps() 2766 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps() 2789 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps() 2791 ValueOp->deleteValue(); in makePossiblePHIOfOps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1296 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument 1297 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1500 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument 1501 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2432 ValueList ValueOp; in vectorizeTree() local 2434 ValueOp.push_back(cast<StoreInst>(V)->getValueOperand()); in vectorizeTree() 2438 Value *VecValue = vectorizeTree(ValueOp); in vectorizeTree()
|