OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATOMIC_LOAD_OR
(Results
1 - 14
of
14
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
[
all
...]
SelectionDAGNodes.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
70
case ISD::
ATOMIC_LOAD_OR
: return "AtomicLoadOr";
LegalizeIntegerTypes.cpp
140
case ISD::
ATOMIC_LOAD_OR
:
[
all
...]
SelectionDAG.cpp
494
case ISD::
ATOMIC_LOAD_OR
:
[
all
...]
LegalizeDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
139
setOperationAction(ISD::
ATOMIC_LOAD_OR
, MVT::i32, Expand);
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
680
OP_TO_LIBCALL(ISD::
ATOMIC_LOAD_OR
, SYNC_FETCH_AND_OR)
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
280
setTargetDAGCombine(ISD::
ATOMIC_LOAD_OR
);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
210
setOperationAction(ISD::
ATOMIC_LOAD_OR
, MVT::i32, Custom);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 90 milliseconds