Home
last modified time | relevance | path

Searched refs:haveFeatures (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp938 if (!IC || !IC->haveFeatures(STI.getFeatureBits())) in printSysAlias()
950 if (!DC || !DC->haveFeatures(STI.getFeatureBits())) in printSysAlias()
961 if (!AT || !AT->haveFeatures(STI.getFeatureBits())) in printSysAlias()
973 if (!TLBI || !TLBI->haveFeatures(STI.getFeatureBits())) in printSysAlias()
1032 if (!TLBI || !TLBI->haveFeatures(STI.getFeatureBits())) in printSyspAlias()
1445 if (PRFM && PRFM->haveFeatures(STI.getFeatureBits())) { in printPrefetchOp()
1841 Reg->haveFeatures(STI.getFeatureBits())); in isValidSysReg()
1921 if (PStateImm15 && PStateImm15->haveFeatures(STI.getFeatureBits())) in printSystemPStateField()
1923 else if (PStateImm1 && PStateImm1->haveFeatures(STI.getFeatureBits())) in printSystemPStateField()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h380 bool haveFeatures(FeatureBitset ActiveFeatures) const { in haveFeatures() function
695 bool haveFeatures(FeatureBitset ActiveFeatures) const { in haveFeatures() function
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3475 if (SVCR->haveFeatures(getSTI().getFeatureBits())) in tryParseSVCR()
3770 else if (!IC->haveFeatures(getSTI().getFeatureBits())) { in parseSysAlias()
3780 else if (!DC->haveFeatures(getSTI().getFeatureBits())) { in parseSysAlias()
3790 else if (!AT->haveFeatures(getSTI().getFeatureBits())) { in parseSysAlias()
3800 else if (!TLBI->haveFeatures(getSTI().getFeatureBits())) { in parseSysAlias()
3885 if (!TLBI.haveFeatures(getSTI().getFeatureBits())) { in parseSyspAlias()
4054 if (SysReg && SysReg->haveFeatures(getSTI().getFeatureBits())) { in tryParseSysReg()
4062 if (PState15 && PState15->haveFeatures(getSTI().getFeatureBits())) in tryParseSysReg()
4066 if (PState1 && PState1->haveFeatures(getSTI().getFeatureBits())) in tryParseSysReg()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1844 PState->haveFeatures(Decoder->getSubtargetInfo().getFeatureBits())) in DecodeSystemPStateImm0_15Instruction()
1866 PState->haveFeatures(Decoder->getSubtargetInfo().getFeatureBits())) in DecodeSystemPStateImm0_1Instruction()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3612 TheReg->haveFeatures(Subtarget->getFeatureBits())) in tryReadRegister()
3702 TheReg->haveFeatures(Subtarget->getFeatureBits())) in tryWriteRegister()