Home
last modified time | relevance | path

Searched refs:HasMTE (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td90 let F = [HasMTE];
H A DAArch64SchedFalkor.td29 [HasMTE, HasCSSC]);
H A DAArch64SchedKryo.td33 [HasMTE, HasCSSC]);
H A DAArch64SchedThunderX.td31 [HasMTE, HasCSSC]);
H A DAArch64SchedA53.td32 [HasMTE, HasCSSC]);
H A DAArch64SchedA55.td32 list<Predicate> UnsupportedFeatures = [HasSVE, HasMTE];
H A DAArch64SchedCyclone.td24 [HasMTE, HasCSSC]);
H A DAArch64SchedExynosM3.td30 [HasMTE, HasCSSC]);
H A DAArch64SchedTSV110.td30 [HasMTE, HasCSSC]);
H A DAArch64SchedA57.td37 [HasMTE, HasCSSC]);
H A DAArch64SchedAmpere1.td30 [HasMTE]);
H A DAArch64SchedNeoverseN1.td28 [HasMTE, HasCSSC]);
H A DAArch64SchedExynosM4.td30 [HasMTE, HasCSSC]);
H A DAArch64SchedExynosM5.td30 [HasMTE, HasCSSC]);
H A DAArch64SchedThunderX2T99.td31 [HasMTE, HasCSSC]);
H A DAArch64SchedThunderX3T110.td30 [HasMTE, HasCSSC]);
H A DAArch64SchedNeoverseV1.td31 [HasMTE, HasCPA,
H A DAArch64SchedA64FX.td24 [HasMTE, HasMatMulInt8, HasBF16,
H A DAArch64InstrInfo.td262 def HasMTE : Predicate<"Subtarget->hasMTE()">,
2613 let Predicates = [HasMTE] in {
2715 } // Predicates = [HasMTE]
9864 let Predicates = [HasMOPS, HasMTE] in {
9899 let Predicates = [HasMOPS, HasMTE], Defs = [NZCV], Size = 12, mayLoad = 0, mayStore = 1 in {
H A DAArch64SystemOperands.td1651 } // HasMTE
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h44 bool HasMTE = false; variable
H A DAArch64.cpp546 if (HasMTE) in getTargetDefines()
771 .Cases("memtag", "memtag2", HasMTE) in hasFeature()
1057 HasMTE = true; in handleTargetFeatures()