Searched refs:getLocationOps (Results 1 – 4 of 4) sorted by relevance
185 ArrayRef<SDDbgOperand> getLocationOps() const { in getLocationOps() function196 for (const SDDbgOperand &DbgOp : getLocationOps()) in getSDNodes()
714 assert(!SD->getLocationOps().empty() && in EmitDbgValue()808 if (any_of(SD->getLocationOps(), IsInvalidOp) || in EmitDbgInstrRef()809 all_of(SD->getLocationOps(), IsNonInstrRefOp)) { in EmitDbgInstrRef()842 unsigned OpCount = SD->getLocationOps().size(); in EmitDbgInstrRef()844 SDDbgOperand DbgOperand = SD->getLocationOps()[OpIdx]; in EmitDbgInstrRef()941 AddDbgValueLocationOps(MIB, DbgValDesc, SD->getLocationOps(), VRBaseMap); in EmitDbgValueList()953 assert(SD->getLocationOps().size() == 1 && in EmitDbgValueFromSingleOp()958 SmallVector<SDDbgOperand, 1> LocationOps(1, SD->getLocationOps()[0]); in EmitDbgValueFromSingleOp()
747 for (const SDDbgOperand &L : DV->getLocationOps()) { in ProcessSDDbgValues()
951 for (const SDDbgOperand &Op : getLocationOps()) { in print()