Searched refs:DbgOperand (Results 1 – 2 of 2) sorted by relevance
840 SDDbgOperand DbgOperand = SD->getLocationOps()[OpIdx]; in EmitDbgInstrRef() local846 if (DbgOperand.getKind() == SDDbgOperand::VREG) { in EmitDbgInstrRef()847 VReg = DbgOperand.getVReg(); in EmitDbgInstrRef()857 } else if (DbgOperand.getKind() == SDDbgOperand::SDNODE) { in EmitDbgInstrRef()859 SDNode *Node = DbgOperand.getSDNode(); in EmitDbgInstrRef()860 SDValue Op = SDValue(Node, DbgOperand.getResNo()); in EmitDbgInstrRef()878 assert(DbgOperand.getKind() == SDDbgOperand::CONST); in EmitDbgInstrRef()879 MOs.push_back(GetMOForConstDbgOp(DbgOperand)); in EmitDbgInstrRef()
2042 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions() local2043 auto DbgOperandInstruction = dyn_cast<Instruction>(DbgOperand); in cloneInstructions()2050 std::pair<Value *, Value *>(DbgOperand, I->second)); in cloneInstructions()