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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h878 ATOMIC_LOAD_NAND, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1407 N->getOpcode() == ISD::ATOMIC_LOAD_NAND ||
1464 N->getOpcode() == ISD::ATOMIC_LOAD_NAND ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp138 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp93 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand";
H A DLegalizeIntegerTypes.cpp177 case ISD::ATOMIC_LOAD_NAND:
1854 case ISD::ATOMIC_LOAD_NAND:
H A DLegalizeDAG.cpp3901 case ISD::ATOMIC_LOAD_NAND:
H A DSelectionDAG.cpp613 case ISD::ATOMIC_LOAD_NAND:
6622 Opcode == ISD::ATOMIC_LOAD_NAND ||
H A DSelectionDAGBuilder.cpp4671 case AtomicRMWInst::Nand: NT = ISD::ATOMIC_LOAD_NAND; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp136 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp472 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_NAND, SYNC_FETCH_AND_NAND)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp239 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Custom);
5165 case ISD::ATOMIC_LOAD_NAND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp758 setTargetDAGCombine(ISD::ATOMIC_LOAD_NAND);
10032 case ISD::ATOMIC_LOAD_NAND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1260 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 399 milliseconds