Searched refs:isFpOrNEON (Results 1 – 7 of 7) sorted by relevance
67 bool isFpOrNEON(const MCInst &MI, const MCInstrInfo *MCII);
320 bool AArch64_MC::isFpOrNEON(const MCInst &MI, const MCInstrInfo *MCII) { in isFpOrNEON() function in AArch64_MC
143 assert(AArch64InstrInfo::isFpOrNEON(reg1) && in haveSameParity()145 assert(AArch64InstrInfo::isFpOrNEON(reg2) && in haveSameParity()
77 "AArch64_MC::isFpOrNEON",78 "AArch64InstrInfo::isFpOrNEON"
255 static bool isFpOrNEON(Register Reg);258 static bool isFpOrNEON(const MachineInstr &MI);
1013 } else if (AArch64InstrInfo::isFpOrNEON(Reg)) { in emitZeroCallUsedRegs()3003 (!LastReg || !AArch64InstrInfo::isFpOrNEON(LastReg)) && in computeCalleeSaveRegisterPairs()3004 AArch64InstrInfo::isFpOrNEON(RPI.Reg1)) in computeCalleeSaveRegisterPairs()3603 AArch64InstrInfo::isFpOrNEON(MI)) in determineStackHazardSlot()3919 (!LastReg || !AArch64InstrInfo::isFpOrNEON(LastReg)) && in assignCalleeSavedSpillSlots()3920 AArch64InstrInfo::isFpOrNEON(Reg)) { in assignCalleeSavedSpillSlots()4764 AArch64InstrInfo::isFpOrNEON(MI)) in orderFrameObjects()5132 } else if (AArch64InstrInfo::isFpOrNEON(MI)) { in emitRemarks()
4191 bool AArch64InstrInfo::isFpOrNEON(Register Reg) { in isFpOrNEON() function in AArch64InstrInfo4202 bool AArch64InstrInfo::isFpOrNEON(const MachineInstr &MI) { in isFpOrNEON() function in AArch64InstrInfo4208 return isFpOrNEON(Reg); in isFpOrNEON()