Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp777 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
826 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1720 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
2949 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3332 if (Ty->isSingleValueType()) { in emitSplitOps()
3384 assert(Ty->isSingleValueType()); in emitFunc()
3404 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3431 assert(Ty->isSingleValueType()); in emitFunc()
3457 if (V->getType()->isSingleValueType()) in visitStoreInst()
3619 if (Ty->isSingleValueType()) in stripAggregateTypeWrapping()
H A DLoopRerollPass.cpp669 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h257 bool isSingleValueType() const { in isSingleValueType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp322 if (!OpTy->isSingleValueType()) { in lowerInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp133 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType()) in isSimpleEnoughPointerToCommit()
H A DSCCPSolver.cpp359 if (GV->getValueType()->isSingleValueType()) { in trackValueOfGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp967 if (!EltTy->isSingleValueType()) { in promoteArguments()
H A DGlobalOpt.cpp1462 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1542 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1366 if (Ty->isSingleValueType()) in getOpenCLAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7693 } else if (CurrentType->isSingleValueType()) { in getAggregateSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4693 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp8105 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in getCallOperandValEVT()