Home
last modified time | relevance | path

Searched refs:getLocationOps (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h185 ArrayRef<SDDbgOperand> getLocationOps() const { in getLocationOps() function
196 for (const SDDbgOperand &DbgOp : getLocationOps()) in getSDNodes()
H A DInstrEmitter.cpp714 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()
H A DScheduleDAGSDNodes.cpp747 for (const SDDbgOperand &L : DV->getLocationOps()) { in ProcessSDDbgValues()
H A DSelectionDAGDumper.cpp951 for (const SDDbgOperand &Op : getLocationOps()) { in print()