Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp781 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
818 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1690 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
2740 !AllocaTy->isSingleValueType() || in visitMemSetInst()
2869 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3249 if (Ty->isSingleValueType()) { in emitSplitOps()
3300 assert(Ty->isSingleValueType()); in emitFunc()
3314 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3340 assert(Ty->isSingleValueType()); in emitFunc()
3361 if (V->getType()->isSingleValueType()) in visitStoreInst()
[all …]
H A DLoopRerollPass.cpp659 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
H A DSCCP.cpp292 if (GV->getValueType()->isSingleValueType()) { in TrackValueOfGlobalVariable()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h250 bool isSingleValueType() const { in isSingleValueType() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp135 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType()) in isSimpleEnoughPointerToCommit()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp933 if (!EltTy->isSingleValueType()) { in promoteArguments()
H A DGlobalOpt.cpp1920 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1990 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1402 if (Ty->isSingleValueType()) in getOpenCLAlignment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3383 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp7248 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in getCallOperandValEVT()