Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp267 Value *getFP(IRBuilder<> &IRB) { in getFP() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2917 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray
2924 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray
2930 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray
2991 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
2999 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3006 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp105 static OpKind getFP() { in getFP() function in __anon3cd78fb00311::OperandsSignature::OpKind
/freebsd/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/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp1850 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64