Home
last modified time | relevance | path

Searched refs:getFP (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h721 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts);
722 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts);
723 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts);
793 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts);
794 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts);
795 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp179 return ConstantDataVector::getFP(SclTy, RawBits); in rebuildConstant()
188 return ConstantDataVector::getFP(SclTy, RawBits); in rebuildConstant()
198 return ConstantDataVector::getFP(SclTy, RawBits); in rebuildConstant()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp103 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anon5fcc75e60311::OperandsSignature::OpKind
204 Operands.push_back(OpKind::getFP()); in initialize()
247 Operands.push_back(OpKind::getFP()); in initialize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1183 return SequentialTy::getFP(V[0]->getType(), Elts); in getFPSequenceIfElementsMatch()
2772 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray
2779 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray
2785 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray
2846 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
2854 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
2861 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
2895 return getFP(V->getType(), Elts); in getSplat()
2900 return getFP(V->getType(), Elts); in getSplat()
2905 return getFP(V->getType(), Elts); in getSplat()
[all …]
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp617 uint64_t savedRegisterLoc = registers.getFP() - 8; in stepWithCompactEncodingFrame()
683 uint64_t fp = registers.getFP(); in stepWithCompactEncodingFrame()
H A DRegisters.hpp1843 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3176 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3178 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
3182 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3184 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
3188 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3190 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
3194 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3196 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1356 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1002 formatFrameType(FD.getFP())); in dumpOldFpo()