Home
last modified time | relevance | path

Searched refs:isSingleValueType (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp731 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
768 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1630 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
2623 !AllocaTy->isSingleValueType() || in visitMemSetInst()
2749 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3032 if (Ty->isSingleValueType()) in emitSplitOps()
3076 assert(Ty->isSingleValueType()); in emitFunc()
3088 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3108 assert(Ty->isSingleValueType()); in emitFunc()
3127 if (V->getType()->isSingleValueType()) in visitStoreInst()
[all …]
DLoopRerollPass.cpp671 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
DSCCP.cpp233 if (GV->getValueType()->isSingleValueType()) { in TrackValueOfGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp781 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
818 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1691 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
2741 !AllocaTy->isSingleValueType() || in visitMemSetInst()
2870 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3231 if (Ty->isSingleValueType()) in emitSplitOps()
3277 assert(Ty->isSingleValueType()); in emitFunc()
3291 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3314 assert(Ty->isSingleValueType()); in emitFunc()
3334 if (V->getType()->isSingleValueType()) in visitStoreInst()
[all …]
DLoopRerollPass.cpp659 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
DSCCP.cpp271 if (GV->getValueType()->isSingleValueType()) { in TrackValueOfGlobalVariable()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h219 bool isSingleValueType() const { in isSingleValueType() function
/external/llvm/include/llvm/IR/
DType.h237 bool isSingleValueType() const { in isSingleValueType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h239 bool isSingleValueType() const { in isSingleValueType() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h250 bool isSingleValueType() const { in isSingleValueType() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp344 assert(elementTy->isSingleValueType() && in EmitVariableDeclaration()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp119 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType()) in isSimpleEnoughPointerToCommit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp135 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType()) in isSimpleEnoughPointerToCommit()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp83 while (!SrcETy->isSingleValueType()) { in SimplifyMemTransfer()
98 if (SrcETy->isSingleValueType()) { in SimplifyMemTransfer()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1753 GV->getType()->getElementType()->isSingleValueType() && in ProcessInternalGlobal()
1806 } else if (!GV->getInitializer()->getType()->isSingleValueType()) { in ProcessInternalGlobal()
2139 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType()) in isSimpleEnoughPointerToCommit()
DArgumentPromotion.cpp174 if (!STy->getElementType(i)->isSingleValueType()) { in PromoteArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp915 if (!EltTy->isSingleValueType()) { in promoteArguments()
DGlobalOpt.cpp1914 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1984 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp325 if (!EltTy->isSingleValueType()) { in PromoteArguments()
DGlobalOpt.cpp1824 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1892 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp46 while (!T->isSingleValueType()) { in reduceToSingleValueType()
133 if (SrcETy->isSingleValueType()) { in SimplifyMemTransfer()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp232 if (GV->getType()->getElementType()->isSingleValueType()) { in TrackValueOfGlobalVariable()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp883 if (!SrcTy->isSingleValueType()) in isInstVectorizable()
887 if (!DestTy->isSingleValueType()) in isInstVectorizable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1379 if (Ty->isSingleValueType()) in getOpenCLAlignment()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1411 if (Ty->isSingleValueType()) in getOpenCLAlignment()

12