Searched refs:isTruncatingStore (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1876 assert(isTruncatingStore() == isTrunc && "isTrunc encoding error!");
1882 /// isTruncatingStore - Return true if the op does a truncation before store.
1885 bool isTruncatingStore() const { return SubclassData & 1; } function in class:StoreSDNode
2050 return St && !St->isTruncatingStore() &&
2057 return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->isTruncatingStore();
2063 return isa<StoreSDNode>(N) && cast<StoreSDNode>(N)->isTruncatingStore();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp476 if (ST->isTruncatingStore())
H A DLegalizeVectorOps.cpp212 if (StVT.isVector() && ST->isTruncatingStore())
H A DLegalizeVectorTypes.cpp506 if (N->isTruncatingStore())
1370 bool isTruncating = N->isTruncatingStore();
2589 if (ST->isTruncatingStore())
H A DLegalizeFloatTypes.cpp766 if (ST->isTruncatingStore())
H A DDAGCombiner.cpp8755 if (ST->isTruncatingStore() || VT.isVector() || !Value.hasOneUse())
9093 if (St->isTruncatingStore())
9494 if (Value.getOpcode() == ISD::BITCAST && !ST->isTruncatingStore() &&
9615 if (ST->isTruncatingStore()) {
9640 if (ST->isTruncatingStore() && ST->isUnindexed() &&
H A DLegalizeDAG.cpp719 if (!ST->isTruncatingStore()) {
1414 if (ST->isIndexed() || ST->isTruncatingStore() ||
H A DSelectionDAG.cpp4911 ST->isTruncatingStore(),
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1356 if (StoreNode->isTruncatingStore()) {
1396 if (StoreNode->isTruncatingStore() || StoreNode->isIndexed()) {
H A DSIISelLowering.cpp960 if (Store->isTruncatingStore()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp775 !(Value.getValueType() == MVT::i64 && ST->isTruncatingStore())) {
H A DHexagonISelLowering.cpp668 if (ST->getValue().getValueType() == MVT::i64 && ST->isTruncatingStore()) {
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp505 assert(!ST->isTruncatingStore() && "Unexpected store type");
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2116 if ((VT == MVT::i32) || SD->isTruncatingStore()) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8474 if (St->isTruncatingStore() && VT.isVector()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8059 !cast<StoreSDNode>(N)->isTruncatingStore() &&
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21061 if (St->isTruncatingStore() && VT.isVector()) {

Completed in 295 milliseconds