Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_XOR (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h625 ATOMIC_LOAD_XOR, enumerator
DSelectionDAGNodes.h973 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
1058 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h732 ATOMIC_LOAD_XOR, enumerator
DSelectionDAGNodes.h1107 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
1188 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp71 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor"; in getOperationName()
DLegalizeIntegerTypes.cpp146 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult()
1341 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
DSelectionDAG.cpp470 case ISD::ATOMIC_LOAD_XOR: in AddNodeIDCustom()
4912 Opcode == ISD::ATOMIC_LOAD_XOR || in getAtomic()
DLegalizeDAG.cpp3771 case ISD::ATOMIC_LOAD_XOR: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp3940 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break; in visitAtomicRMW()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp138 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp1584 case ISD::ATOMIC_LOAD_XOR: in SelectAtomicLoadArith()
1751 case ISD::ATOMIC_LOAD_XOR: in Select()
DX86ISelLowering.cpp489 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom); in X86TargetLowering()
10607 case ISD::ATOMIC_LOAD_XOR: in ReplaceNodeResults()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp128 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult()
1122 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
1229 case ISD::ATOMIC_LOAD_XOR: in ExpandAtomic()
DSelectionDAG.cpp430 case ISD::ATOMIC_LOAD_XOR: in AddNodeIDCustom()
3934 Opcode == ISD::ATOMIC_LOAD_XOR || in getAtomic()
5882 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor"; in getOperationName()
DLegalizeDAG.cpp2939 case ISD::ATOMIC_LOAD_XOR: in ExpandAtomic()
3050 case ISD::ATOMIC_LOAD_XOR: in ExpandNode()
DDAGCombiner.cpp7133 case ISD::ATOMIC_LOAD_XOR: in visitMEMBARRIER()
7159 case ISD::ATOMIC_LOAD_XOR: in visitMEMBARRIER()
DSelectionDAGBuilder.cpp3368 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break; in visitAtomicRMW()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp248 setTargetDAGCombine(ISD::ATOMIC_LOAD_XOR); in SITargetLowering()
3014 case ISD::ATOMIC_LOAD_XOR: in PerformDAGCombine()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp746 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR) in getSYNC()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td428 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td508 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp629 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom); in ARMTargetLowering()
644 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in ARMTargetLowering()
5024 case ISD::ATOMIC_LOAD_XOR: in ReplaceNodeResults()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp209 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering()
4543 case ISD::ATOMIC_LOAD_XOR: in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp443 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Custom); in X86TargetLowering()
21186 case ISD::ATOMIC_LOAD_XOR: in lowerAtomicArithWithLOCK()
21670 case ISD::ATOMIC_LOAD_XOR: in LowerOperation()
22031 case ISD::ATOMIC_LOAD_XOR: in ReplaceNodeResults()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp876 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in ARMTargetLowering()

12