Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h221 bool isSingleValueType() const { return LLVMTy->isSingleValueType(); } in isSingleValueType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h293 bool isSingleValueType() const { in isSingleValueType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1114 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
1169 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1978 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
3431 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3855 if (Ty->isSingleValueType()) { in emitSplitOps()
3914 assert(Ty->isSingleValueType()); in emitFunc()
3957 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3986 assert(Ty->isSingleValueType()); in emitFunc()
4032 if (V->getType()->isSingleValueType()) in visitStoreInst()
4274 if (Ty->isSingleValueType()) in stripAggregateTypeWrapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp260 if (!OpTy->isSingleValueType()) { in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp740 if (!ET->isSingleValueType() || isa<VectorType>(ET)) in scalarArrayTypeAsVector()
972 if (!ElemTy->isSingleValueType() || !DL.typeSizeEqualsStoreSize(ElemTy) || in visitLoadImpl()
1092 if (!ElemTy->isSingleValueType() || !DL.typeSizeEqualsStoreSize(ElemTy) || in visitStoreImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1480 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1562 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp776 if (GV->getValueType()->isSingleValueType()) { in trackValueOfGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6033 Check(Call.getType()->isSingleValueType(), in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5974 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp23481 } else if (CurrentType->isSingleValueType()) { in getAggregateSize()