Home
last modified time | relevance | path

Searched refs:Falkor (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedFalkor.td1 //==- AArch64SchedFalkor.td - Falkor Scheduling Definitions -*- tablegen -*-==//
10 // This file defines the machine model for Qualcomm Falkor to support
34 // 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.
DAArch64Subtarget.cpp92 case Falkor: in initializeProperties()
DAArch64Subtarget.h52 Falkor, enumerator
DAArch64FalkorHWPFFix.cpp124 if (ST->getProcFamily() != AArch64Subtarget::Falkor) in runOnFunction()
817 if (ST.getProcFamily() != AArch64Subtarget::Falkor) in runOnMachineFunction()
DAArch64.td413 def ProcFalkor : SubtargetFeature<"falkor", "ARMProcFamily", "Falkor",
414 "Qualcomm Falkor processors", [
DAArch64SchedFalkorDetails.td1 //==- AArch64SchedFalkorDetails.td - Falkor Scheduling Defs -*- tablegen -*-==//
11 // Qualcomm Falkor subtarget.
15 // Contains all of the Falkor specific SchedWriteRes types. The approach
27 // Contains all of the Falkor specific ReadAdvance types for forwarding logic.
29 // Contains all of the Falkor specific WriteVariant types for immediate zero
DAArch64TargetTransformInfo.cpp764 if (ST->getProcFamily() == AArch64Subtarget::Falkor && in getUnrollingPreferences()
DAArch64ISelLowering.cpp8068 if (Subtarget->getProcFamily() == AArch64Subtarget::Falkor && in getMMOFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfalkor-hwpf-fix.ll3 ; Check that strided load tag collisions are avoided on Falkor.
DO3-pipeline.ll28 ; CHECK-NEXT: Falkor HW Prefetch Fix
144 ; CHECK-NEXT: Falkor HW Prefetch Fix Late Phase
Dfalkor-hwpf.ll4 ; Check that strided access metadata is added to loads in inner loops when compiling for Falkor.
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc119 …{ "falkor", "Qualcomm Falkor processors", { AArch64::ProcFalkor }, { AArch64::FeatureCRC, AArch64:…
10951 if (Bits[AArch64::ProcFalkor] && ARMProcFamily < Falkor) ARMProcFamily = Falkor;