Home
last modified time | relevance | path

Searched refs:DbgOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp817 SDDbgOperand DbgOperand = SD->getLocationOps()[OpIdx]; in EmitDbgInstrRef() local
823 if (DbgOperand.getKind() == SDDbgOperand::VREG) { in EmitDbgInstrRef()
824 VReg = DbgOperand.getVReg(); in EmitDbgInstrRef()
834 } else if (DbgOperand.getKind() == SDDbgOperand::SDNODE) { in EmitDbgInstrRef()
836 SDNode *Node = DbgOperand.getSDNode(); in EmitDbgInstrRef()
837 SDValue Op = SDValue(Node, DbgOperand.getResNo()); in EmitDbgInstrRef()
855 assert(DbgOperand.getKind() == SDDbgOperand::CONST); in EmitDbgInstrRef()
856 MOs.push_back(GetMOForConstDbgOp(DbgOperand)); in EmitDbgInstrRef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2030 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions() local
2031 auto DbgOperandInstruction = dyn_cast<Instruction>(DbgOperand); in cloneInstructions()
2038 std::pair<Value *, Value *>(DbgOperand, I->second)); in cloneInstructions()