Home
last modified time | relevance | path

Searched refs:hasCRC (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h165 if (P.hasCRC()) in setASESetFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp204 if (!hasMips32r6() && hasCRC() && !CRCWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h328 bool hasCRC() const { return HasCRC; } in hasCRC() function
H A DMipsScheduleGeneric.td704 // MIPSR6 CRC ASE - hasCRC
710 // MIPS64R6 CRC ASE - hasCRC
H A DMipsInstrInfo.td253 def HasCRC : Predicate<"Subtarget->hasCRC()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td104 def HasCRC : Predicate<"Subtarget->hasCRC()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3798 if (!Subtarget->hasCRC()) in fastLowerIntrinsicCall()
H A DAArch64InstrInfo.td122 def HasCRC : Predicate<"Subtarget->hasCRC()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp716 bool hasCRC() const { in hasCRC() function in __anona2e40b320211::MipsAsmParser