Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp134 if (!V->getType()->isSingleValueType() || isa<CallBase>(V) || in tryToReplaceWithConstant()
387 if (!A->getType()->isSingleValueType() || A->user_empty()) in isArgumentInteresting()
487 if (!GV->getValueType()->isSingleValueType()) { in getPossibleConstants()
H A DArgumentPromotion.cpp966 if (!EltTy->isSingleValueType()) { in promoteArguments()
H A DGlobalOpt.cpp1472 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1552 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp778 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
827 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1721 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
2960 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3347 if (Ty->isSingleValueType()) { in emitSplitOps()
3399 assert(Ty->isSingleValueType()); in emitFunc()
3419 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3446 assert(Ty->isSingleValueType()); in emitFunc()
3472 if (V->getType()->isSingleValueType()) in visitStoreInst()
3634 if (Ty->isSingleValueType()) in stripAggregateTypeWrapping()
H A DLoopRerollPass.cpp669 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h259 bool isSingleValueType() const { in isSingleValueType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp322 if (!OpTy->isSingleValueType()) { in lowerInlineAsm()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1366 if (Ty->isSingleValueType()) in getOpenCLAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8053 } else if (CurrentType->isSingleValueType()) { in getAggregateSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4719 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp8164 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in getCallOperandValEVT()