Searched refs:Falkor (Results 1 – 20 of 20) sorted by relevance
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SchedFalkor.td | 1 //==- AArch64SchedFalkor.td - Falkor Scheduling Definitions -*- tablegen -*-==// 9 // This file defines the machine model for Qualcomm Falkor to support 33 // Define each kind of processor resource and number available on Falkor. 64 // Falkor. 68 // These WriteRes entries are not used in the Falkor sched model. 103 // These ReadAdvance entries are not used in the Falkor sched model.
|
D | AArch64Subtarget.cpp | 131 case Falkor: in initializeProperties()
|
D | AArch64FalkorHWPFFix.cpp | 124 if (ST->getProcFamily() != AArch64Subtarget::Falkor) in runOnFunction() 817 if (ST.getProcFamily() != AArch64Subtarget::Falkor) in runOnMachineFunction()
|
D | AArch64Subtarget.h | 63 Falkor, enumerator
|
D | AArch64SchedFalkorDetails.td | 1 //==- AArch64SchedFalkorDetails.td - Falkor Scheduling Defs -*- tablegen -*-==// 10 // Qualcomm Falkor subtarget. 14 // Contains all of the Falkor specific SchedWriteRes types. The approach 26 // Contains all of the Falkor specific ReadAdvance types for forwarding logic. 28 // Contains all of the Falkor specific WriteVariant types for immediate zero
|
D | AArch64.td | 863 def ProcFalkor : SubtargetFeature<"falkor", "ARMProcFamily", "Falkor", 864 "Qualcomm Falkor processors", [
|
D | AArch64TargetTransformInfo.cpp | 936 if (ST->getProcFamily() == AArch64Subtarget::Falkor && in getUnrollingPreferences()
|
D | AArch64ISelLowering.cpp | 10867 if (Subtarget->getProcFamily() == AArch64Subtarget::Falkor && in getTargetMMOFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedFalkor.td | 1 //==- AArch64SchedFalkor.td - Falkor Scheduling Definitions -*- tablegen -*-==// 9 // This file defines the machine model for Qualcomm Falkor to support 33 // Define each kind of processor resource and number available on Falkor. 64 // Falkor. 68 // These WriteRes entries are not used in the Falkor sched model. 103 // These ReadAdvance entries are not used in the Falkor sched model.
|
D | AArch64Subtarget.cpp | 107 case Falkor: in initializeProperties()
|
D | AArch64Subtarget.h | 56 Falkor, enumerator
|
D | AArch64FalkorHWPFFix.cpp | 124 if (ST->getProcFamily() != AArch64Subtarget::Falkor) in runOnFunction() 817 if (ST.getProcFamily() != AArch64Subtarget::Falkor) in runOnMachineFunction()
|
D | AArch64SchedFalkorDetails.td | 1 //==- AArch64SchedFalkorDetails.td - Falkor Scheduling Defs -*- tablegen -*-==// 10 // Qualcomm Falkor subtarget. 14 // Contains all of the Falkor specific SchedWriteRes types. The approach 26 // Contains all of the Falkor specific ReadAdvance types for forwarding logic. 28 // Contains all of the Falkor specific WriteVariant types for immediate zero
|
D | AArch64.td | 712 def ProcFalkor : SubtargetFeature<"falkor", "ARMProcFamily", "Falkor", 713 "Qualcomm Falkor processors", [
|
D | AArch64TargetTransformInfo.cpp | 790 if (ST->getProcFamily() == AArch64Subtarget::Falkor && in getUnrollingPreferences()
|
D | AArch64ISelLowering.cpp | 9094 if (Subtarget->getProcFamily() == AArch64Subtarget::Falkor && in getMMOFlags()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | falkor-hwpf-fix.ll | 3 ; Check that strided load tag collisions are avoided on Falkor.
|
D | falkor-hwpf.ll | 4 ; Check that strided access metadata is added to loads in inner loops when compiling for Falkor.
|
D | O3-pipeline.ll | 33 ; CHECK-NEXT: Falkor HW Prefetch Fix 186 ; CHECK-NEXT: Falkor HW Prefetch Fix Late Phase
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 232 …{ "falkor", "Qualcomm Falkor processors", AArch64::ProcFalkor, { { { 0x581200101800800ULL, 0x10002… 19333 if (Bits[AArch64::ProcFalkor] && ARMProcFamily < Falkor) ARMProcFamily = Falkor;
|