Searched refs:ATOMIC_LOAD_XOR (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 723 ATOMIC_LOAD_XOR, enumerator
|
D | SelectionDAGNodes.h | 1203 N->getOpcode() == ISD::ATOMIC_LOAD_XOR || 1322 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 71 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 141 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult() 1336 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 495 case ISD::ATOMIC_LOAD_XOR: in AddNodeIDCustom() 4894 Opcode == ISD::ATOMIC_LOAD_XOR || in getAtomic()
|
D | LegalizeDAG.cpp | 3990 case ISD::ATOMIC_LOAD_XOR: in ConvertNodeToLibcall()
|
D | SelectionDAGBuilder.cpp | 3518 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break; in visitAtomicRMW()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 140 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 531 defm ATOMIC_LOAD_XOR : AtomicRMW<atomic_load_xor_32, atomic_load_xor_64>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 281 setTargetDAGCombine(ISD::ATOMIC_LOAD_XOR); in SITargetLowering() 2124 case ISD::ATOMIC_LOAD_XOR: in PerformDAGCombine()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1933 case ISD::ATOMIC_LOAD_XOR: in selectAtomicLoadArith() 2310 case ISD::ATOMIC_LOAD_XOR: in Select()
|
D | X86ISelLowering.cpp | 20364 case ISD::ATOMIC_LOAD_XOR: in ReplaceNodeResults()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 681 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR) in getATOMIC()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 496 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 211 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering() 4371 case ISD::ATOMIC_LOAD_XOR: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 865 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in ARMTargetLowering()
|