Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp88 MI.getDebugExpressionOp().setMetadata(DIExpr); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp812 const MachineOperand &MachineInstr::getDebugExpressionOp() const { in getDebugExpressionOp() function in MachineInstr
818 MachineOperand &MachineInstr::getDebugExpressionOp() { in getDebugExpressionOp() function in MachineInstr
825 return cast<DIExpression>(getDebugExpressionOp().getMetadata()); in getDebugExpression()
2222 Orig.getDebugExpressionOp().setMetadata(Expr); in updateDbgValueForSpill()
H A DPrologEpilogInserter.cpp1407 MI.getDebugExpressionOp().setMetadata(DIExpr); in replaceFrameIndices()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h445 const MachineOperand &getDebugExpressionOp() const;
446 MachineOperand &getDebugExpressionOp();
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp314 MI->getDebugExpressionOp().setMetadata( in eliminateFrameIndex()