Searched refs:HasSPE (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 79 HasSPE = false; in initializeEnvironment() 173 if (HasSPE && IsPPC64) in initSubtargetFeatures() 175 if (HasSPE && (HasAltivec || HasVSX || HasFPU)) in initSubtargetFeatures() 180 if (!HasSPE) in initSubtargetFeatures()
|
H A D | PPCSubtarget.h | 102 bool HasSPE; variable 264 bool hasSPE() const { return HasSPE; } in hasSPE()
|
H A D | PPCFastISel.cpp | 455 bool HasSPE = Subtarget->hasSPE(); in PPCEmitLoad() local 467 (VT == MVT::f64 ? (HasSPE ? &PPC::SPERCRegClass : &PPC::F8RCRegClass) : in PPCEmitLoad() 468 (VT == MVT::f32 ? (HasSPE ? &PPC::GPRCRegClass : &PPC::F4RCRegClass) : in PPCEmitLoad() 836 const bool HasSPE = Subtarget->hasSPE(); in PPCEmitCmp() local 870 if (HasSPE) { in PPCEmitCmp() 892 if (HasSPE) { in PPCEmitCmp() 2007 const bool HasSPE = Subtarget->hasSPE(); in PPCMaterializeFP() local 2009 if (HasSPE) in PPCMaterializeFP() 2023 if (HasSPE) in PPCMaterializeFP()
|
H A D | PPCScheduleP9.td | 46 let UnsupportedFeatures = [HasSPE, PrefixInstrs, PairedVectorMemops, MMA,
|
H A D | PPCInstrSPE.td | 138 let DecoderNamespace = "SPE", Predicates = [HasSPE] in { 820 } // HasSPE 822 let Predicates = [HasSPE] in {
|
H A D | PPC.td | 76 def FeatureSPE : SubtargetFeature<"spe","HasSPE", "true",
|
H A D | PPCInstrInfo.td | 1164 def HasSPE : Predicate<"Subtarget->hasSPE()">; 4133 let Predicates = [HasSPE] in {
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 62 HasSPE = true; in handleTargetFeatures() 184 if (HasSPE) { in getTargetDefines() 426 .Case("spe", HasSPE) in hasFeature()
|
H A D | PPC.h | 72 bool HasSPE = false; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 107 bool HasSPE = false; variable 446 bool hasSPE() const { return HasSPE; } in hasSPE()
|
H A D | AArch64.td | 93 def FeatureSPE : SubtargetFeature<"spe", "HasSPE", "true",
|
H A D | AArch64InstrInfo.td | 108 def HasSPE : Predicate<"Subtarget->hasSPE()">, 789 def : InstAlias<"psb $op", (HINT psbhint_op:$op)>, Requires<[HasSPE]>;
|