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
288 auto *GTM = static_cast<GlobalTypeMember *>(Alloc.Allocate( in create() local1362 for (const auto GTM : Functions) { in selectJumpTableArmEncoding() local2057 auto *GTM = GlobalTypeMember::create(Alloc, &GO, IsJumpTableCanonical, in lower() local2136 GlobalTypeMember *GTM = GlobalTypeMembers[Base]; in lower() local
910 typedef GraphTraits<MachineFunction *> GTM; in orderBlocks() typedef