Home
last modified time | relevance | path

Searched refs:getDebugExpressionOp (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp88 MI.getDebugExpressionOp().setMetadata(DIExpr); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp288 DbgMI->getDebugExpressionOp().setMetadata(SalvagedExpr); in salvageDebugInfoForDbgValue()
H A DMachineInstr.cpp883 const MachineOperand &MachineInstr::getDebugExpressionOp() const { in getDebugExpressionOp() function in MachineInstr
889 MachineOperand &MachineInstr::getDebugExpressionOp() { in getDebugExpressionOp() function in MachineInstr
896 return cast<DIExpression>(getDebugExpressionOp().getMetadata()); in getDebugExpression()
2312 Orig.getDebugExpressionOp().setMetadata(Expr); in updateDbgValueForSpill()
H A DPrologEpilogInserter.cpp1447 MI.getDebugExpressionOp().setMetadata(DIExpr); in replaceFrameIndexDebugInstr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h497 const MachineOperand &getDebugExpressionOp() const;
498 MachineOperand &getDebugExpressionOp();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp313 MI->getDebugExpressionOp().setMetadata( in eliminateFrameIndex()