Searched refs:Falkor (Results 1 – 12 of 12) sorted by relevance
1 //==- AArch64SchedFalkor.td - Falkor Scheduling Definitions -*- tablegen -*-==//10 // This file defines the machine model for Qualcomm Falkor to support34 // Define each kind of processor resource and number available on Falkor.65 // Falkor.69 // These WriteRes entries are not used in the Falkor sched model.104 // These ReadAdvance entries are not used in the Falkor sched model.
92 case Falkor: in initializeProperties()
52 Falkor, enumerator
124 if (ST->getProcFamily() != AArch64Subtarget::Falkor) in runOnFunction()817 if (ST.getProcFamily() != AArch64Subtarget::Falkor) in runOnMachineFunction()
413 def ProcFalkor : SubtargetFeature<"falkor", "ARMProcFamily", "Falkor",414 "Qualcomm Falkor processors", [
1 //==- AArch64SchedFalkorDetails.td - Falkor Scheduling Defs -*- tablegen -*-==//11 // Qualcomm Falkor subtarget.15 // Contains all of the Falkor specific SchedWriteRes types. The approach27 // Contains all of the Falkor specific ReadAdvance types for forwarding logic.29 // Contains all of the Falkor specific WriteVariant types for immediate zero
764 if (ST->getProcFamily() == AArch64Subtarget::Falkor && in getUnrollingPreferences()
8068 if (Subtarget->getProcFamily() == AArch64Subtarget::Falkor && in getMMOFlags()
3 ; Check that strided load tag collisions are avoided on Falkor.
28 ; CHECK-NEXT: Falkor HW Prefetch Fix144 ; CHECK-NEXT: Falkor HW Prefetch Fix Late Phase
4 ; Check that strided access metadata is added to loads in inner loops when compiling for Falkor.
119 …{ "falkor", "Qualcomm Falkor processors", { AArch64::ProcFalkor }, { AArch64::FeatureCRC, AArch64:…10951 if (Bits[AArch64::ProcFalkor] && ARMProcFamily < Falkor) ARMProcFamily = Falkor;