/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCCodeEmitter.cpp | 133 auto F = float(MO.getFPImm()); in encodeInstruction() 137 double D = MO.getFPImm(); in encodeInstruction()
|
D | WebAssemblyInstPrinter.cpp | 233 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/ |
D | MCInst.cpp | 29 OS << "FPImm:" << getFPImm(); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 242 return CstVal.getFPImm()->getValueAPF().bitcastToAPInt(); in getConstantVRegValWithLookThrough() 300 return MI->getOperand(1).getFPImm(); in getConstantFPVRegVal()
|
D | CSEInfo.cpp | 359 ID.AddPointer(MO.getFPImm()); in addNodeIDMachineOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 289 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()
|
D | MIRVRegNamerUtils.cpp | 62 MO.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in getInstructionOpcodeHash()
|
D | LiveDebugValues.cpp | 207 Loc.FPImm = MI.getOperand(0).getFPImm(); in VarLoc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInst.h | 85 double getFPImm() const { in getFPImm() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 130 APFloat Val = MO.getFPImm()->getValueAPF(); in HexagonLowerToMC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 110 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
|
D | ARMInstructionSelector.cpp | 821 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()
|
D | ARMLegalizerInfo.cpp | 464 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/ |
D | AMDGPUInstPrinter.cpp | 575 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/ |
D | AVRMCCodeEmitter.cpp | 258 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/ |
D | WebAssemblyMCInstLower.cpp | 276 const ConstantFP *Imm = MO.getFPImm(); in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 299 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/ |
D | MachineOperand.h | 545 const ConstantFP *getFPImm() const { in getFPImm() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 886 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/ |
D | NVPTXAsmPrinter.cpp | 260 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/ |
D | AArch64AsmParser.cpp | 519 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/ |
D | MipsInstructionSelector.cpp | 494 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/ |
D | MipsMCCodeEmitter.cpp | 757 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/ |
D | AArch64InstructionSelector.cpp | 1613 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/ |
D | AMDGPUInstructionSelector.cpp | 1424 const APInt &Imm = ImmOp.getFPImm()->getValueAPF().bitcastToAPInt(); in selectG_CONSTANT() 2296 MIB.addImm(Op.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in renderBitcastImm()
|