Home
last modified time | relevance | path

Searched refs:getFPImm (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp114 APFloat Val = MI.getOperand(1).getFPImm()->getValueAPF(); in runOnMachineFunction()
134 APFloat Val = MI.getOperand(1).getFPImm()->getValueAPF(); in runOnMachineFunction()
DHexagonMCInstLower.cpp120 APFloat Val = MO.getFPImm()->getValueAPF(); in HexagonLowerToMC()
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp177 O << toString(APFloat(float(Op.getFPImm()))); in printOperand()
180 O << toString(APFloat(Op.getFPImm())); in printOperand()
/external/llvm/lib/MC/
DMCInst.cpp27 OS << "FPImm:" << getFPImm(); in print()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp74 support::endian::Writer<support::little>(OS).write<double>(MO.getFPImm()); in encodeInstruction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp88 const ConstantFP *Imm = MO.getFPImm(); in Lower()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp104 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h78 double getFPImm() const { in getFPImm() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp155 APFloat FVal = MO.getFPImm()->getValueAPF(); in Lower()
DMBlazeAsmPrinter.cpp225 const ConstantFP *fp = MO.getFPImm(); in printOperand()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp232 return getFPImm() == Other.getFPImm(); in isIdenticalTo()
274 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getFPImm()); in hash_value()
376 if (getFPImm()->getType()->isFloatTy()) { in print()
377 OS << getFPImm()->getValueAPF().convertToFloat(); in print()
378 } else if (getFPImm()->getType()->isHalfTy()) { in print()
379 APFloat APF = getFPImm()->getValueAPF(); in print()
384 OS << getFPImm()->getValueAPF().convertToDouble(); in print()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp94 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
DPTXInstPrinter.cpp118 double Imm = Op.getFPImm(); in printOperand()
/external/llvm/include/llvm/MC/
DMCInst.h83 double getFPImm() const { in getFPImm() function
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp405 if (Op.getFPImm() == 0.0) in printOperand()
412 printImmediate32(FloatToBits(Op.getFPImm()), O); in printOperand()
414 printImmediate64(DoubleToBits(Op.getFPImm()), O); in printOperand()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp203 return getFPImm() == Other.getFPImm(); in isIdenticalTo()
279 if (getFPImm()->getType()->isFloatTy()) in print()
280 OS << getFPImm()->getValueAPF().convertToFloat(); in print()
282 OS << getFPImm()->getValueAPF().convertToDouble(); in print()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h370 const ConstantFP *getFPImm() const { in getFPImm() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp582 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h420 const ConstantFP *getFPImm() const { in getFPImm() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp565 APFloat APF = APFloat(MI->getOperand(0).getFPImm()->getValueAPF()); in EmitDebugValueComment()
566 if (MI->getOperand(0).getFPImm()->getType()->isFloatTy()) { in EmitDebugValueComment()
568 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) { in EmitDebugValueComment()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp750 APFloat APF = APFloat(MI->getOperand(0).getFPImm()->getValueAPF()); in emitDebugValueComment()
751 if (MI->getOperand(0).getFPImm()->getType()->isFloatTy()) { in emitDebugValueComment()
753 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) { in emitDebugValueComment()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp359 unsigned getFPImm() const { in getFPImm() function in __anon15a73d730211::AArch64Operand
1504 Inst.addOperand(MCOperand::createImm(getFPImm())); in addFPImmOperands()
1778 OS << "<fpimm " << getFPImm() << "(" in print()
1779 << AArch64_AM::getFPImmFloat(getFPImm()) << ") >"; in print()
4002 if (RegOp.isReg() && ImmOp.isFPImm() && ImmOp.getFPImm() == (unsigned)-1) { in MatchAndEmitInstruction()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp279 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand()
2299 printFPConstant(MO.getFPImm(), O); in printOperand()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp481 unsigned getFPImm() const { in getFPImm() function in __anon10a3738d0311::ARMOperand
1031 Inst.addOperand(MCOperand::CreateImm(getFPImm())); in addFPImmOperands()
1672 OS << "<fpimm " << getFPImm() << "(" << ARM_AM::getFPImmFloat(getFPImm()) in print()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp770 return static_cast<unsigned>(APFloat(MO.getFPImm()) in getMachineOpValue()

12