Searched defs:GTM (Results 1 – 3 of 3) sorted by relevance
282 auto *GTM = static_cast<GlobalTypeMember *>(Alloc.Allocate( in create() local1338 for (const auto GTM : Functions) { in selectJumpTableArmEncoding() local1968 auto *GTM = GlobalTypeMember::create(Alloc, &GO, IsJumpTableCanonical, in lower() local2032 GlobalTypeMember *GTM = GlobalTypeMembers[Base]; in lower() local
282 auto *GTM = static_cast<GlobalTypeMember *>(Alloc.Allocate( in create() local1365 for (const auto GTM : Functions) { in selectJumpTableArmEncoding() local2027 auto *GTM = GlobalTypeMember::create(Alloc, &GO, IsJumpTableCanonical, in lower() local2091 GlobalTypeMember *GTM = GlobalTypeMembers[Base]; in lower() local
910 typedef GraphTraits<MachineFunction *> GTM; in orderBlocks() typedef