Home
last modified time | relevance | path

Searched refs:HasPredRes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp83 HasPredRes = true; in setArchFeatures()
118 HasPredRes = true; in setArchFeatures()
773 .Case("predres", HasPredRes) in hasFeature()
947 HasPredRes = true; in handleTargetFeatures()
H A DAArch64.h79 bool HasPredRes = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td256 def HasPredRes : Predicate<"Subtarget->hasPredRes()">,