Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp289 DbgMI->getDebugExpressionOp().setMetadata(SalvagedExpr); in salvageDebugInfoForDbgValue()
H A DMachineInstr.cpp924 const MachineOperand &MachineInstr::getDebugExpressionOp() const { in getDebugExpressionOp() function in MachineInstr
930 MachineOperand &MachineInstr::getDebugExpressionOp() { in getDebugExpressionOp() function in MachineInstr
937 return cast<DIExpression>(getDebugExpressionOp().getMetadata()); in getDebugExpression()
2382 Orig.getDebugExpressionOp().setMetadata(Expr); in updateDbgValueForSpill()
H A DPrologEpilogInserter.cpp1434 MI.getDebugExpressionOp().setMetadata(DIExpr); in replaceFrameIndexDebugInstr()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp88 MI.getDebugExpressionOp().setMetadata(DIExpr); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h523 const MachineOperand &getDebugExpressionOp() const;
524 MachineOperand &getDebugExpressionOp();
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp313 MI->getDebugExpressionOp().setMetadata( in eliminateFrameIndex()