Home
last modified time | relevance | path

Searched defs:FPImm (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h686 inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
698 inline int getFP32FP16Imm(const APFloat &FPImm) { in getFP32FP16Imm()
726 inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
754 inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h698 static inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
726 static inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
754 static inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h672 inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
700 inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
728 inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h389 static inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
417 static inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
445 static inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h386 static inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
414 static inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
442 static inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
H A DAArch64InstPrinter.cpp1153 float FPImm = in printFPImmOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h387 static inline int getFP16Imm(const APFloat &FPImm) { in getFP16Imm()
415 static inline int getFP32Imm(const APFloat &FPImm) { in getFP32Imm()
443 static inline int getFP64Imm(const APFloat &FPImm) { in getFP64Imm()
H A DAArch64InstPrinter.cpp1480 float FPImm = MO.isDFPImm() ? bit_cast<double>(MO.getDFPImm()) in printFPImmOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOperand.cpp163 void MachineOperand::ChangeToFPImmediate(const ConstantFP *FPImm) { in ChangeToFPImmediate()
H A DLiveDebugValues.cpp187 const ConstantFP *FPImm; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineOperand.cpp167 void MachineOperand::ChangeToFPImmediate(const ConstantFP *FPImm, in ChangeToFPImmediate()
/aosp_15_r20/external/capstone/arch/AArch64/
H A DAArch64InstPrinter.c1279 …double FPImm = MCOperand_isFPImm(MO) ? MCOperand_getFPImm(MO) : AArch64_AM_getFPImmFloat((int)MCOp… in printFPImmOperand() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1216 float FPImm = in printFPImmOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1024 const ConstantFP *FPImm = I.getOperand(1).getFPImm(); in renderFImm32() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1232 const ConstantFP *FPImm = MI.getOperand(1).getFPImm(); in isNullOrNullSplat() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp567 APFloat FPImm = MO.getFPImm()->getValueAPF(); in addConstantFPValue() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp143 void MachineOperand::ChangeToFPImmediate(const ConstantFP *FPImm) { in ChangeToFPImmediate()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp513 APFloat FPImm = MO.getFPImm()->getValueAPF(); in addConstantFPValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2049 const ConstantFP *FPImm) { in fastEmitInst_f()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2171 const ConstantFP *FPImm) { in fastEmitInst_f()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1937 const ConstantFP *FPImm) { in fastEmitInst_f()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2620 auto *FPImm = I.getOperand(1).getFPImm(); in select() local
4653 const ConstantFP *FPImm = getConstantFPVRegVal(RHS, MRI); in emitFPCompare() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp358 const ConstantFP *FPImm; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp876 const ConstantFP *FPImm = getConstantFPVRegVal(I.getOperand(3).getReg(), MRI); in selectFCMPOpc() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp258 struct FPImmOp FPImm; member

12