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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2427 LN0->isUnindexed() && N0.hasOneUse() && LN0->hasOneUse()) {
6201 if (OptLevel != CodeGenOpt::None && LD->isUnindexed()) {
6577 ST->isUnindexed()) {
6591 if (Value.getOpcode() == ISD::UNDEF && ST->isUnindexed())
6664 if (OptLevel != CodeGenOpt::None && ST->isUnindexed()) {
6717 if (ST->isTruncatingStore() && ST->isUnindexed() &&
6747 ST->isUnindexed() && !ST->isVolatile() &&
6759 && Value.getNode()->hasOneUse() && ST->isUnindexed() &&
H A DLegalizeVectorTypes.cpp186 assert(N->isUnindexed() && "Indexed vector load?");
375 assert(N->isUnindexed() && "Indexed store of one-element vector?");
1103 assert(N->isUnindexed() && "Indexed store of vector?");
H A DTargetLowering.cpp2027 if (!Lod->isVolatile() && Lod->isUnindexed()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3241 LN0->isUnindexed() && N0.hasOneUse() && SDValue(LN0, 0).hasOneUse()) {
6142 if (LN0->getExtensionType() != ISD::ZEXTLOAD && LN0->isUnindexed()) {
6434 if (LN0->getExtensionType() != ISD::SEXTLOAD && LN0->isUnindexed()) {
10108 if (OptLevel != CodeGenOpt::None && LD->isUnindexed()) {
10131 if (UseAA && LD->isUnindexed()) {
12022 ST->isUnindexed()) {
12041 if (Value.isUndef() && ST->isUnindexed())
12045 if (OptLevel != CodeGenOpt::None && ST->isUnindexed()) {
12071 if (UseAA && ST->isUnindexed()) {
12092 if (ST->isTruncatingStore() && ST->isUnindexed()
[all...]
H A DLegalizeVectorTypes.cpp224 assert(N->isUnindexed() && "Indexed vector load?");
533 assert(N->isUnindexed() && "Indexed store of one-element vector?");
1861 assert(N->isUnindexed() && "Indexed store of vector?");
H A DTargetLowering.cpp1522 if (!Lod->isVolatile() && Lod->isUnindexed()) {
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1801 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; } function in class:LSBaseSDNode
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1586 /// isUnindexed - Return true if this is NOT a pre/post inc/dec load/store.
1587 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; } function in class:llvm::SDNode::LSBaseSDNode
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8015 assert(LN->isUnindexed() && "Indexed v4i1 loads are not supported");
8104 assert(SN->isUnindexed() && "Indexed v4i1 stores are not supported");
10610 if (cast<StoreSDNode>(N)->isUnindexed() &&
10766 if (LD->isUnindexed() && VT.isVector() &&
H A DPPCISelDAGToDAG.cpp2886 if (LD->isUnindexed() && LD->hasOneUse() && Op1.hasOneUse() &&
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1042 if (LD->isUnindexed())
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5282 if (cast<StoreSDNode>(N)->isUnindexed() &&

Completed in 1290 milliseconds