Searched refs:HasLOB (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 347 bool HasLOB = false; variable 619 bool hasLOB() const { return HasLOB; } in hasLOB()
|
D | ARMPredicates.td | 98 def HasLOB : Predicate<"Subtarget->hasLOB()">,
|
D | ARM.td | 429 def FeatureLOB : SubtargetFeature<"lob", "HasLOB", "true",
|
D | ARMInstrThumb2.td | 5224 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB]; 5230 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB]; 5305 let Predicates = [IsThumb2, HasV8_1MMainline, HasLOB];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19439 if (Bits[ARM::FeatureLOB]) HasLOB = true;
|