Searched refs:isStructTy (Results 1 - 25 of 58) sorted by relevance

123

/external/llvm/unittests/AsmParser/
H A DAsmParserTest.cpp203 ASSERT_TRUE(Ty->isStructTy());
217 ASSERT_TRUE(Ty->isStructTy());
244 ASSERT_TRUE(Ty->isStructTy());
332 ASSERT_TRUE(Ty->isStructTy());
347 ASSERT_TRUE(Ty->isStructTy());
376 ASSERT_TRUE(Ty->isStructTy());
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp298 assert(!V->getType()->isStructTy() && "Should use other method");
327 assert(!V->getType()->isStructTy() && "Should use other method");
332 assert(!V->getType()->isStructTy() && "Should use other method");
370 assert(!V->getType()->isStructTy() && "Should use other method");
379 assert(!V->getType()->isStructTy() && "Should use getStructValueState");
402 assert(V->getType()->isStructTy() && "Should use getValueState");
700 if (PN.getType()->isStructTy())
777 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
822 if (EVI.getType()->isStructTy())
830 if (AggVal->getType()->isStructTy()) {
[all...]
H A DGVN.cpp669 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
670 StoredVal->getType()->isStructTy() ||
781 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
853 if (DepSI->getValueOperand()->getType()->isStructTy() ||
869 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy())
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp304 assert(!V->getType()->isStructTy() && "Should use other method");
337 assert(!V->getType()->isStructTy() && "Should use other method");
342 assert(!V->getType()->isStructTy() && "Should use other method");
377 assert(!V->getType()->isStructTy() && "Should use other method");
386 assert(!V->getType()->isStructTy() && "Should use getStructValueState");
409 assert(V->getType()->isStructTy() && "Should use getValueState");
680 if (PN.getType()->isStructTy())
739 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
790 if (EVI.getType()->isStructTy())
798 if (AggVal->getType()->isStructTy()) {
[all...]
H A DGVN.cpp703 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
704 StoredVal->getType()->isStructTy() ||
816 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
888 if (DepSI->getValueOperand()->getType()->isStructTy() ||
905 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy())
/external/llvm/lib/Target/Mips/
H A DMipsCCState.cpp45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 &&
H A DMips16ISelLowering.cpp390 else if (RetTy->isStructTy()) {
/external/llvm/lib/IR/
H A DInlineAsm.cpp284 if (Ty->getReturnType()->isStructTy()) return false;
H A DValue.cpp56 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
/external/spirv-llvm/lib/SPIRV/
H A DOCLTypeToSPIRV.cpp293 if (OCLTyStr == OCL_TYPE_NAME_SAMPLER_T && !NewTy->isStructTy()) {
/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h175 /// isStructTy - True if this is an instance of StructType.
177 bool isStructTy() const { return ID == StructTyID; } function in class:llvm::Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInlineAsm.cpp282 if (Ty->getReturnType()->isStructTy()) return false;
H A DValue.cpp49 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
H A DType.cpp181 if (!this->isStructTy())
/external/llvm/include/llvm/IR/
H A DType.h205 bool isStructTy() const { return getTypeID() == StructTyID; } function in class:llvm::Type
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h207 bool isStructTy() const { return getTypeID() == StructTyID; } function in class:llvm::Type
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp235 if (CstTy->isStructTy()) {
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp917 assert((RetTy->isStructTy() || RetTy->isArrayTy()) &&
991 assert(RetTy->isStructTy() || RetTy->isArrayTy());
H A DMergeFunctions.cpp1656 if (SrcTy->isStructTy()) {
1657 assert(DestTy->isStructTy());
1670 assert(!DestTy->isStructTy());
H A DArgumentPromotion.cpp834 Type *IdxTy = (ElTy->isStructTy() ?
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp850 assert(RetTy->isStructTy() &&
925 assert (RetTy->isStructTy());
H A DArgumentPromotion.cpp694 Type *IdxTy = (ElTy->isStructTy() ?
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp1898 if (I->getInitializer()->getType()->isStructTy() ||
2073 if (StructTypes[i]->isStructTy())
3389 } else if (I != E && (*I)->isStructTy()) {
3404 if ((*I)->isStructTy()) {
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp278 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp185 if (!Ty->isStructTy()) {
231 if (GN.PTy->isStructTy()) {

Completed in 445 milliseconds

123