Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp282 DbgMI->getDebugExpressionOp().setMetadata(SalvagedExpr); in salvageDebugInfoForDbgValue()
H A DMachineInstr.cpp867 const MachineOperand &MachineInstr::getDebugExpressionOp() const { in getDebugExpressionOp() function in MachineInstr
873 MachineOperand &MachineInstr::getDebugExpressionOp() { in getDebugExpressionOp() function in MachineInstr
880 return cast<DIExpression>(getDebugExpressionOp().getMetadata()); in getDebugExpression()
2276 Orig.getDebugExpressionOp().setMetadata(Expr); in updateDbgValueForSpill()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp88 MI.getDebugExpressionOp().setMetadata(DIExpr); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h470 const MachineOperand &getDebugExpressionOp() const;
471 MachineOperand &getDebugExpressionOp();
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp313 MI->getDebugExpressionOp().setMetadata( in eliminateFrameIndex()