/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1309 ATOMIC_LOAD_XOR, enumerator
|
H A D | SelectionDAGNodes.h | 1461 case ISD::ATOMIC_LOAD_XOR: 1547 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 91 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Custom); in BPFTargetLowering() 286 case ISD::ATOMIC_LOAD_XOR: in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 137 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, LibCall); in Mips16TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 477 case ISD::ATOMIC_LOAD_XOR: { in getOUTLINE_ATOMIC() 513 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR) in getSYNC()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 93 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor"; in getOperationName()
|
H A D | SelectionDAG.cpp | 900 case ISD::ATOMIC_LOAD_XOR: in AddNodeIDCustom() 4175 case ISD::ATOMIC_LOAD_XOR: in computeKnownBits() 5017 case ISD::ATOMIC_LOAD_XOR: in ComputeNumSignBits() 8678 Opcode == ISD::ATOMIC_LOAD_XOR || in getAtomic()
|
H A D | LegalizeIntegerTypes.cpp | 268 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult() 2830 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
|
H A D | LegalizeDAG.cpp | 4439 case ISD::ATOMIC_LOAD_XOR: in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 5095 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break; in visitAtomicRMW()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 287 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 176 ISD::ATOMIC_LOAD_XOR, in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 729 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 287 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering() 6191 case ISD::ATOMIC_LOAD_XOR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 936 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i8, LibCall); in AArch64TargetLowering() 937 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i16, LibCall); in AArch64TargetLowering() 938 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, LibCall); in AArch64TargetLowering() 939 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, LibCall); in AArch64TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 544 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Custom); in X86TargetLowering() 31651 case ISD::ATOMIC_LOAD_XOR: in lowerAtomicArithWithLOCK() 31689 (Opc == ISD::ATOMIC_LOAD_XOR && isMinSignedConstant(RHS))) in lowerAtomicArith() 32361 case ISD::ATOMIC_LOAD_XOR: in LowerOperation() 33519 case ISD::ATOMIC_LOAD_XOR: in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 941 ISD::ATOMIC_LOAD_XOR, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1422 ISD::ATOMIC_LOAD_XOR, ISD::ATOMIC_LOAD_NAND, ISD::ATOMIC_LOAD_MIN, in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1360 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, LibCall); in ARMTargetLowering()
|