Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_CLR (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1307 ATOMIC_LOAD_CLR, enumerator
HDSelectionDAGNodes.h1459 case ISD::ATOMIC_LOAD_CLR:
1545 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp91 case ISD::ATOMIC_LOAD_CLR: return "AtomicLoadClr"; in getOperationName()
HDSelectionDAG.cpp898 case ISD::ATOMIC_LOAD_CLR: in AddNodeIDCustom()
4173 case ISD::ATOMIC_LOAD_CLR: in computeKnownBits()
5015 case ISD::ATOMIC_LOAD_CLR: in ComputeNumSignBits()
8676 Opcode == ISD::ATOMIC_LOAD_CLR || in getAtomic()
HDLegalizeIntegerTypes.cpp266 case ISD::ATOMIC_LOAD_CLR: in PromoteIntegerResult()
2828 case ISD::ATOMIC_LOAD_CLR: in ExpandIntegerResult()
HDLegalizeDAG.cpp4437 case ISD::ATOMIC_LOAD_CLR: in ConvertNodeToLibcall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp473 case ISD::ATOMIC_LOAD_CLR: { in getOUTLINE_ATOMIC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp286 setOperationAction(ISD::ATOMIC_LOAD_CLR, VT, Expand); in initSPUActions()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td725 def atomic_load_clr : SDNode<"ISD::ATOMIC_LOAD_CLR" , SDTAtomic2,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp932 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i8, LibCall); in AArch64TargetLowering()
933 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i16, LibCall); in AArch64TargetLowering()
934 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i32, LibCall); in AArch64TargetLowering()
935 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i64, LibCall); in AArch64TargetLowering()
15357 return DAG.getAtomic(ISD::ATOMIC_LOAD_CLR, dl, AN->getMemoryVT(), in LowerATOMIC_LOAD_AND()
26056 assert(ISDOpcode != ISD::ATOMIC_LOAD_CLR && in getAtomicLoad128Opcode()
26245 case ISD::ATOMIC_LOAD_CLR: in ReplaceNodeResults()