Searched refs:ATOMIC_LOAD_OR (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h722 ATOMIC_LOAD_OR, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1202 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
1321 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp70 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr";
H A DLegalizeIntegerTypes.cpp140 case ISD::ATOMIC_LOAD_OR:
1335 case ISD::ATOMIC_LOAD_OR:
H A DSelectionDAG.cpp494 case ISD::ATOMIC_LOAD_OR:
4893 Opcode == ISD::ATOMIC_LOAD_OR ||
H A DLegalizeDAG.cpp3989 case ISD::ATOMIC_LOAD_OR:
H A DSelectionDAGBuilder.cpp3517 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break;
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp139 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp680 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_OR, SYNC_FETCH_AND_OR)
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp280 setTargetDAGCombine(ISD::ATOMIC_LOAD_OR);
2123 case ISD::ATOMIC_LOAD_OR:
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1927 case ISD::ATOMIC_LOAD_OR:
2312 case ISD::ATOMIC_LOAD_OR:
H A DX86ISelLowering.cpp20363 case ISD::ATOMIC_LOAD_OR:
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp210 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom);
4369 case ISD::ATOMIC_LOAD_OR:
5785 case SystemZ::ATOMIC_LOAD_OR:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp864 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand);

Completed in 282 milliseconds