HomeSort by relevance Sort by last modified time
    Searched refs:getFP32Imm (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 608 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
611 static inline int getFP32Imm(const APInt &Imm) {
632 static inline int getFP32Imm(const APFloat &FPImm) {
633 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 371 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
374 static inline int getFP32Imm(const APInt &Imm) {
395 static inline int getFP32Imm(const APFloat &FPImm) {
396 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 214 Imm = AArch64_AM::getFP32Imm(Val);
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 481 Imm = ARM_AM::getFP32Imm(Val);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 744 int Val = ARM_AM::getFP32Imm(APInt(32, CE->getValue()));
    [all...]

Completed in 377 milliseconds