Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp407 static bool isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function
454 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
474 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
504 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
690 if (Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc) || in getInstrMapping()
934 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp196 static bool isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function
247 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()