Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyDebugValueManager.cpp56 (OpA.isFPImm() && OpB.isFPImm() && OpA.getFPImm() == OpB.getFPImm()) || in isSameScalarConst()
HDWebAssemblyMCInstLower.cpp239 const ConstantFP *Imm = MO.getFPImm(); in lower()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPURegBankCombiner.cpp334 return Op3->getOperand(1).getFPImm()->isExactlyValue(0.0); in matchFPMed3ToClamp()
388 const ConstantFP *KO_FPImm = K0->getOperand(1).getFPImm(); in isClampZeroToOne()
389 const ConstantFP *K1_FPImm = K1->getOperand(1).getFPImm(); in isClampZeroToOne()
HDAMDGPUCombinerHelper.cpp409 APFloat Val = Def->getOperand(1).getFPImm()->getValueAPF(); in isFPExtFromF16OrConst()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVMCInstLower.cpp65 MO.getFPImm()->getValueAPF().convertToFloat()); in lower()
HDSPIRVPreLegalizer.cpp515 Ty = MI.getOperand(1).getFPImm()->getType(); in generateAssignInstrs()
525 ElemTy = ElemMI->getOperand(1).getFPImm()->getType(); in generateAssignInstrs()
HDSPIRVAsmPrinter.cpp193 O << MO.getFPImm(); in printOperand()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRVRegNamerUtils.cpp78 MO.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in getInstructionOpcodeHash()
HDMachineOperand.cpp333 return getFPImm() == Other.getFPImm(); in isIdenticalTo()
399 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getFPImm()); in hash_value()
876 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
HDMachineStableHash.cpp79 : MO.getFPImm()->getValueAPF().bitcastToAPInt(); in stableHashValue()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp142 APFloat Val = MO.getFPImm()->getValueAPF(); in HexagonLowerToMC()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVBaseInfo.cpp209 float RISCVLoadFPImm::getFPImm(unsigned Imm) { in getFPImm() function in llvm::RISCVLoadFPImm
HDRISCVInstPrinter.cpp185 float FPVal = RISCVLoadFPImm::getFPImm(Imm); in printFPImmOperand()
HDRISCVBaseInfo.h394 float getFPImm(unsigned Imm);
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp126 APFloat Val = MO.getFPImm()->getValueAPF(); in lowerOperand()
HDARMInstructionSelector.cpp821 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF(); in renderVFPF32Imm()
833 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF(); in renderVFPF64Imm()
1009 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
HDARMLegalizerInfo.cpp441 MI.getOperand(1).getFPImm()->getValueAPF().bitcastToAPInt(); in legalizeCustom()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCSEInfo.cpp421 ID.AddPointer(MO.getFPImm()); in addNodeIDMachineOperand()
HDUtils.cpp418 Result = CstVal.getFPImm()->getValueAPF().bitcastToAPInt(); in getCImmOrFPImmAsAPInt()
456 return MI->getOperand(1).getFPImm(); in getConstantFPVRegVal()
1536 const ConstantFP *FPImm = MI.getOperand(1).getFPImm(); in isNullOrNullSplat()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineOperand.h566 const ConstantFP *getFPImm() const { in getFPImm() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGIMatchTableExecutorImpl.h388 State.MIs[InsnID]->getOperand(1).getFPImm()->getValueAPF(); in executeMatchTable()
1331 State.MIs[OldInsnID]->getOperand(1).getFPImm()); in executeMatchTable()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64InstructionSelector.cpp2632 if (DefSize != 128 && I.getOperand(1).getFPImm()->isExactlyValue(0.0)) in select()
2663 if (TLI->isFPImmLegal(I.getOperand(1).getFPImm()->getValueAPF(), in select()
2670 auto *FPImm = I.getOperand(1).getFPImm(); in select()
2699 ImmOp.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in select()
5706 const_cast<ConstantFP *>(OpMI->getOperand(1).getFPImm())); in tryOptConstantBuildVec()
7807 AArch64_AM::getFP16Imm(MI.getOperand(1).getFPImm()->getValueAPF())); in renderFPImm16()
7816 AArch64_AM::getFP32Imm(MI.getOperand(1).getFPImm()->getValueAPF())); in renderFPImm32()
7825 AArch64_AM::getFP64Imm(MI.getOperand(1).getFPImm()->getValueAPF())); in renderFPImm64()
7833 .getFPImm() in renderFPImm32SIMDModImmType4()
HDAArch64PreLegalizerCombiner.cpp68 const APFloat &ImmValAPF = MI.getOperand(1).getFPImm()->getValueAPF(); in applyFConstantToConstant()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp268 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand()
2235 printFPConstant(MO.getFPImm(), O); in printOperand()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstructionSelector.cpp588 const APFloat &FPimm = I.getOperand(1).getFPImm()->getValueAPF(); in select()

12