Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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);
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DFastISelEmitter.cpp99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anonac3cecfd0311::OperandsSignature::OpKind
200 Operands.push_back(OpKind::getFP()); in initialize()
243 Operands.push_back(OpKind::getFP()); in initialize()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1197 return SequentialTy::getFP(V[0]->getType(), Elts); in getFPSequenceIfElementsMatch()
2973 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray
2980 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray
2986 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray
3047 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3055 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3062 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3096 return getFP(V->getType(), Elts); in getSplat()
3101 return getFP(V->getType(), Elts); in getSplat()
3106 return getFP(V->getType(), Elts); in getSplat()
[all …]
/openbsd/gnu/llvm/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.hpp1839 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3146 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3148 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
3152 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3154 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
3158 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3160 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
3164 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
3166 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1293 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1001 formatFrameType(FD.getFP())); in dumpOldFpo()