/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 345 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 419 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant() 424 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markForcedConstant() 459 assert(!V->getType()->isStructTy() && in mergeInValue() 468 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 488 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getParamState() 503 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 729 if (PN.getType()->isStructTy()) in visitPHINode() 786 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 835 if (EVI.getType()->isStructTy()) in visitExtractValueInst() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 304 assert(!V->getType()->isStructTy() && "Should use other method"); in markOverdefined() 337 assert(!V->getType()->isStructTy() && "Should use other method"); in markConstant() 342 assert(!V->getType()->isStructTy() && "Should use other method"); in markForcedConstant() 377 assert(!V->getType()->isStructTy() && "Should use other method"); in mergeInValue() 386 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 409 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 680 if (PN.getType()->isStructTy()) in visitPHINode() 739 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 790 if (EVI.getType()->isStructTy()) in visitExtractValueInst() 798 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 298 assert(!V->getType()->isStructTy() && "Should use other method"); in markOverdefined() 327 assert(!V->getType()->isStructTy() && "Should use other method"); in markConstant() 332 assert(!V->getType()->isStructTy() && "Should use other method"); in markForcedConstant() 370 assert(!V->getType()->isStructTy() && "Should use other method"); in mergeInValue() 379 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 402 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 700 if (PN.getType()->isStructTy()) in visitPHINode() 777 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 822 if (EVI.getType()->isStructTy()) in visitExtractValueInst() 830 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() [all …]
|
D | GVN.cpp | 669 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in CanCoerceMustAliasedValueToLoad() 670 StoredVal->getType()->isStructTy() || in CanCoerceMustAliasedValueToLoad() 781 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in AnalyzeLoadFromClobberingWrite() 853 if (DepSI->getValueOperand()->getType()->isStructTy() || in AnalyzeLoadFromClobberingStore() 869 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in AnalyzeLoadFromClobberingLoad()
|
/external/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 203 ASSERT_TRUE(Ty->isStructTy()); in TEST() 217 ASSERT_TRUE(Ty->isStructTy()); in TEST() 244 ASSERT_TRUE(Ty->isStructTy()); in TEST() 332 ASSERT_TRUE(Ty->isStructTy()); in TEST() 347 ASSERT_TRUE(Ty->isStructTy()); in TEST() 376 ASSERT_TRUE(Ty->isStructTy()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 203 ASSERT_TRUE(Ty->isStructTy()); in TEST() 217 ASSERT_TRUE(Ty->isStructTy()); in TEST() 244 ASSERT_TRUE(Ty->isStructTy()); in TEST() 332 ASSERT_TRUE(Ty->isStructTy()); in TEST() 347 ASSERT_TRUE(Ty->isStructTy()); in TEST() 376 ASSERT_TRUE(Ty->isStructTy()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 19 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in canCoerceMustAliasedValueToLoad() 20 StoredVal->getType()->isStructTy() || StoredVal->getType()->isArrayTy()) in canCoerceMustAliasedValueToLoad() 159 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in analyzeLoadFromClobberingWrite() 211 if (DepSI->getValueOperand()->getType()->isStructTy() || in analyzeLoadFromClobberingStore() 228 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 474 if (SrcTy->isStructTy()) { in createCast() 475 assert(DestTy->isStructTy()); in createCast() 488 assert(!DestTy->isStructTy()); in createCast()
|
D | DeadArgumentElimination.cpp | 963 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1037 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | loop_emitter.cc | 56 CHECK(target_element->getType()->isStructTy()) in MakeBodyEmitterForMultiOutputFusion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 284 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 281 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | InlineAsm.cpp | 282 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 177 bool isStructTy() const { return ID == StructTyID; } in isStructTy() function
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 293 if (OCLTyStr == OCL_TYPE_NAME_SAMPLER_T && !NewTy->isStructTy()) { in adaptArgumentsByMetadata()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 205 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 207 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 218 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 917 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 991 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 850 assert(RetTy->isStructTy() && in RemoveDeadStuffFromFunction() 925 assert (RetTy->isStructTy()); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 235 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getNumContainedTypes() != 1))) in checkArgumentUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|