HomeSort by relevance Sort by last modified time
    Searched refs:ATOMIC_LOAD_NAND (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 72 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand";
LegalizeIntegerTypes.cpp 142 case ISD::ATOMIC_LOAD_NAND:
    [all...]
SelectionDAG.cpp 496 case ISD::ATOMIC_LOAD_NAND:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 141 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 682 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_NAND, SYNC_FETCH_AND_NAND)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 282 setTargetDAGCombine(ISD::ATOMIC_LOAD_NAND);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 212 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 447 milliseconds