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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp539 static AvailableValueInBlock getLoad(BasicBlock *BB, LoadInst *LI, function in struct:__anon21630::AvailableValueInBlock
1398 ValuesPerBlock.push_back(AvailableValueInBlock::getLoad(DepBB,DepLI,
1464 ValuesPerBlock.push_back(AvailableValueInBlock::getLoad(DepBB, LD));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3776 Value = DAG.getLoad(VT, dl, Chain,
4356 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4376 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4388 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, function in class:SelectionDAG
4417 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO);
4421 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, function in class:SelectionDAG
4468 SDValue SelectionDAG::getLoad(EVT VT, SDLoc dl, function in class:SelectionDAG
4476 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
4487 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
4499 return getLoad(A
[all...]

Completed in 798 milliseconds