| /llvm-project-15.0.7/compiler-rt/test/profile/Inputs/ |
| H A D | instrprof-alloc.c | 26 void getFP(int i) { in getFP() function 37 getFP(i); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 723 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts); 724 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts); 725 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts); 795 static Constant *getFP(Type *ElementType, ArrayRef<uint16_t> Elts); 796 static Constant *getFP(Type *ElementType, ArrayRef<uint32_t> Elts); 797 static Constant *getFP(Type *ElementType, ArrayRef<uint64_t> Elts);
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anon7553c2e00311::OperandsSignature::OpKind 200 Operands.push_back(OpKind::getFP()); in initialize() 243 Operands.push_back(OpKind::getFP()); in initialize()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1189 return SequentialTy::getFP(V[0]->getType(), Elts); in getFPSequenceIfElementsMatch() 2980 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray 2987 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray 2993 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray 3054 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector 3062 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector 3069 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector 3103 return getFP(V->getType(), Elts); in getSplat() 3108 return getFP(V->getType(), Elts); in getSplat() 3113 return getFP(V->getType(), Elts); in getSplat() [all …]
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | CompactUnwinder.hpp | 616 uint64_t savedRegisterLoc = registers.getFP() - 8; in stepWithCompactEncodingFrame() 682 uint64_t fp = registers.getFP(); in stepWithCompactEncodingFrame()
|
| H A D | Registers.hpp | 1838 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 3019 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3021 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants() 3025 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3027 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants() 3031 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3033 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants() 3037 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants() 3039 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 1298 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1000 formatFrameType(FD.getFP())); in dumpOldFpo()
|