OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTruncatingStore
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
710
if (ST->
isTruncatingStore
())
745
if (MSt->
isTruncatingStore
())
779
if (MScatter->
isTruncatingStore
())
LegalizeVectorTypes.cpp
796
if (N->
isTruncatingStore
())
2615
N->getAddressingMode(), N->
isTruncatingStore
(),
2642
N->getAddressingMode(), N->
isTruncatingStore
(),
2702
N->
isTruncatingStore
());
2710
N->
isTruncatingStore
());
2718
bool isTruncating = N->
isTruncatingStore
();
4880
if (ST->
isTruncatingStore
())
4990
MSC->
isTruncatingStore
());
LegalizeVectorOps.cpp
292
if (StVT.isVector() && ST->
isTruncatingStore
()) {
LegalizeFloatTypes.cpp
1043
if (ST->
isTruncatingStore
())
3010
assert(!ST->
isTruncatingStore
() && "Unexpected truncating store.");
DAGCombiner.cpp
9682
MSC->getMemOperand(), MSC->getIndexType(), MSC->
isTruncatingStore
());
9689
MSC->getMemOperand(), MSC->getIndexType(), MSC->
isTruncatingStore
());
9709
!MST->
isTruncatingStore
())
16457
if (ST->
isTruncatingStore
() || VT.isVector() || !Value.hasOneUse())
16957
if (Other->
isTruncatingStore
())
17700
if (ST->
isTruncatingStore
()) {
17807
if (Value.getOpcode() == ISD::BITCAST && !ST->
isTruncatingStore
() &&
17866
if (ST->
isTruncatingStore
() && ST->isUnindexed() &&
23090
if (St->
isTruncatingStore
())
LegalizeDAG.cpp
496
if (!ST->
isTruncatingStore
()) {
1338
if (ST->isIndexed() || ST->
isTruncatingStore
() ||
SelectionDAG.cpp
7525
ST->
isTruncatingStore
(), ST->getMemoryVT(),
7626
AM, ST->
isTruncatingStore
(), ST->isCompressingStore());
LegalizeIntegerTypes.cpp
1903
bool TruncateStore = N->
isTruncatingStore
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
2295
bool
isTruncatingStore
() const { return StoreSDNodeBits.IsTruncating; }
2396
bool
isTruncatingStore
() const { return StoreSDNodeBits.IsTruncating; }
2502
bool
isTruncatingStore
() const { return StoreSDNodeBits.IsTruncating; }
2706
return St && !St->
isTruncatingStore
() &&
2712
return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->
isTruncatingStore
();
2717
return isa<StoreSDNode>(N) && cast<StoreSDNode>(N)->
isTruncatingStore
();
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
1053
assert(Store->
isTruncatingStore
()
1153
const bool TruncatingStore = StoreNode->
isTruncatingStore
();
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
488
assert(!ST->
isTruncatingStore
() && "Unexpected store type");
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
518
if (ST->
isTruncatingStore
() && ValueVT.getSizeInBits() == 64) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
4393
if (StoreNode->
isTruncatingStore
()) {
14167
assert(!St.
isTruncatingStore
() && "cannot split truncating vector store");
14409
if (St.
isTruncatingStore
())
14464
if (St.
isTruncatingStore
())
17457
Store->
isTruncatingStore
());
17464
if (Store->
isTruncatingStore
())
17477
Store->getAddressingMode(), Store->
isTruncatingStore
());
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
9550
assert(!ST->
isTruncatingStore
() && "Expected a non-extending store");
15141
if (!St->
isTruncatingStore
() || !VT.isVector())
15224
if (!St->isSimple() || St->
isTruncatingStore
() || !St->isUnindexed())
15332
if (!St->isSimple() || St->
isTruncatingStore
() || !St->isUnindexed())
18014
isNonExt = !ST->
isTruncatingStore
();
18026
isNonExt = !ST->
isTruncatingStore
();
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
6051
if (MemVT.isInteger() && SN->
isTruncatingStore
()) {
6063
if (!SN->
isTruncatingStore
() &&
6082
if (!SN->
isTruncatingStore
() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
2757
if ((VT == MVT::i32) || SD->
isTruncatingStore
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
24224
assert(!St->
isTruncatingStore
() && "Expected non-truncating store");
24244
if (St->
isTruncatingStore
())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
4451
assert(!MSN->
isTruncatingStore
() && "Unexpected extending MSCATTER");
5920
MGSN->getMemOperand(), NewIndexTy, MSN->
isTruncatingStore
());
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
14307
cast<StoreSDNode>(N)->
isTruncatingStore
() || !ValidTypeForStoreFltAsInt)
Completed in 205 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026