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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1665 assert(isTruncatingStore() == isTrunc && "isTrunc encoding error!");
1671 /// isTruncatingStore - Return true if the op does a truncation before store.
1674 bool isTruncatingStore() const { return SubclassData & 1; } function in class:llvm::SDNode::StoreSDNode
1839 return St && !St->isTruncatingStore() &&
1846 return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->isTruncatingStore();
1852 return isa<StoreSDNode>(N) && cast<StoreSDNode>(N)->isTruncatingStore();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp466 if (ST->isTruncatingStore())
H A DLegalizeVectorOps.cpp167 if (StVT.isVector() && ST->isTruncatingStore())
H A DLegalizeVectorTypes.cpp451 if (N->isTruncatingStore())
1234 bool isTruncating = N->isTruncatingStore();
2365 if (ST->isTruncatingStore())
H A DLegalizeFloatTypes.cpp749 if (ST->isTruncatingStore())
H A DDAGCombiner.cpp7606 if (ST->isTruncatingStore() || VT.isVector() || !Value.hasOneUse())
7940 if (St->isTruncatingStore())
8332 if (Value.getOpcode() == ISD::BITCAST && !ST->isTruncatingStore() &&
8445 if (ST->isTruncatingStore()) {
8474 if (ST->isTruncatingStore() && ST->isUnindexed() &&
H A DLegalizeDAG.cpp708 if (!ST->isTruncatingStore()) {
H A DSelectionDAG.cpp4623 ST->isTruncatingStore(),
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp743 if (StoreNode->isTruncatingStore() || StoreNode->isIndexed()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp766 !(Value.getValueType() == MVT::i64 && ST->isTruncatingStore())) {
H A DHexagonISelLowering.cpp653 if (ST->getValue().getValueType() == MVT::i64 && ST->isTruncatingStore()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp458 assert(!ST->isTruncatingStore() && "Unexpected store type");
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2022 if ((VT == MVT::i32) || SD->isTruncatingStore()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6952 !cast<StoreSDNode>(N)->isTruncatingStore() &&
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8502 if (St->isTruncatingStore() && VT.isVector()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16992 if (St->isTruncatingStore() && VT.isVector()) {

Completed in 503 milliseconds