Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h287 bool isSingleValueType() const { in isSingleValueType() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1157 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
1200 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1970 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
3370 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3796 if (Ty->isSingleValueType()) { in emitSplitOps()
3849 assert(Ty->isSingleValueType()); in emitFunc()
3869 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3896 assert(Ty->isSingleValueType()); in emitFunc()
3940 if (V->getType()->isSingleValueType()) in visitStoreInst()
4094 if (Ty->isSingleValueType()) in stripAggregateTypeWrapping()
H A DLoopRerollPass.cpp630 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp260 if (!OpTy->isSingleValueType()) { in lowerInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1454 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1530 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp689 if (GV->getValueType()->isSingleValueType()) { in trackValueOfGlobalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5681 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15353 } else if (CurrentType->isSingleValueType()) { in getAggregateSize()