Searched refs:ATOMIC_LOAD_NAND (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1310 ATOMIC_LOAD_NAND, enumerator
|
H A D | SelectionDAGNodes.h | 1462 case ISD::ATOMIC_LOAD_NAND: 1548 N->getOpcode() == ISD::ATOMIC_LOAD_NAND ||
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 138 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, LibCall); in Mips16TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 94 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand"; in getOperationName()
|
H A D | SelectionDAG.cpp | 901 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 D | LegalizeIntegerTypes.cpp | 269 case ISD::ATOMIC_LOAD_NAND: in PromoteIntegerResult() 2831 case ISD::ATOMIC_LOAD_NAND: in ExpandIntegerResult()
|
H A D | LegalizeDAG.cpp | 4440 case ISD::ATOMIC_LOAD_NAND: in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 5093 case AtomicRMWInst::Nand: NT = ISD::ATOMIC_LOAD_NAND; break; in visitAtomicRMW()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 514 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_NAND, SYNC_FETCH_AND_NAND) in getSYNC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 143 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 288 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 177 ISD::ATOMIC_LOAD_NAND, in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 731 def atomic_load_nand: SDNode<"ISD::ATOMIC_LOAD_NAND", SDTAtomic2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 288 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 D | SIISelLowering.cpp | 942 ISD::ATOMIC_LOAD_NAND, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1422 ISD::ATOMIC_LOAD_XOR, ISD::ATOMIC_LOAD_NAND, ISD::ATOMIC_LOAD_MIN, in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1361 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, LibCall); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 33520 case ISD::ATOMIC_LOAD_NAND: in ReplaceNodeResults()
|