Lines Matching refs:DI
517 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call); in SelectCall() local
518 if (!DIVariable(DI->getVariable()).Verify() || in SelectCall()
522 const Value *Address = DI->getAddress(); in SelectCall()
544 .addMetadata(DI->getVariable()); in SelectCall()
549 const DbgValueInst *DI = cast<DbgValueInst>(Call); in SelectCall() local
551 const Value *V = DI->getValue(); in SelectCall()
556 .addReg(0U).addImm(DI->getOffset()) in SelectCall()
557 .addMetadata(DI->getVariable()); in SelectCall()
561 .addCImm(CI).addImm(DI->getOffset()) in SelectCall()
562 .addMetadata(DI->getVariable()); in SelectCall()
565 .addImm(CI->getZExtValue()).addImm(DI->getOffset()) in SelectCall()
566 .addMetadata(DI->getVariable()); in SelectCall()
569 .addFPImm(CF).addImm(DI->getOffset()) in SelectCall()
570 .addMetadata(DI->getVariable()); in SelectCall()
573 .addReg(Reg, RegState::Debug).addImm(DI->getOffset()) in SelectCall()
574 .addMetadata(DI->getVariable()); in SelectCall()
578 DEBUG(dbgs() << "Dropping debug info for " << DI); in SelectCall()