HomeSort by relevance Sort by last modified time
    Searched refs:shouldExpandAtomicStoreInIR (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 259 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 355 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 464 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 307 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 387 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.h 535 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
    [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 281 if (TLI->shouldExpandAtomicStoreInIR(SI))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp 298 if (TLI->shouldExpandAtomicStoreInIR(SI))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h     [all...]

Completed in 1201 milliseconds