Lines Matching refs:DI
582 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call); in SelectCall() local
583 if (!DIVariable(DI->getVariable()).Verify() || in SelectCall()
585 DEBUG(dbgs() << "Dropping debug info for " << *DI << "\n"); in SelectCall()
589 const Value *Address = DI->getAddress(); in SelectCall()
591 DEBUG(dbgs() << "Dropping debug info for " << *DI << "\n"); in SelectCall()
626 .addMetadata(DI->getVariable()); in SelectCall()
630 DEBUG(dbgs() << "Dropping debug info for " << DI); in SelectCall()
635 const DbgValueInst *DI = cast<DbgValueInst>(Call); in SelectCall() local
637 const Value *V = DI->getValue(); in SelectCall()
642 .addReg(0U).addImm(DI->getOffset()) in SelectCall()
643 .addMetadata(DI->getVariable()); in SelectCall()
647 .addCImm(CI).addImm(DI->getOffset()) in SelectCall()
648 .addMetadata(DI->getVariable()); in SelectCall()
651 .addImm(CI->getZExtValue()).addImm(DI->getOffset()) in SelectCall()
652 .addMetadata(DI->getVariable()); in SelectCall()
655 .addFPImm(CF).addImm(DI->getOffset()) in SelectCall()
656 .addMetadata(DI->getVariable()); in SelectCall()
659 .addReg(Reg, RegState::Debug).addImm(DI->getOffset()) in SelectCall()
660 .addMetadata(DI->getVariable()); in SelectCall()
664 DEBUG(dbgs() << "Dropping debug info for " << DI); in SelectCall()