Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp182 if (isPreISelGenericFloatingPointOpcode(MI.getOpcode())) in hasFPConstraints()
310 else if (isPreISelGenericFloatingPointOpcode(Opc)) in getInstrMapping()
322 if (OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc)) in getInstrMapping()
521 else if (isPreISelGenericFloatingPointOpcode(Opc)) in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp445 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
465 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
526 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
772 else if (isPreISelGenericFloatingPointOpcode(Opc) || in getInstrMapping()
1060 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp263 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp116 return isPreISelGenericFloatingPointOpcode(Opc); in isFloatingPointOpcodeUse()
128 return isPreISelGenericFloatingPointOpcode(Opc); in isFloatingPointOpcodeDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp104 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h560 bool isPreISelGenericFloatingPointOpcode(unsigned Opc);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1690 bool llvm::isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function in llvm