Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp133 auto F = float(MO.getFPImm()); in encodeInstruction()
137 double D = MO.getFPImm(); in encodeInstruction()
DWebAssemblyInstPrinter.cpp233 O << ::toString(APFloat(float(Op.getFPImm()))); in printOperand()
236 O << ::toString(APFloat(Op.getFPImm())); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInst.cpp29 OS << "FPImm:" << getFPImm(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp242 return CstVal.getFPImm()->getValueAPF().bitcastToAPInt(); in getConstantVRegValWithLookThrough()
300 return MI->getOperand(1).getFPImm(); in getConstantFPVRegVal()
DCSEInfo.cpp359 ID.AddPointer(MO.getFPImm()); in addNodeIDMachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp289 return getFPImm() == Other.getFPImm(); in isIdenticalTo()
354 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getFPImm()); in hash_value()
802 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
DMIRVRegNamerUtils.cpp62 MO.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in getInstructionOpcodeHash()
DLiveDebugValues.cpp207 Loc.FPImm = MI.getOperand(0).getFPImm(); in VarLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h85 double getFPImm() const { in getFPImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp130 APFloat Val = MO.getFPImm()->getValueAPF(); in HexagonLowerToMC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp110 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
DARMInstructionSelector.cpp821 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF(); in renderVFPF32Imm()
833 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF(); in renderVFPF64Imm()
1000 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
DARMLegalizerInfo.cpp464 MI.getOperand(1).getFPImm()->getValueAPF().bitcastToAPInt(); in legalizeCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp575 if (Op.getFPImm() == 0.0) in printOperand()
582 printImmediate32(FloatToBits(Op.getFPImm()), STI, O); in printOperand()
584 printImmediate64(DoubleToBits(Op.getFPImm()), STI, O); in printOperand()
1483 if (Op.getFPImm() == 0.0) in printOperand()
1486 O << Op.getFPImm(); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCCodeEmitter.cpp258 return static_cast<unsigned>(APFloat(MO.getFPImm()) in getMachineOpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp276 const ConstantFP *Imm = MO.getFPImm(); in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h299 APFloat Value = State.MIs[InsnID]->getOperand(1).getFPImm()->getValueAPF(); in executeMatchTable()
937 State.MIs[OldInsnID]->getOperand(1).getFPImm()); in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h545 const ConstantFP *getFPImm() const { in getFPImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp886 APFloat APF = APFloat(MI->getOperand(0).getFPImm()->getValueAPF()); in emitDebugValueComment()
887 if (MI->getOperand(0).getFPImm()->getType()->isFloatTy()) { in emitDebugValueComment()
889 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) { in emitDebugValueComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp260 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand()
2228 printFPConstant(MO.getFPImm(), O); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp519 APFloat getFPImm() const { in getFPImm() function in __anona71ef61d0111::AArch64Operand
992 AArch64_AM::getFP64Imm(getFPImm().bitcastToAPInt()) != -1; in isFPImm()
1229 if (getFPImm().bitwiseIsEqual(RealVal)) in isExactFPImm()
1675 AArch64_AM::getFP64Imm(getFPImm().bitcastToAPInt()))); in addFPImmOperands()
2006 OS << "<fpimm " << getFPImm().bitcastToAPInt().getZExtValue(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp494 const APFloat &FPimm = I.getOperand(1).getFPImm()->getValueAPF(); in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp757 return static_cast<unsigned>(APFloat(MO.getFPImm()) in getMachineOpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1613 if (I.getOperand(1).getFPImm()->getValueAPF().isExactlyValue(0.0)) in select()
1662 ImmOp.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in select()
3439 if (ImmOp.getFPImm()->isNullValue()) in emitFMovForFConstant()
3443 const APFloat &ImmValAPF = ImmOp.getFPImm()->getValueAPF(); in emitFMovForFConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp1424 const APInt &Imm = ImmOp.getFPImm()->getValueAPF().bitcastToAPInt(); in selectG_CONSTANT()
2296 MIB.addImm(Op.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in renderBitcastImm()

12