Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp120 float f = float(MO.getFPImm()); in encodeInstruction()
124 double d = MO.getFPImm(); in encodeInstruction()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp181 O << ::toString(APFloat(float(Op.getFPImm()))); in printOperand()
184 O << ::toString(APFloat(Op.getFPImm())); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCInst.cpp30 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/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/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/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h78 double getFPImm() const { in getFPImm() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
DPTXInstPrinter.cpp118 double Imm = Op.getFPImm(); in printOperand()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp94 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp274 return getFPImm() == Other.getFPImm(); in isIdenticalTo()
337 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getFPImm()); in hash_value()
790 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
/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-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp563 if (Op.getFPImm() == 0.0) in printOperand()
570 printImmediate32(FloatToBits(Op.getFPImm()), STI, O); in printOperand()
572 printImmediate64(DoubleToBits(Op.getFPImm()), STI, O); in printOperand()
1354 if (Op.getFPImm() == 0.0) in printOperand()
1357 O << Op.getFPImm(); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInst.h86 double getFPImm() const { in getFPImm() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp131 APFloat Val = MO.getFPImm()->getValueAPF(); in HexagonLowerToMC()
/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-7.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp111 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp206 return MI->getOperand(1).getFPImm(); in getConstantFPVRegVal()

123