Lines Matching defs:lv
1210 std::unique_ptr<LValue> lv = this->getLValue(arg, out);
1211 SpvId ptr = lv->getPointer();
1212 if (ptr != (SpvId) -1 && lv->isMemoryObjectPointer()) {
1219 tmpValueId = lv->load(out);
1222 tempVars->push_back(TempVar{tmpVar, &arg.type(), std::move(lv)});
2819 std::unique_ptr<LValue> lv = this->getLValue(*p.operand(), out);
2821 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one,
2824 lv->store(result, out);
2828 std::unique_ptr<LValue> lv = this->getLValue(*p.operand(), out);
2830 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one, SpvOpFSub,
2832 lv->store(result, out);
2856 std::unique_ptr<LValue> lv = this->getLValue(*p.operand(), out);
2857 SpvId result = lv->load(out);
2863 lv->store(temp, out);
2869 lv->store(temp, out);