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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h877 ATOMIC_LOAD_XOR, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1406 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
1463 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp137 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp92 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor";
H A DLegalizeIntegerTypes.cpp176 case ISD::ATOMIC_LOAD_XOR:
1853 case ISD::ATOMIC_LOAD_XOR:
H A DLegalizeDAG.cpp3900 case ISD::ATOMIC_LOAD_XOR:
H A DSelectionDAG.cpp612 case ISD::ATOMIC_LOAD_XOR:
6621 Opcode == ISD::ATOMIC_LOAD_XOR ||
H A DSelectionDAGBuilder.cpp4673 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp471 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp238 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom);
5163 case ISD::ATOMIC_LOAD_XOR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp757 setTargetDAGCombine(ISD::ATOMIC_LOAD_XOR);
10031 case ISD::ATOMIC_LOAD_XOR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp463 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Custom);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1259 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand);

Completed in 340 milliseconds