Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance
43 bool IsLP64; variable
109 static unsigned getSUBriOpcode(bool IsLP64) { in getSUBriOpcode()113 static unsigned getADDriOpcode(bool IsLP64) { in getADDriOpcode()117 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()121 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()125 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()129 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()3166 static unsigned GetScratchRegister(bool Is64Bit, bool IsLP64, in GetScratchRegister()
35231 static unsigned getSUBriOpcode(bool IsLP64) { in getSUBriOpcode()35343 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local