Home
last modified time | relevance | path

Searched refs:HasA (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Basic/Targets/
DRISCV.h29 bool HasA; variable
39 : TargetInfo(Triple), HasM(false), HasA(false), HasF(false), HasD(false), in RISCVTargetInfo()
117 if (HasA) in setMaxAtomicWidth()
146 if (HasA) in setMaxAtomicWidth()
DRISCV.cpp118 if (HasA) { in getTargetDefines()
154 .Case("a", HasA) in hasFeature()
171 HasA = true; in handleTargetFeatures()
/external/llvm-project/llvm/test/TableGen/
DFastISelEmitter.td25 def HasA : Predicate<"Subtarget->hasA()">;
27 let Predicates = [HasA] in {
DGlobalISelEmitter.td61 def HasA : Predicate<"Subtarget->hasA()">;
527 Requires<[HasA]>;
824 Requires<[HasA]>;
1107 Requires<[HasA, HasB, HasC]>;