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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 592 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
598 MEMBARRIER,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 86 MEMBARRIER
XCoreISelLowering.cpp 67 case XCoreISD::MEMBARRIER : return "XCoreISD::MEMBARRIER";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.h 86 MEMBARRIER
XCoreISelLowering.cpp 68 case XCoreISD::MEMBARRIER : return "XCoreISD::MEMBARRIER";
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 150 MEMBARRIER,
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 92 MEMBARRIER, // Memory barrier (DMB)
ARMISelLowering.cpp 620 // membarrier needs custom lowering; the rest are legal and handled
622 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
636 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 310 MEMBARRIER,
    [all...]
X86ISelLowering.cpp 465 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 154 MEMBARRIER,
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 516 MEMBARRIER,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 102 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 238 case MBlaze::MEMBARRIER:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h 539 MEMBARRIER,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 753 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 195 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
678 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 176 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp 768 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 1261 milliseconds

1 2