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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1684 assert(isTruncatingStore() == isTrunc && "isTrunc encoding error!");
1690 /// isTruncatingStore - Return true if the op does a truncation before store.
1693 bool isTruncatingStore() const { return SubclassData & 1; } function in class:llvm::SDNode::StoreSDNode
1860 return St && !St->isTruncatingStore() &&
1867 return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->isTruncatingStore();
1873 return isa<StoreSDNode>(N) && cast<StoreSDNode>(N)->isTruncatingStore();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp466 if (ST->isTruncatingStore())
H A DLegalizeVectorOps.cpp146 if (StVT.isVector() && ST->isTruncatingStore())
H A DLegalizeVectorTypes.cpp431 if (N->isTruncatingStore())
1160 bool isTruncating = N->isTruncatingStore();
2227 if (ST->isTruncatingStore())
H A DLegalizeFloatTypes.cpp798 if (ST->isTruncatingStore())
H A DDAGCombiner.cpp7283 if (ST->isTruncatingStore() || VT.isVector() || !Value.hasOneUse())
7455 if (Value.getOpcode() == ISD::BITCAST && !ST->isTruncatingStore() &&
7568 if (ST->isTruncatingStore()) {
7597 if (ST->isTruncatingStore() && ST->isUnindexed() &&
H A DLegalizeDAG.cpp705 if (!ST->isTruncatingStore()) {
H A DSelectionDAG.cpp4498 ST->isTruncatingStore(),
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp678 !(Value.getValueType() == MVT::i64 && ST->isTruncatingStore())) {
H A DHexagonISelLowering.cpp644 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/CellSPU/
H A DSPUISelLowering.cpp773 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2210 if ((VT == MVT::i32) || SD->isTruncatingStore()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5422 !cast<StoreSDNode>(N)->isTruncatingStore() &&
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7918 if (St->isTruncatingStore() && VT.isVector()) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15223 if (St->isTruncatingStore() && VT.isVector()) {

Completed in 369 milliseconds