Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4640 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() function in SelectionDAG
4673 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() function in SelectionDAG
4721 SDValue SelectionDAG::getLoad(EVT VT, SDLoc dl, in getLoad() function in SelectionDAG
4734 SDValue SelectionDAG::getLoad(EVT VT, SDLoc dl, in getLoad() function in SelectionDAG
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp546 static AvailableValueInBlock getLoad(BasicBlock *BB, LoadInst *LI, in getLoad() function