/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | MachineLICM.cpp | 153 CandidateInfo(MachineInstr *mi, unsigned def, int fi) argument 154 : MI(mi), Def(def), FI(fi) {} 167 /// gather register def and frame object update information. 192 /// HasHighOperandLatency - Compute operand latency between a def of 'Reg' 384 /// gather register def and frame object update information. 426 // Non-dead implicit def? This cannot be hoisted. 428 // No need to check if a dead implicit def is also defined by 434 // it's a dead implicit def. 482 // Conservatively treat live-in's as an external def. 580 // important to ensure later passes do not scavenge the def registe [all...] |
/external/swiftshader/third_party/LLVM/tools/lto/ |
H A D | LTOModule.cpp | 331 void LTOModule::addDefinedSymbol(GlobalValue *def, Mangler &mangler, argument 334 if (def->getName().startswith("llvm.")) 339 mangler.getNameWithPrefix(Buffer, def, false); 342 uint32_t align = def->getAlignment(); 343 uint32_t attr = align ? CountTrailingZeros_32(def->getAlignment()) : 0; 349 GlobalVariable *gv = dyn_cast<GlobalVariable>(def); 357 if (def->hasWeakLinkage() || def->hasLinkOnceLinkage() || 358 def->hasLinkerPrivateWeakLinkage() || 359 def [all...] |
/external/syslinux/com32/lua/src/ |
H A D | lauxlib.c | 320 LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def, argument 322 const char *name = (def) ? luaL_optstring(L, narg, def) : 365 const char *def, size_t *len) { 368 *len = (def ? strlen(def) : 0); 369 return def; 384 LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number def) { argument 385 return luaL_opt(L, luaL_checknumber, narg, def); 408 lua_Integer def) { 364 luaL_optlstring(lua_State *L, int narg, const char *def, size_t *len) argument 407 luaL_optinteger(lua_State *L, int narg, lua_Integer def) argument 413 luaL_optunsigned(lua_State *L, int narg, lua_Unsigned def) argument [all...] |
/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 209 NodeDef* def = graphdef->add_node(); local 214 .Finalize(def)); 220 NodeDef* def = graphdef->add_node(); local 226 .Finalize(def)); 363 GraphDef def; local 364 TF_CHECK_OK(session_->Create(def));
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | copy_insertion.cc | 522 const HloInstruction* def = p->value->defining_instruction(); local 523 if (def->opcode() == HloOpcode::kCopy && 524 ContainsKey(copy_map_, def)) { 525 TF_RET_CHECK(copy_map_.at(def).dest == p); 1180 HloInstruction* def = value->defining_instruction(); local 1181 if (def->parent() != computation || 1182 def->opcode() == HloOpcode::kConstant || 1183 def->opcode() == HloOpcode::kParameter) {
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_node.h | 71 CallStack(const CodeDef& def, const std::map<int64, string>* id_to_string) argument 72 : def_(def) { 73 traces_.reserve(def.traces_size());
|
/external/testng/src/main/java/org/testng/xml/ |
H A D | XmlTest.java | 415 public long getTimeOut(long def) { argument 416 long result = def;
|
/external/clang/test/SemaCXX/ |
H A D | dllexport.cpp | 178 __declspec(dllexport) void def() {} function
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 1409 const CaseDefinition def = local 1420 return def; 1452 const CaseDefinition def = local 1463 return def; 1507 const CaseDefinition def = local 1518 return def; 1651 const CaseDefinition def = local 1679 group->addChild(new SpecConstantTest(testCtx, shaderStage, def)); 1696 const CaseDefinition def = local 1725 group->addChild(new SpecConstantTest(testCtx, shaderStage, def)); 1731 const CaseDefinition def = local [all...] |
/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffers.h | 829 template<typename T> void AddElement(voffset_t field, T e, T def) { argument 831 if (e == def && !force_defaults_) return; 1878 template<typename T> bool SetField(voffset_t field, T val, T def) { 1880 if (!field_offset) return val == def;
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cdattst.c | 68 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local 101 /* def = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0, &status); */ 102 def = udat_open(UDAT_SHORT, UDAT_SHORT, "en_US", NULL, 0,NULL, 0, &status); 153 copy=udat_clone(def, &status); 157 /*if(def != copy) 163 /*format using def */ 165 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status); 175 udat_format(def, d, result, resultlength, NULL, &status); 230 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status); 240 if(u_strcmp(myDateFormat(def, d 573 UDateFormat *def, *fr, *zhChiCal; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | dtfmrgts.cpp | 616 TimeZone *def = TimeZone::createDefault(); local 625 delete def; 635 TimeZone::setDefault(*def); 640 delete def;
|
/external/libpcap/ |
H A D | optimize.c | 94 * Register numbers for use-def values. 104 * x register in use-def computations. 105 * Currently, the use-def code assumes only one definition per instruction. 468 atomset def = 0, use = 0, killed = 0; local 477 if (!ATOMELEM(def, X_ATOM)) 479 if (!ATOMELEM(def, A_ATOM)) 483 if (!ATOMELEM(def, atom)) 493 def |= ATOMMASK(atom); 503 if (!ATOMELEM(def, X_ATOM)) 505 if (!ATOMELEM(def, A_ATO [all...] |
/external/libxml2/include/libxml/ |
H A D | tree.h | 266 xmlAttributeDefault def; /* the default */ member in struct:_xmlAttribute
|
/external/libxml2/ |
H A D | xmllint.c | 1091 const xmlChar * name, int type, int def, 1099 elem, name, type, def); 1102 elem, name, type, def, defaultValue); 1090 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
|
/external/mesa3d/src/compiler/nir/ |
H A D | nir.c | 481 nir_ssa_def_init(&instr->instr, &instr->def, num_components, bit_size, NULL); 589 nir_ssa_def_init(&instr->instr, &instr->def, num_components, bit_size, NULL); 938 add_ssa_def_cb(nir_ssa_def *def, void *state) argument 942 if (instr->block && def->index == UINT_MAX) { 946 def->index = impl->ssa_alloc++; 1190 return cb(&nir_instr_as_load_const(instr)->def, state); 1192 return cb(&nir_instr_as_ssa_undef(instr)->def, state); 1495 /* We can't re-write with an SSA def */ 1509 nir_ssa_def_init(nir_instr *instr, nir_ssa_def *def, argument 1513 def 1541 nir_ssa_def_rewrite_uses(nir_ssa_def *def, nir_src new_src) argument 1583 nir_ssa_def_rewrite_uses_after(nir_ssa_def *def, nir_src new_src, nir_instr *after_me) argument 1603 nir_ssa_def_components_read(nir_ssa_def *def) argument 1816 index_ssa_def_cb(nir_ssa_def *def, void *state) argument [all...] |
/external/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 66 val->def = nir_ssa_undef(&b->nb, num_components, bit_size); 119 val->def = &load->def; 135 col_val->def = &load->def; 1397 src.src = nir_src_for_ssa(vtn_ssa_value(b, index)->def); 1544 coord = vtn_ssa_value(b, w[idx++])->def; 1701 nir_ssa_def *def; local 1733 src.src = nir_src_for_ssa(gather_offsets->elems[i]->def); 1749 def [all...] |
H A D | vtn_private.h | 183 nir_ssa_def *def; member in union:vtn_ssa_value::__anon16008
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
H A D | nv50_ir_emit_gk110.cpp | 198 void CodeEmitterGK110::defId(const ValueDef& def, const int pos) argument 200 code[pos / 32] |= (def.get() ? DDATA(def).id : GK110_GPR_ZERO) << (pos % 32); 374 defId(i->def(0), 2); 399 defId(i->def(0), 2); 437 defId(i->def(0), 2); 777 defId(i->def(0), 2); 815 defId(i->def(0), 2); 835 if (i->def(0).getFile() == FILE_PREDICATE) { 841 defId(i->def( [all...] |
H A D | nv50_ir_emit_gm107.cpp | 70 inline void emitGPR(int pos, const ValueDef &def) { argument 71 emitGPR(pos, def.get() ? def.rep() : (const Value *)NULL); 84 inline void emitPRED(int pos, const ValueDef &def) { argument 85 emitPRED(pos, def.get() ? def.rep() : (const Value *)NULL); 694 if (insn->def(0).getFile() == FILE_PREDICATE) { 720 if (insn->def(0).getFile() != FILE_PREDICATE && 729 if (insn->def(0).getFile() == FILE_PREDICATE) { 731 emitPRED(0x03, insn->def( [all...] |
H A D | nv50_ir_lowering_nvc0.cpp | 48 Value *def[2]; local 51 def[0] = bld.mkMovToReg(0, i->getSrc(0))->getDef(0); 52 def[1] = bld.mkMovToReg(1, i->getSrc(1))->getDef(0); 60 bld.mkMov(i->getDef(0), def[(i->op == OP_DIV) ? 0 : 1]); 80 Value *src[2], *dst[2], *def = i->getDef(0); local 96 bld.mkOp2(OP_MERGE, TYPE_U64, def, dst[0], dst[1]); 251 int minGPR = texi->def(0).rep()->reg.data.id; 252 int maxGPR = minGPR + texi->def(0).rep()->reg.size / 4 - 1; 281 const Value *def = insn->def( local 952 Value *def[4][4]; local 2126 Value *def = su->getDef(0); local 2214 Value *def = su->getDef(0); local [all...] |
H A D | nv50_ir_peephole.cpp | 45 if (defExists(0) && def(0).rep()->reg.data.id < 0) { 47 if (def(d).rep()->reg.data.id >= 0) 56 if (!def(0).rep()->equals(getSrc(1))) 95 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def. 107 if (mov->def(0).getFile() != mov->src(0).getFile()) 112 mov->def(0).replace(mov->getSrc(0), false); 128 // post-merge def with the SPLIT's source. 141 i->def(0).replace(si->getSrc(0), false); 862 mul2->def(0).replace(mul1->getDef(0), false); 869 mul2->def( 944 Value *def = i->getDef(d); local 3089 Instruction *def; local [all...] |
H A D | nv50_ir_ra.cpp | 858 for (Value::DefCIterator def = lval->defs.begin(); 859 def != lval->defs.end(); ++def) 860 if (isShortRegOp((*def)->getInsn())) 941 for (Value::DefIterator def = val->defs.begin(); def != val->defs.end(); 942 ++def) 943 (*def)->get()->join = rep; 1940 Value *def[4]; local 1949 def[ [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 743 SVGA3DOpDefArgs def; local 749 def.dst = dst_register( SVGA3DREG_CONST, idx ); 750 def.constValues[0] = a; 751 def.constValues[1] = b; 752 def.constValues[2] = c; 753 def.constValues[3] = d; 757 def.dst = dst_register( SVGA3DREG_CONSTINT, idx ); 758 def.constIValues[0] = (int)a; 759 def.constIValues[1] = (int)b; 760 def [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_message.cc | 74 string def = field->DebugStringWithOptions(options); local 75 printer->Print("// $def$\n", 76 "def", def.substr(0, def.find_first_of('\n')));
|