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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.h 198 AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
SparcISelLowering.cpp 1354 TargetLowering::AtomicExpansionKind SparcTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.h 100 shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
VEISelLowering.cpp 1086 VETargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 53 AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override;
WebAssemblyISelLowering.cpp 322 WebAssemblyTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 329 AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override;
SIISelLowering.h 456 AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override;
AMDGPUISelLowering.cpp 4719 AMDGPUTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *RMW) const {
SIISelLowering.cpp 12110 SITargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *RMW) const {
12176 return AMDGPUTargetLowering::shouldExpandAtomicRMWInIR(RMW);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 440 shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
RISCVISelLowering.cpp 8286 RISCVTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 663 shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
AArch64ISelLowering.cpp 16846 AArch64TargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 654 shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
ARMISelLowering.cpp 19369 ARMTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
19388 // Similar to shouldExpandAtomicRMWInIR, ldrex/strex can be used up to 32
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 336 shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1589 shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
X86ISelLowering.cpp     [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 536 switch (TLI->shouldExpandAtomicRMWInIR(AI)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1987 virtual AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *RMW) const {

Completed in 124 milliseconds