HomeSort by: relevance | last modified time | path
    Searched refs:shouldExpandAtomicStoreInIR (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 661 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
AArch64ISelLowering.cpp 16830 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 652 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
ARMISelLowering.cpp 19347 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 331 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HexagonISelLowering.cpp 3610 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1587 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
X86ISelLowering.cpp     [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 273 if (TLI->shouldExpandAtomicStoreInIR(SI))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1958 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const {

Completed in 199 milliseconds