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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 73 case ISD::ATOMIC_LOAD_MIN: return "AtomicLoadMin";
LegalizeIntegerTypes.cpp 143 case ISD::ATOMIC_LOAD_MIN:
    [all...]
SelectionDAG.cpp 497 case ISD::ATOMIC_LOAD_MIN:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 142 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 685 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_MIN, SYNC_FETCH_AND_MIN)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 283 setTargetDAGCombine(ISD::ATOMIC_LOAD_MIN);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 213 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 106 milliseconds