Home
last modified time | relevance | path

Searched refs:lowerAtomicStoreAsStoreSDNode (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1574 bool lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const override;
DX86ISelLowering.cpp28540 bool X86TargetLowering::lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const { in lowerAtomicStoreAsStoreSDNode() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1442 bool lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const override;
DX86ISelLowering.cpp27448 bool X86TargetLowering::lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const { in lowerAtomicStoreAsStoreSDNode() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3777 virtual bool lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const { in lowerAtomicStoreAsStoreSDNode() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h4014 virtual bool lowerAtomicStoreAsStoreSDNode(const StoreInst &SI) const { in lowerAtomicStoreAsStoreSDNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4819 if (TLI.lowerAtomicStoreAsStoreSDNode(I)) { in visitAtomicStore()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4597 if (TLI.lowerAtomicStoreAsStoreSDNode(I)) { in visitAtomicStore()