HomeSort by relevance Sort by last modified time
    Searched refs:ATOMIC_FENCE (Results 1 - 25 of 39) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 600 // OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope)
603 ATOMIC_FENCE,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 695 /// OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope)
698 ATOMIC_FENCE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 566 if (MI->getOpcode() != AMDGPU::ATOMIC_FENCE)
936 assert(MI->getOpcode() == AMDGPU::ATOMIC_FENCE);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 63 case ISD::ATOMIC_FENCE: return "AtomicFence";
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 131 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
MipsISelLowering.cpp     [all...]
MipsSEISelLowering.cpp 138 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 103 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 83 case ISD::ATOMIC_FENCE: return "AtomicFence";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 131 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
MipsISelLowering.cpp     [all...]
MipsSEISelLowering.cpp 207 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 156 // As we are always Sequential Consistent, an ATOMIC_FENCE becomes a no OP.
157 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
224 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 153 // As we are always Sequential Consistent, an ATOMIC_FENCE becomes a no OP.
154 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
221 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 751 // FIXME: There are instructions available for ATOMIC_FENCE
754 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 196 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
679 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 177 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 217 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 239 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 456 milliseconds

1 2