Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h722 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts);
723 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts);
724 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts);
794 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts);
795 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts);
796 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts);
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anon22b6ca640311::OperandsSignature::OpKind
200 Operands.push_back(OpKind::getFP()); in initialize()
243 Operands.push_back(OpKind::getFP()); in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1212 return SequentialTy::getFP(V[0]->getType(), Elts); in getFPSequenceIfElementsMatch()
3035 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray
3042 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray
3048 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray
3109 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3117 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3124 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3158 return getFP(V->getType(), Elts); in getSplat()
3163 return getFP(V->getType(), Elts); in getSplat()
3168 return getFP(V->getType(), Elts); in getSplat()
[all …]
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp616 uint64_t savedRegisterLoc = registers.getFP() - 8; in stepWithCompactEncodingFrame()
682 uint64_t fp = registers.getFP(); in stepWithCompactEncodingFrame()
H A DRegisters.hpp1804 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2551 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2553 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
2557 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2559 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
2563 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2565 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
2569 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2571 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1296 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1105 formatFrameType(FD.getFP())); in dumpOldFpo()