Searched refs:HasLOB (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 367 bool HasLOB = false; variable 660 bool hasLOB() const { return HasLOB; } in hasLOB()
|
| H A D | ARMPredicates.td | 108 def HasLOB : Predicate<"Subtarget->hasLOB()">,
|
| H A D | ARM.td | 436 def FeatureLOB : SubtargetFeature<"lob", "HasLOB", "true",
|
| H A D | ARMInstrThumb2.td | 5345 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB]; 5351 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB]; 5426 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB]; 5477 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB] in {
|