Home
last modified time | relevance | path

Searched refs:getFP (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h737 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 DMemoryTaggingSupport.h85 Value *getFP(IRBuilder<> &IRB);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp219 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 DFastISelEmitter.cpp105 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 DConstants.cpp1240 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 DCompactUnwinder.hpp617 uint64_t savedRegisterLoc = registers.getFP() - 8; in stepWithCompactEncodingFrame()
683 uint64_t fp = registers.getFP(); in stepWithCompactEncodingFrame()
H A DRegisters.hpp1850 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64
/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/Target/AArch64/
H A DAArch64StackTagging.cpp499 Value *FP = memtag::getFP(IRB); in insertBaseTaggedPointer()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3304 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 DCOFF.h1356 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1281 CachedFP = memtag::getFP(IRB); in getCachedFP()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1002 formatFrameType(FD.getFP())); in dumpOldFpo()