Searched refs:prepareVolatileOrAtomicLoad (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 477 SDValue prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL,
|
D | SystemZISelLowering.cpp | 1283 SDValue SystemZTargetLowering::prepareVolatileOrAtomicLoad( in prepareVolatileOrAtomicLoad() function in SystemZTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2729 virtual SDValue prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL, in prepareVolatileOrAtomicLoad() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3761 virtual SDValue prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL, in prepareVolatileOrAtomicLoad() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4005 virtual SDValue prepareVolatileOrAtomicLoad(SDValue Chain, const SDLoc &DL, in prepareVolatileOrAtomicLoad() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3508 Root = TLI.prepareVolatileOrAtomicLoad(Root, dl, DAG); in visitLoad() 4000 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4102 Root = TLI.prepareVolatileOrAtomicLoad(Root, dl, DAG); in visitLoad() 4757 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3970 Root = TLI.prepareVolatileOrAtomicLoad(Root, dl, DAG); in visitLoad() 4539 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()
|