Searched refs:prepareVolatileOrAtomicLoad (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 448 SDValue prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL,
|
D | SystemZISelLowering.cpp | 1239 prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, SelectionDAG &DAG) const { in prepareVolatileOrAtomicLoad() function in SystemZTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2571 virtual SDValue prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, in prepareVolatileOrAtomicLoad() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3169 Root = TLI.prepareVolatileOrAtomicLoad(Root, dl, DAG); in visitLoad() 3578 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()
|