HomeSort by: relevance | last modified time | path
    Searched defs:lval (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
fpu_regs.h 55 s32 lval; member in union:x86_fpu_reg_u
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
fpu_regs.h 55 s32 lval; member in union:x86_fpu_reg_u
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.h 236 LValue *lval = new_LValue(func, f); local
237 lval->reg.size = size;
238 return lval;
244 LValue *lval = new_LValue(func, f); local
245 lval->ssa = 1;
246 lval->reg.size = size;
247 return lval;
nv50_ir_print.cpp 886 const Value *lval = Value::get(it)->asLValue(); local
887 if (lval && !lval->livei.isEmpty()) {
888 INFO("livei(%%%i): ", lval->id);
889 lval->livei.print();
nv50_ir_ssa.cpp 333 LValue *lval; local
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
347 if (!lval || lval->defs.empty())
354 // gather blocks with assignments to lval in workList
355 for (Value::DefIterator d = lval->defs.begin();
356 d != lval->defs.end(); ++d) {
367 // for each block in workList, insert a phi for lval in the block's
382 if (!dfBB->liveSet.test(lval->id))
385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size))
427 LValue *lval = val->asLValue(); local
454 LValue *lval, *ssa; local
    [all...]
nv50_ir_ra.cpp 778 inline void setValue(LValue *lval) { data = lval; }
917 isShortRegVal(LValue *lval)
919 if (lval->getInsn() == NULL)
921 for (Value::DefCIterator def = lval->defs.begin();
922 def != lval->defs.end(); ++def)
925 for (Value::UseCIterator use = lval->uses.begin();
926 use != lval->uses.end(); ++use)
933 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval)
935 setValue(lval);
1494 LValue *lval = node->getValue(); local
1513 LValue *lval = nodes[i].getValue(); local
1534 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); local
1612 LValue *lval = reinterpret_cast<LValue *>(it.get()); local
1810 LValue *lval = it->first->asLValue(); local
2622 LValue *lval = new_LValue(func, cst->src(s).getFile()); local
2661 LValue *lval = new_LValue(func, cst->def(d).getFile()); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.h 230 LValue *lval = new_LValue(func, f); local
231 lval->reg.size = size;
232 return lval;
238 LValue *lval = new_LValue(func, f); local
239 lval->ssa = 1;
240 lval->reg.size = size;
241 return lval;
nv50_ir_print.cpp 846 const Value *lval = Value::get(it)->asLValue(); local
847 if (lval && !lval->livei.isEmpty()) {
848 INFO("livei(%%%i): ", lval->id);
849 lval->livei.print();
nv50_ir_ssa.cpp 333 LValue *lval; local
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
347 if (!lval || lval->defs.empty())
354 // gather blocks with assignments to lval in workList
355 for (Value::DefIterator d = lval->defs.begin();
356 d != lval->defs.end(); ++d) {
367 // for each block in workList, insert a phi for lval in the block's
382 if (!dfBB->liveSet.test(lval->id))
385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size))
427 LValue *lval = val->asLValue(); local
454 LValue *lval, *ssa; local
    [all...]
nv50_ir_ra.cpp 735 inline void setValue(LValue *lval) { data = lval; }
872 isShortRegVal(LValue *lval)
874 if (lval->getInsn() == NULL)
876 for (Value::DefCIterator def = lval->defs.begin();
877 def != lval->defs.end(); ++def)
880 for (Value::UseCIterator use = lval->uses.begin();
881 use != lval->uses.end(); ++use)
888 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval)
890 setValue(lval);
1445 LValue *lval = node->getValue(); local
1464 LValue *lval = nodes[i].getValue(); local
1485 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); local
1562 LValue *lval = reinterpret_cast<LValue *>(it.get()); local
1764 LValue *lval = it->first->asLValue(); local
2544 LValue *lval = new_LValue(func, cst->src(s).getFile()); local
2583 LValue *lval = new_LValue(func, cst->def(d).getFile()); local
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
keycodes.c 322 unsigned long lval; local
338 lval = KeyNameToLong(name);
353 if (info->names[kc] == lval)
387 old = FindKeyByLong(info, lval);
417 info->names[kc] = lval;
  /xsrc/external/mit/fontconfig/dist/src/
fcint.h 290 FcLangSet *lval; member in union:_FcExpr::__anon5396
  /xsrc/external/mit/fontconfig/include/
fcint.h 307 FcLangSet *lval; member in union:_FcExpr::__anon5411

Completed in 24 milliseconds