OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTruncatingStore
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
463
if (ST->
isTruncatingStore
())
LegalizeVectorOps.cpp
167
if (StVT.isVector() && ST->
isTruncatingStore
())
LegalizeVectorTypes.cpp
452
if (N->
isTruncatingStore
())
[
all
...]
LegalizeFloatTypes.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
LegalizeDAG.cpp
712
if (!ST->
isTruncatingStore
()) {
[
all
...]
SelectionDAG.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
774
!(Value.getValueType() == MVT::i64 && ST->
isTruncatingStore
())) {
[
all
...]
HexagonISelLowering.cpp
654
if (ST->getValue().getValueType() == MVT::i64 && ST->
isTruncatingStore
()) {
[
all
...]
/external/llvm/lib/Target/R600/
R600ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
458
assert(!ST->
isTruncatingStore
() && "Unexpected store type");
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 62 milliseconds