Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp87 MI.getDebugExpressionOp().setMetadata(DIExpr); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp859 const MachineOperand &MachineInstr::getDebugExpressionOp() const { in getDebugExpressionOp() function in MachineInstr
865 MachineOperand &MachineInstr::getDebugExpressionOp() { in getDebugExpressionOp() function in MachineInstr
872 return cast<DIExpression>(getDebugExpressionOp().getMetadata()); in getDebugExpression()
2278 Orig.getDebugExpressionOp().setMetadata(Expr); in updateDbgValueForSpill()
H A DPrologEpilogInserter.cpp1270 MI.getDebugExpressionOp().setMetadata(DIExpr); in replaceFrameIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h443 const MachineOperand &getDebugExpressionOp() const;
444 MachineOperand &getDebugExpressionOp();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp311 MI->getDebugExpressionOp().setMetadata( in eliminateFrameIndex()