Home
last modified time | relevance | path

Searched defs:getFP (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2973 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
/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
/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/libunwind/src/
H A DRegisters.hpp1839 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64