/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 732 ATOMIC_LOAD_XOR, enumerator
|
D | SelectionDAGNodes.h | 1107 N->getOpcode() == ISD::ATOMIC_LOAD_XOR || 1188 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 877 ATOMIC_LOAD_XOR, enumerator
|
D | SelectionDAGNodes.h | 1406 N->getOpcode() == ISD::ATOMIC_LOAD_XOR || 1463 N->getOpcode() == ISD::ATOMIC_LOAD_XOR ||
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1062 ATOMIC_LOAD_XOR, enumerator
|
D | SelectionDAGNodes.h | 1366 N->getOpcode() == ISD::ATOMIC_LOAD_XOR || 1423 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 | 146 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult() 1341 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 470 case ISD::ATOMIC_LOAD_XOR: in AddNodeIDCustom() 4912 Opcode == ISD::ATOMIC_LOAD_XOR || in getAtomic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 137 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 137 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 138 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 92 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 176 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult() 1841 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 92 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 185 case ISD::ATOMIC_LOAD_XOR: in PromoteIntegerResult() 2070 case ISD::ATOMIC_LOAD_XOR: in ExpandIntegerResult()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 545 case ISD::ATOMIC_LOAD_XOR: { in getOUTLINE_ATOMIC() 581 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR) in getSYNC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 471 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR) in getSYNC()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 248 setTargetDAGCombine(ISD::ATOMIC_LOAD_XOR); in SITargetLowering() 3014 case ISD::ATOMIC_LOAD_XOR: in PerformDAGCombine()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 746 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_XOR, SYNC_FETCH_AND_XOR) in getSYNC()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 508 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 598 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 607 def atomic_load_xor : SDNode<"ISD::ATOMIC_LOAD_XOR" , SDTAtomic2,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 209 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering() 4543 case ISD::ATOMIC_LOAD_XOR: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 238 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering() 5163 case ISD::ATOMIC_LOAD_XOR: in LowerOperation()
|