Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2772 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { getFP() function in ConstantDataArray
2779 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { getFP() function in ConstantDataArray
2785 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { getFP() function in ConstantDataArray
2846 Constant *ConstantDataVector::getFP(Type *ElementType, getFP() function in ConstantDataVector
2854 Constant *ConstantDataVector::getFP(Type *ElementType, getFP() function in ConstantDataVector
2861 Constant *ConstantDataVector::getFP(Type *ElementType, getFP() function in ConstantDataVector
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp103 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } getFP() function in __anon325e80020311::OperandsSignature::OpKind
/freebsd-src/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-src/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp1843 uint64_t getFP() const { return _registers.__fp; } getFP() function in libunwind::Registers_arm64