Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp840 SDDbgOperand DbgOperand = SD->getLocationOps()[OpIdx]; in EmitDbgInstrRef() local
846 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2042 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions() local
2043 auto DbgOperandInstruction = dyn_cast<Instruction>(DbgOperand); in cloneInstructions()
2050 std::pair<Value *, Value *>(DbgOperand, I->second)); in cloneInstructions()