Lines Matching defs:load
2441 Instruction* load = new Instruction(getUniqueId(), getDerefTypeId(lValue), OpLoad);
2442 load->addIdOperand(lValue);
2447 load->addImmediateOperand(memoryAccess);
2449 load->addImmediateOperand(alignment);
2452 load->addIdOperand(makeUintConstant(scope));
2456 buildPoint->addInstruction(std::unique_ptr<Instruction>(load));
2457 setPrecision(load->getResultId(), precision);
2459 return load->getResultId();
3714 // If swizzle still exists, it may be out-of-order, we must load the target vector,
3778 // load through the access chain
3792 // load through the access chain
3832 // If swizzle exists, it is out-of-order or not full, we must load the target vector,