Home
last modified time | relevance | path

Searched refs:ltg (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_cssa.cpp387 emit_copies_block(Builder& bld, std::map<uint32_t, ltg_node>& ltg, RegType type) in emit_copies_block() argument
389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
403 auto&& other = ltg.find(it->second.read_idx); in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; emit_parallelcopies() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dzext-cmpu.c1 int ltg(unsigned x) { return (((long long)x) < 0x100000000ULL) == 1; } in ltg() function
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h821 V(ltg, LTG, 0xE302) /* type = RXY_A LOAD AND TEST (64) */ \
H A Dmacro-assembler-s390.cc4046 ltg(dst, mem); in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2305 ASSEMBLE_LOADANDTEST64(ltgr, ltg); in AssembleArchInstruction()

Completed in 21 milliseconds