Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-alloc.c26 void getFP(int i) { in getFP() function
/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp267 Value *getFP(IRBuilder<> &IRB) { getFP() function
/llvm-project/llvm/lib/IR/
H A DConstants.cpp2917 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { getFP() function in ConstantDataArray
2924 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { getFP() function in ConstantDataArray
2930 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { getFP() function in ConstantDataArray
2991 Constant *ConstantDataVector::getFP(Type *ElementType, getFP() function in ConstantDataVector
2999 Constant *ConstantDataVector::getFP(Type *ElementType, getFP() function in ConstantDataVector
3006 Constant *ConstantDataVector::getFP(Type *ElementType, getFP() function in ConstantDataVector
[all...]
/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp105 static OpKind getFP() { in getFP() function in __anon9d8da9a30311::OperandsSignature::OpKind
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1356 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } getFP() function
/llvm-project/libunwind/src/
H A DRegisters.hpp1843 uint64_t getFP() const { return _registers.__fp; } getFP() function in libunwind::Registers_arm64