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()
687 assert(!SD->getLocationOps().empty() && in EmitDbgValue()781 if (any_of(SD->getLocationOps(), IsInvalidOp) || in EmitDbgInstrRef()782 all_of(SD->getLocationOps(), IsNonInstrRefOp)) { in EmitDbgInstrRef()815 unsigned OpCount = SD->getLocationOps().size(); in EmitDbgInstrRef()817 SDDbgOperand DbgOperand = SD->getLocationOps()[OpIdx]; in EmitDbgInstrRef()914 AddDbgValueLocationOps(MIB, DbgValDesc, SD->getLocationOps(), VRBaseMap); in EmitDbgValueList()926 assert(SD->getLocationOps().size() == 1 && in EmitDbgValueFromSingleOp()931 SmallVector<SDDbgOperand, 1> LocationOps(1, SD->getLocationOps()[0]); in EmitDbgValueFromSingleOp()
746 for (const SDDbgOperand &L : DV->getLocationOps()) { in ProcessSDDbgValues()
893 for (const SDDbgOperand &Op : getLocationOps()) { in print()