Searched refs:NextPtr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_profile_collector.cpp | 200 auto NextPtr = static_cast<uint8_t *>( in serializeRecords() local 206 NextPtr = in serializeRecords() 207 static_cast<uint8_t *>(internal_memcpy(NextPtr, &FId, sizeof(FId))) + in serializeRecords() 212 NextPtr = static_cast<uint8_t *>( in serializeRecords() 213 internal_memset(NextPtr, SentinelFId, sizeof(SentinelFId))) + in serializeRecords() 217 NextPtr = in serializeRecords() 219 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) + in serializeRecords() 221 NextPtr = static_cast<uint8_t *>( in serializeRecords() 222 internal_memcpy(NextPtr, &Record.Node->CumulativeLocalTime, in serializeRecords() 227 DCHECK_EQ(NextPtr - static_cast<uint8_t *>(Buffer->Data), Buffer->Size); in serializeRecords()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 328 Address NextPtr = Builder.CreateConstInBoundsByteGEP(Addr, Stride, "ap.next"); in EmitVAArg() local 329 Builder.CreateStore(NextPtr.getPointer(), VAListAddr); in EmitVAArg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 843 SubRange **NextPtr = &SubRanges; in removeEmptySubRanges() local 844 SubRange *I = *NextPtr; in removeEmptySubRanges() 847 NextPtr = &I->Next; in removeEmptySubRanges() 848 I = *NextPtr; in removeEmptySubRanges() 857 *NextPtr = I; in removeEmptySubRanges()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 188 Address NextPtr = in emitVoidPtrDirectVAArg() local 190 CGF.Builder.CreateStore(NextPtr.getPointer(), VAListAddr); in emitVoidPtrDirectVAArg()
|
| H A D | CGExprCXX.cpp | 1299 llvm::Value *NextPtr = in EmitNewArrayInitializer() local 1305 llvm::Value *IsEnd = Builder.CreateICmpEQ(NextPtr, EndPtr, "array.atend"); in EmitNewArrayInitializer() 1307 CurPtrPhi->addIncoming(NextPtr, Builder.GetInsertBlock()); in EmitNewArrayInitializer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1596 SDValue NextPtr; in lowerVAARG() local 1608 NextPtr = in lowerVAARG() 1617 NextPtr = in lowerVAARG() 1625 NextPtr = in lowerVAARG() 1630 InChain = DAG.getStore(Chain, DL, NextPtr, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2765 SDValue NextPtr = DAG.getNode(ISD::ADD, DL, PtrVT, VAList, in LowerVAARG() local 2769 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr, VAListPtr, in LowerVAARG()
|