Searched refs:isUnindexed (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2883 LN0->isUnindexed() && N0.hasOneUse() && SDValue(LN0, 0).hasOneUse()) {
5061 if (LN0->getExtensionType() != ISD::ZEXTLOAD && LN0->isUnindexed()) {
5335 if (LN0->getExtensionType() != ISD::SEXTLOAD && LN0->isUnindexed()) {
7999 if (OptLevel != CodeGenOpt::None && LD->isUnindexed()) {
8021 if (UseAA && LD->isUnindexed()) {
9495 ST->isUnindexed()) {
9510 if (Value.getOpcode() == ISD::UNDEF && ST->isUnindexed())
9583 if (OptLevel != CodeGenOpt::None && ST->isUnindexed()) {
9606 if (UseAA && ST->isUnindexed()) {
9640 if (ST->isTruncatingStore() && ST->isUnindexed()
[all...]
H A DLegalizeVectorTypes.cpp214 assert(N->isUnindexed() && "Indexed vector load?");
502 assert(N->isUnindexed() && "Indexed store of one-element vector?");
1366 assert(N->isUnindexed() && "Indexed store of vector?");
H A DTargetLowering.cpp1335 if (!Lod->isVolatile() && Lod->isUnindexed()) {
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1828 /// isUnindexed - Return true if this is NOT a pre/post inc/dec load/store.
1829 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; } function in class:LSBaseSDNode
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1372 if (LD->isUnindexed() &&
H A DPPCISelLowering.cpp8085 if (cast<StoreSDNode>(N)->isUnindexed() &&
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp901 if (LD->isUnindexed())

Completed in 259 milliseconds