Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp781 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
824 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1722 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
2927 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3307 if (Ty->isSingleValueType()) { in emitSplitOps()
3359 assert(Ty->isSingleValueType()); in emitFunc()
3374 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3400 assert(Ty->isSingleValueType()); in emitFunc()
3421 if (V->getType()->isSingleValueType()) in visitStoreInst()
3469 if (Ty->isSingleValueType()) in stripAggregateTypeWrapping()
HDLoopRerollPass.cpp659 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
HDSCCP.cpp294 if (GV->getValueType()->isSingleValueType()) { in TrackValueOfGlobalVariable()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h250 bool isSingleValueType() const { in isSingleValueType() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDEvaluator.cpp134 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType()) in isSimpleEnoughPointerToCommit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDArgumentPromotion.cpp971 if (!EltTy->isSingleValueType()) { in promoteArguments()
HDGlobalOpt.cpp1954 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
2030 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp1377 if (Ty->isSingleValueType()) in getOpenCLAlignment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp4315 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()
HDSelectionDAGBuilder.cpp7842 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in getCallOperandValEVT()