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.cpp137 if (isPreISelGenericFloatingPointOpcode(MI.getOpcode())) in hasFPConstraints()
268 else if (isPreISelGenericFloatingPointOpcode(Opc)) in getInstrMapping()
280 if (OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc)) in getInstrMapping()
516 else if (isPreISelGenericFloatingPointOpcode(Opc)) in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp420 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
440 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping()
516 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
783 else if (isPreISelGenericFloatingPointOpcode(Opc) || in getInstrMapping()
1081 if (isPreISelGenericFloatingPointOpcode(DefOpc) || in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp244 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp87 return isPreISelGenericFloatingPointOpcode(Opc); in isFloatingPointOpcodeUse()
99 return isPreISelGenericFloatingPointOpcode(Opc); in isFloatingPointOpcodeDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp77 if (isPreISelGenericFloatingPointOpcode(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h585 LLVM_ABI bool isPreISelGenericFloatingPointOpcode(unsigned Opc);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1714 bool llvm::isPreISelGenericFloatingPointOpcode(unsigned Opc) { in isPreISelGenericFloatingPointOpcode() function in llvm