Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h247 SDValue prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL,
H A DSystemZISelLowering.cpp1014 prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, SelectionDAG &DAG) const { in prepareVolatileOrAtomicLoad() function in SystemZTargetLowering
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2522 virtual SDValue prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, in prepareVolatileOrAtomicLoad() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3539 Root = TLI.prepareVolatileOrAtomicLoad(Root, getCurSDLoc(), DAG); in visitLoad()
3799 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()