Home
last modified time | relevance | path

Searched refs:ValueOp (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td471 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/
DNewGVN.cpp728 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/
DNewGVN.cpp725 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/
DPatternMatch.h1296 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/
DPatternMatch.h1500 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/
DSLPVectorizer.cpp2432 ValueList ValueOp; in vectorizeTree() local
2434 ValueOp.push_back(cast<StoreInst>(V)->getValueOperand()); in vectorizeTree()
2438 Value *VecValue = vectorizeTree(ValueOp); in vectorizeTree()