Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance
48 bool IsLP64; variable
110 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()122 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { in getADDriOpcode()134 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()138 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()142 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()153 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()2953 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
35976 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()36093 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local