Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1209 ValueOp_t ValueOp; member
1214 ValueOp(ValueOpMatch), PointerOp(PointerOpMatch) {} in StoreClass_match()
1218 return ValueOp.match(LI->getValueOperand()) && in match()
1227 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument
1228 return StoreClass_match<ValueOpTy, PointerOpTy>(ValueOp, PointerOp); in m_Store()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp723 Value *findLeaderForInst(Instruction *ValueOp,
2783 Instruction *ValueOp = I->clone(); in makePossiblePHIOfOps() local
2785 TempToMemory.insert({ValueOp, MemAccess}); in makePossiblePHIOfOps()
2788 for (auto &Op : ValueOp->operands()) { in makePossiblePHIOfOps()
2811 : findLeaderForInst(ValueOp, Visited, in makePossiblePHIOfOps()
2813 ValueOp->deleteValue(); in makePossiblePHIOfOps()
/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()