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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 679 ATOMIC_LOAD_ADD,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 61 case ISD::ATOMIC_LOAD_ADD: return "AtomicLoadAdd";
LegalizeIntegerTypes.cpp 128 case ISD::ATOMIC_LOAD_ADD:
    [all...]
SelectionDAG.cpp 525 case ISD::ATOMIC_LOAD_ADD:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 136 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand);
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 229 setTargetDAGCombine(ISD::ATOMIC_LOAD_ADD);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 163 // Lower ATOMIC_LOAD_SUB into ATOMIC_LOAD_ADD if LAA and LAAG are
195 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 688 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_ADD, SYNC_FETCH_AND_ADD)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 64 milliseconds