/external/llvm/test/Analysis/BasicAA/ |
D | sequential-gep.ll | 5 define void @t1([8 x i32]* %p, i32 %addend, i32* %q) { 7 %add = add nsw nuw i32 %addend, %knownnonzero 8 %gep1 = getelementptr [8 x i32], [8 x i32]* %p, i32 2, i32 %addend 15 define void @t2([8 x i32]* %p, i32 %addend, i32* %q) { 17 %add = add nsw nuw i32 %addend, %knownnonzero 18 %gep1 = getelementptr [8 x i32], [8 x i32]* %p, i32 1, i32 %addend 25 define void @t3([8 x i32]* %p, i32 %addend, i32* %q) { 27 %add = add nsw nuw i32 %addend, %knownnonzero 35 define void @t4([8 x i32]* %p, i32 %addend, i32* %q) { 37 %add = add nsw nuw i32 %addend, %knownnonzero [all …]
|
/external/google-breakpad/src/common/ |
D | test_assembler.cc | 67 Label Label::operator+(uint64_t addend) const { in operator +() 69 l.value_->Set(this->value_, addend); in operator +() 106 uint64_t addend; in IsKnownConstant() local 107 value_->Get(&base, &addend); in IsKnownConstant() 109 if (value_p) *value_p = addend; in IsKnownConstant() 129 Label::Binding::Binding(uint64_t addend) in Binding() argument 130 : base_(NULL), addend_(addend), reference_count_(1) { } in Binding() 138 void Label::Binding::Set(Binding *binding, uint64_t addend) { in Set() argument 141 assert(addend_ == addend); in Set() 145 binding->Set(NULL, addend_ - addend); in Set() [all …]
|
D | test_assembler.h | 129 Label operator+(uint64_t addend) const; 176 Binding(uint64_t addend); 201 void Get(Binding **base, uint64_t *addend);
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-static.ll | 6 define void @myadd(float* %sum, float* %addend) nounwind { 9 %addend.addr = alloca float*, align 4 11 store float* %addend, float** %addend.addr, align 4 14 %tmp2 = load float*, float** %addend.addr, align 4
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | sext-ind-var.ll | 33 %addend = load float, float* %ptr, align 4 34 %nextsum = fadd float %sum, %addend 66 %addend = load float, float* %ptr, align 4 67 %nextsum = fadd float %sum, %addend 98 %addend = load float, float* %ptr, align 4 99 %nextsum = fadd float %sum, %addend 132 %addend = load float, float* %ptr, align 4 133 %nextsum = fadd float %sum, %addend
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 158 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() argument 159 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry() 162 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument 164 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry() 167 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument 169 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry() 172 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument 176 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxt_rot.ll | 42 %addend = zext i8 %X.trunc to i32 44 %sum = add i32 %A, %addend 53 %addend = zext i16 %X.trunc to i32 55 %sum = add i32 %A, %addend
|
D | thumb2-sxt_rot.ll | 38 %addend = sext i16 %X.trunc to i32 40 %sum = add i32 %A, %addend
|
/external/clang/test/CodeGen/ |
D | cleanup-stack.c | 6 int addend; member 10 *p->var += p->addend; in f0()
|
/external/jemalloc/src/ |
D | nstime.c | 55 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add() argument 58 assert(UINT64_MAX - time->ns >= addend->ns); in nstime_add() 60 time->ns += addend->ns; in nstime_add()
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
D | ShortDuration.java | 121 public abstract ShortDuration plus(ShortDuration addend); in plus() argument 168 @Override public ShortDuration plus(ShortDuration addend) { 169 return addend; 219 @Override public ShortDuration plus(ShortDuration addend) { in plus() argument 220 return new PositiveShortDuration(picos + addend.picos); in plus()
|
/external/jemalloc/test/unit/ |
D | nstime.c | 189 nstime_t addend; in TEST_BEGIN() local 190 nstime_init2(&addend, 631152000, 0); in TEST_BEGIN() 191 nstime_add(&nst, &addend); in TEST_BEGIN()
|
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 189 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet() local 192 long result = map.addAndGet(key, addend); in testAddAndGet() 194 assertEquals(before + addend, after); in testAddAndGet() 196 addend = after; in testAddAndGet() 224 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd() local 227 long result = map.getAndAdd(key, addend); in testGetAndAdd() 229 assertEquals(before + addend, after); in testGetAndAdd() 231 addend = after; in testGetAndAdd()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | fold-builtin-fma.ll | 5 ; are all finite constants and addend is zero. 25 ; Test builtin fma with a +/-NaN addend. 40 ; Test builtin fma with a +/-Inf addend.
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 204 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet() local 207 long result = map.addAndGet(key, addend); in testAddAndGet() 209 assertEquals(before + addend, after); in testAddAndGet() 211 addend = after; in testAddAndGet() 239 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd() local 242 long result = map.getAndAdd(key, addend); in testGetAndAdd() 244 assertEquals(before + addend, after); in testGetAndAdd() 246 addend = after; in testGetAndAdd()
|
/external/libnl/include/ |
D | netlink-local.h | 149 dst->rs_addend = src->addend; in rtnl_copy_ratespec() 159 dst->addend = src->rs_addend; in rtnl_rcopy_ratespec()
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2013-04-04-RelocAddend.ll | 3 ; Verify relocations to global symbols with addend work correctly.
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 264 __TBB_machine_fetchadd4(volatile void* ptr, long addend) ITT_INLINE_ATTRIBUTE; 265 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4() argument 270 : "0"(addend), "m"(*(long*)ptr) in __TBB_machine_fetchadd4()
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2013-04-04-RelocAddend.ll | 3 ; Verify relocations to global symbols with addend work correctly.
|
/external/jemalloc/include/jemalloc/internal/ |
D | nstime.h | 31 void nstime_add(nstime_t *time, const nstime_t *addend);
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 408 int64_t addend = 0; in getRelocationValueString() local 418 addend = ERela->r_addend; in getRelocationValueString() 448 fmt << Target << (addend < 0 ? "" : "+") << addend << "-P"; in getRelocationValueString() 459 fmt << Target << (addend < 0 ? "" : "+") << addend; in getRelocationValueString() 471 if (addend != 0) in getRelocationValueString() 472 fmt << (addend < 0 ? "" : "+") << addend; in getRelocationValueString()
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-relocs-01.s | 33 # 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function
|
/external/iproute2/tc/ |
D | f_flow.c | 98 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend() argument 129 *addend = tmp; in get_addend()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | buildvec_canonicalize.ll | 12 ; The fmul will spill a vspltisw to create a -0.0 vector used as the addend
|
/external/llvm/test/CodeGen/XCore/ |
D | offset_folding.ll | 24 ; error if the address + addend is less than the start of the cp / dp.
|