/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 368 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 442 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant() 447 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markForcedConstant() 482 assert(!V->getType()->isStructTy() && in mergeInValue() 491 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 511 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getParamState() 526 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 785 if (PN.getType()->isStructTy()) in visitPHINode() 842 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 891 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/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/llvm-project/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 202 ASSERT_TRUE(Ty->isStructTy()); in TEST() 216 ASSERT_TRUE(Ty->isStructTy()); in TEST() 243 ASSERT_TRUE(Ty->isStructTy()); in TEST() 331 ASSERT_TRUE(Ty->isStructTy()); in TEST() 346 ASSERT_TRUE(Ty->isStructTy()); in TEST() 375 ASSERT_TRUE(Ty->isStructTy()); in TEST()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 296 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 398 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant() 435 assert(!V->getType()->isStructTy() && 444 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 463 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 748 if (PN.getType()->isStructTy()) in visitPHINode() 798 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 866 if (EVI.getType()->isStructTy()) in visitExtractValueInst() 879 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 917 if (Val->getType()->isStructTy()) in visitInsertValueInst() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 155 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper() 195 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 154 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper() 194 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 23 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || StoredTy->isStructTy() || in canCoerceMustAliasedValueToLoad() 169 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in analyzeLoadFromClobberingWrite() 223 if (StoredVal->getType()->isStructTy() || in analyzeLoadFromClobberingStore() 249 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/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | NVVMDialect.cpp | 60 if (type.isStructTy() && type.getStructNumElements() > 0) in parseNVVMShflSyncBflyOp()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 486 if (SrcTy->isStructTy()) { in createCast() 487 assert(DestTy->isStructTy()); in createCast() 500 assert(!DestTy->isStructTy()); in createCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 487 if (SrcTy->isStructTy()) { in createCast() 488 assert(DestTy->isStructTy()); in createCast() 501 assert(!DestTy->isStructTy()); in createCast()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | loop_emitter.cc | 64 CHECK(target_element->getType()->isStructTy()) in MakeBodyEmitterForMultiOutput()
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 284 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
/external/llvm-project/llvm/lib/IR/ |
D | InlineAsm.cpp | 290 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptx86ABIFixups.cpp | 66 return ptr_type->isStructTy() && in isRSAllocationPtrTy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 290 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 340 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | NVVMOps.td | 113 if (!type.isStructTy() || type.getStructNumElements() != 2 ||
|
/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-10.0/llvm/include/llvm/IR/ |
D | Type.h | 218 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 219 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|