Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_NAND (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1310 ATOMIC_LOAD_NAND, enumerator
H A DSelectionDAGNodes.h1462 case ISD::ATOMIC_LOAD_NAND:
1548 N->getOpcode() == ISD::ATOMIC_LOAD_NAND ||
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp138 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp94 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand"; in getOperationName()
H A DSelectionDAG.cpp901 case ISD::ATOMIC_LOAD_NAND: in AddNodeIDCustom()
4176 case ISD::ATOMIC_LOAD_NAND: in computeKnownBits()
5018 case ISD::ATOMIC_LOAD_NAND: in ComputeNumSignBits()
8679 Opcode == ISD::ATOMIC_LOAD_NAND || in getAtomic()
H A DLegalizeIntegerTypes.cpp269 case ISD::ATOMIC_LOAD_NAND: in PromoteIntegerResult()
2831 case ISD::ATOMIC_LOAD_NAND: in ExpandIntegerResult()
H A DLegalizeDAG.cpp4440 case ISD::ATOMIC_LOAD_NAND: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp5093 case AtomicRMWInst::Nand: NT = ISD::ATOMIC_LOAD_NAND; break; in visitAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp514 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_NAND, SYNC_FETCH_AND_NAND) in getSYNC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp143 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp288 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp177 ISD::ATOMIC_LOAD_NAND, in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td731 def atomic_load_nand: SDNode<"ISD::ATOMIC_LOAD_NAND", SDTAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp288 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Custom); in SystemZTargetLowering()
6193 case ISD::ATOMIC_LOAD_NAND: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp942 ISD::ATOMIC_LOAD_NAND, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1422 ISD::ATOMIC_LOAD_XOR, ISD::ATOMIC_LOAD_NAND, ISD::ATOMIC_LOAD_MIN, in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1361 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, LibCall); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33520 case ISD::ATOMIC_LOAD_NAND: in ReplaceNodeResults()