Searched refs:SubtargetMap (Results 1 – 10 of 10) sorted by relevance
29 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap; variable
139 auto &I = SubtargetMap[CPU + FS + (SoftFloat ? "use-soft-float=true" in getSubtargetImpl()
27 mutable StringMap<std::unique_ptr<AArch64Subtarget>> SubtargetMap; variable
153 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
32 mutable StringMap<std::unique_ptr<PPCSubtarget>> SubtargetMap; variable
204 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
39 mutable StringMap<std::unique_ptr<MipsSubtarget>> SubtargetMap; variable
155 auto &I = SubtargetMap[CPU + FS + (softFloat ? "use-soft-float=true" in getSubtargetImpl()
36 mutable StringMap<std::unique_ptr<ARMSubtarget>> SubtargetMap; variable
215 auto &I = SubtargetMap[CPU + FS + (SoftFloat ? "use-soft-float=true" in getSubtargetImpl()