Home
last modified time | relevance | path

Searched refs:isEmptyTy (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp149 bool Type::isEmptyTy() const { in isEmptyTy() function in Type
152 return NumElements == 0 || ATy->getElementType()->isEmptyTy(); in isEmptyTy()
158 if (!STy->getElementType(i)->isEmptyTy()) in isEmptyTy()
H A DConstantFold.cpp998 if (Ty->isEmptyTy()) in areGlobalsPotentiallyEqual()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h277 bool isEmptyTy() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h89 assert(((Ty->isVoidTy() || Ty->isEmptyTy()) == in BaseArgInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp284 if (PN.getType()->isEmptyTy()) in set()
H A DFastISel.cpp733 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in lowerCallOperands()
982 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in lowerCallTo()
1130 if (V->getType()->isEmptyTy()) in lowerCall()
H A DSelectionDAGBuilder.cpp2339 if (V->getType()->isEmptyTy()) in CopyToExportRegsIfNeeded()
8749 if (V->getType()->isEmptyTy()) in LowerCallTo()
10434 assert(!V->getType()->isEmptyTy() && "Empty type passed to intrinsic."); in populateCallLoweringInfo()
11345 Arg->getType()->isEmptyTy() || in findArgumentCopyElisionCandidates()
11851 if (PN.getType()->isEmptyTy()) in HandlePHINodesInSuccessorBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3346 if (PI->getType()->isEmptyTy()) in finishPendingPhis()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3460 if (GVType->isSized() && !GVType->isEmptyTy() && in LowerGlobalTLSAddressAIX()
3523 if (GVType->isSized() && !GVType->isEmptyTy() && in LowerGlobalTLSAddressAIX()