OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNormalStore
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp
460
assert(ISD::
isNormalStore
(N) && "This routine only for normal stores!");
LegalizeFloatTypes.cpp
1967
if (ISD::
isNormalStore
(N))
LegalizeDAG.cpp
423
if (!ISD::
isNormalStore
(ST))
LegalizeIntegerTypes.cpp
4512
if (ISD::
isNormalStore
(N))
DAGCombiner.cpp
16576
if (ISD::
isNormalStore
(ST) && ISD::isNormalLoad(Value.getNode()) &&
17725
if (!ISD::
isNormalStore
(ST))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
2704
inline bool
isNormalStore
(const SDNode *N) {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
1260
if (!ISD::
isNormalStore
(StoreNode) || StoreNode->isNonTemporal())
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
2926
if (!SN->isSimple() || !ISD::
isNormalStore
(SN))
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
3006
if (!ISD::
isNormalStore
(StoreNode) || StoreNode->isNonTemporal())
X86ISelLowering.cpp
4844
return Op.hasOneUse() && ISD::
isNormalStore
(*Op.getNode()->use_begin());
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
14606
assert((ISD::isNormalLoad(LSBase) || ISD::
isNormalStore
(LSBase)) &&
14738
if (Opcode == ISD::VECTOR_SHUFFLE && ISD::
isNormalStore
(N)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
15385
if (!ISD::
isNormalStore
(St))
15435
if (Subtarget->hasNEON() && ISD::
isNormalStore
(N) && VT.isVector() &&
Completed in 269 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026