/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 737 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts); 738 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts); 739 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts); 809 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts); 810 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts); 811 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MemoryTaggingSupport.h | 85 Value *getFP(IRBuilder<> &IRB);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 219 return ConstantDataVector::getFP(SclTy, RawBits); in rebuildConstant() 228 return ConstantDataVector::getFP(SclTy, RawBits); in rebuildConstant() 238 return ConstantDataVector::getFP(SclTy, RawBits); in rebuildConstant()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 105 static OpKind getFP() { in getFP() function in __anon3cd78fb00311::OperandsSignature::OpKind 215 Operands.push_back(OpKind::getFP()); in initialize() 257 Operands.push_back(OpKind::getFP()); in initialize()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1240 return SequentialTy::getFP(V[0]->getType(), Elts); in getFPSequenceIfElementsMatch() 2917 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 3040 return getFP(V->getType(), Elts); in getSplat() 3045 return getFP(V->getType(), Elts); in getSplat() 3050 return getFP(V->getType(), Elts); in getSplat() [all …]
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | CompactUnwinder.hpp | 617 uint64_t savedRegisterLoc = registers.getFP() - 8; in stepWithCompactEncodingFrame() 683 uint64_t fp = registers.getFP(); in stepWithCompactEncodingFrame()
|
H A D | Registers.hpp | 1850 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 267 Value *getFP(IRBuilder<> &IRB) { in getFP() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 499 Value *FP = memtag::getFP(IRB); in insertBaseTaggedPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3304 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3306 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants() 3310 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3312 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants() 3316 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3318 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants() 3322 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3324 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 1356 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1281 CachedFP = memtag::getFP(IRB); in getCachedFP()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1002 formatFrameType(FD.getFP())); in dumpOldFpo()
|