Searched refs:NewData (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | vector.h | 85 T *NewData = in reallocate() local 87 memcpy(NewData, Data, Size * sizeof(T)); in reallocate() 89 Data = NewData; in reallocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 532 LLVM_DEBUG(uint32_t NewData = 0; in applyFixup() 533 for (unsigned i = 0; i < NumBytes; i++) NewData |= in applyFixup() 535 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1130 SDValue NewData = DAG.getNode(ISD::SRL, DL, VT, Data, Bits); in finalizeTS1AM() local 1132 {NewData, DAG.getConstant(Byte ? 0xff : 0xffff, DL, VT)}); in finalizeTS1AM()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 21117 SmallVector<OMPUsesAllocatorsClause::Data, 4> NewData; in ActOnOpenMPUsesAllocatorClause() local 21208 OMPUsesAllocatorsClause::Data &NewD = NewData.emplace_back(); in ActOnOpenMPUsesAllocatorClause() 21215 NewData); in ActOnOpenMPUsesAllocatorClause()
|