Searched defs:ScalarLoad (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp366 SDValue ScalarLoad = DAG.getExtLoad(ExtType, dl, local
376 LoadVals.push_back(ScalarLoad.getValue(0));
377 LoadChains.push_back(ScalarLoad.getValue(1));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15144 SDValue ScalarLoad = DAG.getLoad(SclrLoadTy, dl, Ld->getChain(), local
15148 Chains.push_back(ScalarLoad.getValue(1));
15152 Res = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LoadUnitVecVT, ScalarLoad);
15155 ScalarLoad, DAG.getIntPtrConstant(i));

Completed in 108 milliseconds