Searched refs:getFP16Imm (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h650 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
653 inline int getFP16Imm(const APInt &Imm) { function in namespace:llvm::ARM_AM
672 inline int getFP16Imm(const APFloat &FPImm) { function in namespace:llvm::ARM_AM
673 return getFP16Imm(FPImm.bitcastToAPInt());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h364 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
367 static inline int getFP16Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
386 static inline int getFP16Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
387 return getFP16Imm(FPImm.bitcastToAPInt());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6440 IsLegal = AArch64_AM::getFP16Imm(ImmInt) != -1 || Imm.isPosZero();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17939 return ARM_AM::getFP16Imm(Imm) != -1;

Completed in 220 milliseconds