Searched refs:NewData (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | vector.h | 86 T *NewData = reinterpret_cast<T *>( in reallocate() local 88 memcpy(NewData, Data, Size * sizeof(T)); in reallocate() 90 Data = NewData; in reallocate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 533 LLVM_DEBUG(uint32_t NewData = 0; in applyFixup() 534 for (unsigned i = 0; i < NumBytes; i++) NewData |= in applyFixup() 536 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";); in applyFixup()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1190 SDValue NewData = DAG.getNode(ISD::SRL, DL, VT, Data, Bits); in finalizeTS1AM() local 1192 {NewData, DAG.getConstant(Byte ? 0xff : 0xffff, DL, VT)}); in finalizeTS1AM()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 23661 SmallVector<OMPUsesAllocatorsClause::Data, 4> NewData; in ActOnOpenMPUsesAllocatorClause() local 23761 OMPUsesAllocatorsClause::Data &NewD = NewData.emplace_back(); in ActOnOpenMPUsesAllocatorClause() 23768 NewData); in ActOnOpenMPUsesAllocatorClause()
|