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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 619 ATOMIC_LOAD_NAND,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 65 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand";
LegalizeIntegerTypes.cpp 130 case ISD::ATOMIC_LOAD_NAND:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 452 case ISD::ATOMIC_LOAD_NAND:
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 433 case ISD::ATOMIC_LOAD_NAND:
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 141 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 149 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 583 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i64, Custom);
    [all...]

Completed in 104 milliseconds