Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp72 HasWFxT = true; in setArchFeatures()
105 HasWFxT = true; in setArchFeatures()
777 .Case("wfxt", HasWFxT) in hasFeature()
953 HasWFxT = true; in handleTargetFeatures()
H A DAArch64.h82 bool HasWFxT = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td283 def HasWFxT : Predicate<"Subtarget->hasWFxT()">,
1258 let Predicates = [HasWFxT] in {