Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp405 static bool isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function
452 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
472 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
502 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
688 if (Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc) || in getInstrMapping()
932 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()