Searched refs:ATOMIC_LOAD_AND (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h874 ATOMIC_LOAD_AND, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1403 N->getOpcode() == ISD::ATOMIC_LOAD_AND ||
1460 N->getOpcode() == ISD::ATOMIC_LOAD_AND ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp135 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp89 case ISD::ATOMIC_LOAD_AND: return "AtomicLoadAnd";
H A DLegalizeIntegerTypes.cpp173 case ISD::ATOMIC_LOAD_AND:
1850 case ISD::ATOMIC_LOAD_AND:
H A DLegalizeDAG.cpp3897 case ISD::ATOMIC_LOAD_AND:
H A DSelectionDAG.cpp609 case ISD::ATOMIC_LOAD_AND:
6618 Opcode == ISD::ATOMIC_LOAD_AND ||
H A DSelectionDAGBuilder.cpp4670 case AtomicRMWInst::And: NT = ISD::ATOMIC_LOAD_AND; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp469 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_AND, SYNC_FETCH_AND_AND)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp236 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Custom);
5159 case ISD::ATOMIC_LOAD_AND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp543 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Custom);
544 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i64, Custom);
3278 case ISD::ATOMIC_LOAD_AND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp755 setTargetDAGCombine(ISD::ATOMIC_LOAD_AND);
10029 case ISD::ATOMIC_LOAD_AND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp464 setOperationAction(ISD::ATOMIC_LOAD_AND, VT, Custom);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1257 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand);

Completed in 573 milliseconds