Home
last modified time | relevance | path

Searched refs:prepareVolatileOrAtomicLoad (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h477 SDValue prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL,
DSystemZISelLowering.cpp1283 SDValue SystemZTargetLowering::prepareVolatileOrAtomicLoad( in prepareVolatileOrAtomicLoad() function in SystemZTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2729 virtual SDValue prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL, in prepareVolatileOrAtomicLoad() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3508 Root = TLI.prepareVolatileOrAtomicLoad(Root, dl, DAG); in visitLoad()
4000 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()