| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 674 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 D | APFloat.cpp | 3617 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 D | APNumericStorage.h | 65 setIntValue(C, Val.bitcastToAPInt()); in setValue()
|
| H A D | PropertiesBase.td | 277 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 D | NVPTXMCExpr.cpp | 54 APInt API = APF.bitcastToAPInt(); in printImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Floating.h | 70 return APSInt(F.bitcastToAPInt()); 148 llvm::APInt API = F.bitcastToAPInt(); in serialize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 703 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 D | AArch64AddressingModes.h | 387 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 D | CSKYInstrInfoF1.td | 51 (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 D | X86FixupVectorConstants.cpp | 74 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 D | MIRVRegNamerUtils.cpp | 78 MO.getFPImm()->getValueAPF().bitcastToAPInt().getZExtValue()); in getInstructionOpcodeHash()
|
| H A D | MachineStableHash.cpp | 79 : MO.getFPImm()->getValueAPF().bitcastToAPInt(); in stableHashValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMCInstLower.cpp | 146 MCConstantExpr::create(*Val.bitcastToAPInt().getRawData(), in HexagonLowerToMC()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 355 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 D | Constants.cpp | 100 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 D | RISCVBaseInfo.cpp | 270 APInt Imm = FPImm.bitcastToAPInt(); in getLoadFPImm()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 578 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 D | Scalar.cpp | 127 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 D | WebAssemblyMCInstLower.cpp | 242 Imm->getValueAPF().bitcastToAPInt().getZExtValue(); in lower()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 273 APInt AI = FP.bitcastToAPInt(); in toString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 149 const APInt &Imm = N->getValueAPF().bitcastToAPInt(); in getFpImmVal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.h | 45 Out = C->getValueAPF().bitcastToAPInt().getSExtValue(); in getConstantValue()
|
| H A D | AMDGPUISelDAGToDAG.cpp | 330 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 D | FunctionComparator.cpp | 103 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.cpp | 225 APInt API = APF.bitcastToAPInt(); in addConstantFP()
|