Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp402 static bool isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function
445 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
465 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
495 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
677 if (Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc) || in getInstrMapping()
912 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()