Home
last modified time | relevance | path

Searched refs:isFrameRegister (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h48 virtual bool isFrameRegister(const TargetRegisterInfo &TRI, unsigned MachineReg) = 0;
132 bool isFrameRegister(const TargetRegisterInfo &TRI,
147 bool isFrameRegister(const TargetRegisterInfo &TRI,
DDwarfExpression.cpp70 if (isFrameRegister(TRI, MachineReg)) { in AddMachineRegIndirect()
DDwarfUnit.cpp61 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister() function in DIEDwarfExpression
DDwarfDebug.cpp141 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister() function in DebugLocDwarfExpression
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h143 virtual bool isFrameRegister(const TargetRegisterInfo &TRI, unsigned MachineReg) = 0;
257 bool isFrameRegister(const TargetRegisterInfo &TRI,
274 bool isFrameRegister(const TargetRegisterInfo &TRI,
DDwarfExpression.cpp89 if (isFrameRegister(TRI, MachineReg)) { in addMachineReg()
257 bool FBReg = isFrameRegister(TRI, MachineReg); in addMachineRegExpression()
DDwarfUnit.cpp67 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister() function in DIEDwarfExpression
DDwarfDebug.cpp184 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister() function in DebugLocDwarfExpression