Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h144 bool hasCDE() const;
H A DARM.cpp165 bool ARMTargetInfo::hasCDE() const { return getARMCDECoprocMask() != 0; } in hasCDE() function in ARMTargetInfo
965 if (hasCDE()) { in getTargetDefines()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp578 bool hasCDE() const { in hasCDE() function in __anon6be9c9a00111::ARMAsmParser
6713 (hasCDE() && MS.isCDEInstr(Mnemonic) && in getMnemonicAcceptInfo()
7255 if (hasCDE() && MS.isCDEInstr(Mnemonic)) { in ParseInstruction()