Searched refs:PtrIncr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPort.h | 64 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 66 (LONGLONG)sizeof(DomType) * PtrIncr) 71 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 73 (LONG)sizeof(DomType) * PtrIncr) 78 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 79 (DomType *)__sync_fetch_and_add((long *)&PtrVar, sizeof(DomType) * PtrIncr) 85 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 86 (DomType *)lprofPtrFetchAdd((void **)&PtrVar, sizeof(DomType) * PtrIncr)
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.h | 96 unsigned &Channel, unsigned &PtrIncr) const;
|
| H A D | R600ISelLowering.cpp | 1112 unsigned &PtrIncr) const { in getStackAddress() 1118 PtrIncr = 1; in getStackAddress() 1120 PtrIncr = 0; in getStackAddress() 1126 PtrIncr = 1; in getStackAddress() 1128 PtrIncr = 0; in getStackAddress() 1133 PtrIncr = 0; in getStackAddress()
|