reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 6593        !TLI->canCombineStoreAndExtract(Inst->getOperand(0)->getType(),
 6594                                        Inst->getOperand(1), CombineCost)))
 6604   BasicBlock *Parent = Inst->getParent();
 6605   LLVM_DEBUG(dbgs() << "Found an interesting transition: " << *Inst << '\n');
 6606   VectorPromoteHelper VPH(*DL, *TLI, *TTI, Inst, CombineCost);
 6609   while (Inst->hasOneUse()) {
 6610     Instruction *ToBePromoted = cast<Instruction>(*Inst->user_begin());
 6622       LLVM_DEBUG(dbgs() << "Assume " << *Inst << '\n'
 6637     Inst = ToBePromoted;