Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterBankInfo.cpp383 static bool isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function
411 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
431 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
553 if (Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc) || in getInstrMapping()
604 if (isPreISelGenericFloatingPointOpcode(UseOpc) || in getInstrMapping()
625 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()