Home
last modified time | relevance | path

Searched refs:isStructTy (Results 1 – 25 of 119) sorted by relevance

12345

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp368 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/
DSCCP.cpp304 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/
DAsmParserTest.cpp203 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/
DAsmParserTest.cpp202 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/
DSCCP.cpp296 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/
DWebAssemblyFixFunctionBitcasts.cpp155 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper()
195 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp154 } 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/
DVNCoercion.cpp23 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/
DMipsCCState.cpp45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DNVVMDialect.cpp60 if (type.isStructTy() && type.getStructNumElements() > 0) in parseNVVMShflSyncBflyOp()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.cpp44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/llvm-project/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp486 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/
DMergeFunctions.cpp487 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/
Dloop_emitter.cc64 CHECK(target_element->getType()->isStructTy()) in MakeBodyEmitterForMultiOutput()
/external/llvm/lib/IR/
DInlineAsm.cpp284 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
/external/llvm-project/llvm/lib/IR/
DInlineAsm.cpp290 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp66 return ptr_type->isStructTy() && in isRSAllocationPtrTy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInlineAsm.cpp290 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
/external/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp13 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/
DNVVMOps.td113 if (!type.isStructTy() || type.getStructNumElements() != 2 ||
/external/llvm/include/llvm/IR/
DType.h205 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h207 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h218 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/external/llvm-project/llvm/include/llvm/IR/
DType.h219 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function

12345