Searched refs:ReplInst (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp84 auto ReplInst = CE->getAsInstruction();
86 ReplInst->insertBefore(InsPoint);
87 LLVM_DEBUG(dbgs() << " -> " << *ReplInst << '\n');
98 if (ReplInst->getParent() == User->getParent() &&
99 User->comesBefore(ReplInst))
100 ReplInst->moveBefore(User);
101 User->replaceUsesOfWith(CE, ReplInst);
103 return ReplInst;
140 Value *ReplInst = LowerConstantVec(Vec, OI); local
141 if (ReplInst)
150 Value *ReplInst = nullptr; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp244 static void combineKnownMetadata(Instruction *ReplInst, Instruction *I) { argument
253 combineMetadata(ReplInst, I, KnownIDs, true);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2780 auto *ReplInst = dyn_cast<Instruction>(Repl);
2781 if (!ReplInst)
2791 ReplInst->andIRFlags(I);
2808 combineMetadata(ReplInst, I, KnownIDs, false);

Completed in 137 milliseconds