Home
last modified time | relevance | path

Searched refs:bitcastToAPInt (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h674 return getFP16Imm(FPImm.bitcastToAPInt()); in getFP16Imm()
686 return getFP32FP16Imm(FPImm.bitcastToAPInt()); in getFP32FP16Imm()
714 return getFP32Imm(FPImm.bitcastToAPInt()); in getFP32Imm()
742 return getFP64Imm(FPImm.bitcastToAPInt()); in getFP64Imm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3617 APInt IEEEFloat::bitcastToAPInt() const { in bitcastToAPInt() function in llvm::detail::IEEEFloat
3662 APInt api = bitcastToAPInt(); in convertToFloat()
3669 APInt api = bitcastToAPInt(); in convertToDouble()
4853 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
4862 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
4871 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod()
4986 APInt DoubleAPFloat::bitcastToAPInt() const { in bitcastToAPInt() function in llvm::detail::DoubleAPFloat
4989 Floats[0].bitcastToAPInt().getRawData()[0], in bitcastToAPInt()
4990 Floats[1].bitcastToAPInt().getRawData()[0], in bitcastToAPInt()
5104 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in toString()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h65 setIntValue(C, Val.bitcastToAPInt()); in setValue()
H A DPropertiesBase.td277 let Read = [{ node.getFloat().bitcastToAPInt() }];
316 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
319 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp54 APInt API = APF.bitcastToAPInt(); in printImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h70 return APSInt(F.bitcastToAPInt());
148 llvm::APInt API = F.bitcastToAPInt(); in serialize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp703 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
718 GV.IntVal = apf.bitcastToAPInt(); in getConstantValue()
856 GV.IntVal = apfLHS.bitcastToAPInt(); in getConstantValue()
861 GV.IntVal = apfLHS.bitcastToAPInt(); in getConstantValue()
866 GV.IntVal = apfLHS.bitcastToAPInt(); in getConstantValue()
871 GV.IntVal = apfLHS.bitcastToAPInt(); in getConstantValue()
875 GV.IntVal = apfLHS.bitcastToAPInt(); in getConstantValue()
911 Result.IntVal = cast <ConstantFP>(C)->getValueAPF().bitcastToAPInt(); in getConstantValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h387 return getFP16Imm(FPImm.bitcastToAPInt()); in getFP16Imm()
415 return getFP32Imm(FPImm.bitcastToAPInt()); in getFP32Imm()
443 return getFP64Imm(FPImm.bitcastToAPInt()); in getFP64Imm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF1.td51 (N->getValueAPF().bitcastToAPInt().getZExtValue() >> 16) & 0xFFFF,
57 N->getValueAPF().bitcastToAPInt().getZExtValue() & 0xFFFF,
62 …"return CurDAG->getTargetConstant(N->getValueAPF().bitcastToAPInt().lshr("#shift#").getLoBits("#wi…
65 …"return CurDAG->getTargetConstant(N->getValueAPF().bitcastToAPInt().lshr("#shift#").getLoBits("#wi…
68 "return isShiftedUInt<"#width#", "#shift#">(N->getValueAPF().bitcastToAPInt().getZExtValue());">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp74 return CFP->getValue().bitcastToAPInt(); in extractConstantBits()
98 Bits.insertBits(CDS->getElementAsAPFloat(I).bitcastToAPInt(), in extractConstantBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp78 MO.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in getInstructionOpcodeHash()
H A DMachineStableHash.cpp79 : MO.getFPImm()->getValueAPF().bitcastToAPInt(); in stableHashValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp146 MCConstantExpr::create(*Val.bitcastToAPInt().getRawData(), in HexagonLowerToMC()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h355 APInt bitcastToAPInt() const;
734 APInt bitcastToAPInt() const;
1210 APInt bitcastToAPInt() const { in bitcastToAPInt() function
1211 APFLOAT_DISPATCH_ON_SEMANTICS(bitcastToAPInt()); in bitcastToAPInt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp100 return CFP->getValueAPF().bitcastToAPInt().isAllOnes(); in isAllOnesValue()
117 return CFP->getValueAPF().bitcastToAPInt().isOne(); in isOneValue()
134 return !CFP->getValueAPF().bitcastToAPInt().isOne(); in isNotOneValue()
162 return CFP->getValueAPF().bitcastToAPInt().isMinSignedValue(); in isMinSignedValue()
179 return !CFP->getValueAPF().bitcastToAPInt().isMinSignedValue(); in isNotMinSignedValue()
1180 Elts.push_back(CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getFPSequenceIfElementsMatch()
2894 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()
2899 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()
2904 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()
2909 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp270 APInt Imm = FPImm.bitcastToAPInt(); in getLoadFPImm()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp578 profileIntValue(ID, getFloat().bitcastToAPInt()); in Profile()
586 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
587 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp127 store(m_float.bitcastToAPInt()); in GetBytes()
139 return m_float.bitcastToAPInt().getBitWidth() / 8; in GetByteSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp242 Imm->getValueAPF().bitcastToAPInt().getZExtValue(); in lower()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp273 APInt AI = FP.bitcastToAPInt(); in toString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h149 const APInt &Imm = N->getValueAPF().bitcastToAPInt(); in getFpImmVal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h45 Out = C->getValueAPF().bitcastToAPInt().getSExtValue(); in getConstantValue()
H A DAMDGPUISelDAGToDAG.cpp330 return TII->isInlineConstant(C->getValueAPF().bitcastToAPInt()); in isInlineImmediate()
592 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue(); in Select()
2999 .bitcastToAPInt().getZExtValue(); in SelectVOP3PMods()
3300 unsigned Imm = C->getValueAPF().bitcastToAPInt().getSExtValue(); in SelectWMMAVISrc()
3319 int64_t Imm = C->getValueAPF().bitcastToAPInt().getSExtValue(); in SelectWMMAVISrc()
3467 C->getValueAPF().bitcastToAPInt().getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp103 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp225 APInt API = APF.bitcastToAPInt(); in addConstantFP()

12345