Searched defs:lval (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dfpu_regs.h55 s32 lval; member in union:x86_fpu_reg_u
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dfpu_regs.h55 s32 lval; member in union:x86_fpu_reg_u
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.h230 LValue *lval = new_LValue(func, f); local in function:nv50_ir::BuildUtil::getScratch
238 LValue *lval = new_LValue(func, f); local in function:nv50_ir::BuildUtil::getSSA
H A Dnv50_ir_inlines.h197 void ValueDef::setSSA(LValue *lval) argument
H A Dnv50_ir_print.cpp846 const Value *lval = Value::get(it)->asLValue(); local in function:nv50_ir::Function::printLiveIntervals
H A Dnv50_ir_ssa.cpp333 LValue *lval; local in function:nv50_ir::Function::convertToSSA
427 LValue *lval = val->asLValue(); local in function:nv50_ir::RenamePass::mkUndefined
454 LValue *lval, *ssa; local in function:nv50_ir::RenamePass::search
[all...]
H A Dnv50_ir.cpp240 LValue::LValue(Function *fn, LValue *lval) argument
H A Dnv50_ir_ra.cpp735 inline void setValue(LValue *lval) { data = lval; } argument
872 isShortRegVal(LValue *lval) argument
888 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) argument
1445 LValue *lval = node->getValue(); local in function:nv50_ir::GCRA::selectRegisters
1464 LValue *lval = nodes[i].getValue(); local in function:nv50_ir::GCRA::selectRegisters
1485 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); local in function:nv50_ir::GCRA::allocateRegisters
1562 LValue *lval = reinterpret_cast<LValue *>(it.get()); local in function:nv50_ir::GCRA::cleanup
1645 offsetSlot(Value * base,const LValue * lval) argument
1658 spill(Instruction * defi,Value * slot,LValue * lval) argument
1699 unspill(Instruction * usei,LValue * lval,Value * slot) argument
1764 LValue *lval = it->first->asLValue(); local in function:nv50_ir::SpillCodeInserter::run
2088 LValue *lval = new_LValue(func, FILE_GPR); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::condenseDefs
2121 LValue *lval = new_LValue(func, FILE_GPR); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::condenseSrcs
2544 LValue *lval = new_LValue(func, cst->src(s).getFile()); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::insertConstraintMove
2583 LValue *lval = new_LValue(func, cst->def(d).getFile()); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::insertConstraintMoves
[all...]
H A Dnv50_ir.h1209 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); } argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h197 void ValueDef::setSSA(LValue *lval) argument
H A Dnv50_ir_build_util.h236 LValue *lval = new_LValue(func, f); local in function:nv50_ir::BuildUtil::getScratch
244 LValue *lval = new_LValue(func, f); local in function:nv50_ir::BuildUtil::getSSA
H A Dnv50_ir_print.cpp886 const Value *lval = Value::get(it)->asLValue(); local in function:nv50_ir::Function::printLiveIntervals
H A Dnv50_ir_ssa.cpp333 LValue *lval; local in function:nv50_ir::Function::convertToSSA
427 LValue *lval = val->asLValue(); local in function:nv50_ir::RenamePass::mkUndefined
454 LValue *lval, *ssa; local in function:nv50_ir::RenamePass::search
[all...]
H A Dnv50_ir.cpp239 LValue::LValue(Function *fn, LValue *lval) argument
H A Dnv50_ir_ra.cpp778 inline void setValue(LValue *lval) { data = lval; } argument
917 isShortRegVal(LValue *lval) argument
933 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) argument
1494 LValue *lval = node->getValue(); local in function:nv50_ir::GCRA::selectRegisters
1513 LValue *lval = nodes[i].getValue(); local in function:nv50_ir::GCRA::selectRegisters
1534 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i)); local in function:nv50_ir::GCRA::allocateRegisters
1612 LValue *lval = reinterpret_cast<LValue *>(it.get()); local in function:nv50_ir::GCRA::cleanup
1691 offsetSlot(Value * base,const LValue * lval) argument
1704 spill(Instruction * defi,Value * slot,LValue * lval) argument
1745 unspill(Instruction * usei,LValue * lval,Value * slot) argument
1810 LValue *lval = it->first->asLValue(); local in function:nv50_ir::SpillCodeInserter::run
2138 LValue *lval = new_LValue(func, FILE_GPR); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::condenseDefs
2171 LValue *lval = new_LValue(func, FILE_GPR); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::condenseSrcs
2622 LValue *lval = new_LValue(func, cst->src(s).getFile()); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::insertConstraintMove
2661 LValue *lval = new_LValue(func, cst->def(d).getFile()); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::insertConstraintMoves
[all...]
H A Dnv50_ir.h1263 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); } argument
/xsrc/external/mit/xkbcomp/dist/
H A Dkeycodes.c321 unsigned long lval; local in function:AddKeyName
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp1536 literal_integer(char * text,int len,struct _mesa_glsl_parse_state * state,YYSTYPE * lval,YYLTYPE * lloc,int base) argument
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcint.h290 FcLangSet *lval; member in union:_FcExpr::__anonce06f7f6010a
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h307 FcLangSet *lval; member in union:_FcExpr::__anon3b7708ef010a
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c1232 handle_ident(struct asm_parser_state *state, const char *text, YYSTYPE *lval) argument
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp1559 literal_integer(char * text,int len,struct _mesa_glsl_parse_state * state,YYSTYPE * lval,YYLTYPE * lloc,int base) argument

Completed in 106 milliseconds