Searched refs:ATOMIC_LOAD_OR (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h876 ATOMIC_LOAD_OR, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1405 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
1462 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp91 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr";
H A DLegalizeIntegerTypes.cpp175 case ISD::ATOMIC_LOAD_OR:
1852 case ISD::ATOMIC_LOAD_OR:
H A DLegalizeDAG.cpp3899 case ISD::ATOMIC_LOAD_OR:
H A DSelectionDAG.cpp611 case ISD::ATOMIC_LOAD_OR:
6620 Opcode == ISD::ATOMIC_LOAD_OR ||
H A DSelectionDAGBuilder.cpp4672 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp470 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_OR, SYNC_FETCH_AND_OR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp237 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom);
5161 case ISD::ATOMIC_LOAD_OR:
7877 case SystemZ::ATOMIC_LOAD_OR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp756 setTargetDAGCombine(ISD::ATOMIC_LOAD_OR);
10030 case ISD::ATOMIC_LOAD_OR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp462 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1258 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand);

Completed in 423 milliseconds