Searched refs:bthr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 23 …st(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr… 56 …%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr…
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 23 …st(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr… 56 …%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr…
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_alloc.cpp | 138 kmp_info_t *bthr; /* The thread which owns the buffer pool */ member 301 KMP_DEBUG_ASSERT(((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & ~1) == in __kmp_bget_dequeue() 322 KMP_DEBUG_ASSERT(((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & ~1) == in __kmp_bget_enqueue() 514 TCW_PTR(ba->bb.bthr, in bget() 548 TCW_PTR(ba->bb.bthr, th); // not an allocated address (do not mark) in bget() 595 TCW_PTR(bdh->bh.bb.bthr, th); // don't mark buffer as allocated, in bget() 732 bth = (kmp_info_t *)((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & in brel() 919 TCW_PTR(b->bh.bb.bthr, in bpool() 2119 if ((kmp_uintptr_t)b->bh.bb.bthr & 1) { // the buffer is allocated address in __kmp_free_fast_memory()
|