Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance
41 bool IsLP64; variable
95 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()107 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { in getADDriOpcode()119 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()123 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()127 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()138 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()2249 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
31082 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local