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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1199 static AvailableValueInBlock getLoad(BasicBlock *BB, LoadInst *LI, function in struct:__anon9921::AvailableValueInBlock
1412 ValuesPerBlock.push_back(AvailableValueInBlock::getLoad(DepBB,DepLI,
1478 ValuesPerBlock.push_back(AvailableValueInBlock::getLoad(DepBB, LD));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3756 Value = DAG.getLoad(VT, dl, Chain,
4331 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4351 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4363 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, function in class:SelectionDAG
4392 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO);
4396 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, function in class:SelectionDAG
4443 SDValue SelectionDAG::getLoad(EVT VT, DebugLoc dl, function in class:SelectionDAG
4451 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
4462 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
4474 return getLoad(A
[all...]

Completed in 147 milliseconds