Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp345 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/
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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp298 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 …]
DGVN.cpp669 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/
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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp19 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/
DMipsCCState.cpp45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp474 if (SrcTy->isStructTy()) { in createCast()
475 assert(DestTy->isStructTy()); in createCast()
488 assert(!DestTy->isStructTy()); in createCast()
DDeadArgumentElimination.cpp963 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1037 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dloop_emitter.cc56 CHECK(target_element->getType()->isStructTy()) in MakeBodyEmitterForMultiOutputFusion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsCCState.cpp45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/llvm/lib/IR/
DInlineAsm.cpp284 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInlineAsm.cpp281 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInlineAsm.cpp282 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h177 bool isStructTy() const { return ID == StructTyID; } in isStructTy() function
/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp293 if (OCLTyStr == OCL_TYPE_NAME_SAMPLER_T && !NewTy->isStructTy()) { in adaptArgumentsByMetadata()
/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-7.0/llvm/include/llvm/IR/
DType.h218 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp917 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
991 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp850 assert(RetTy->isStructTy() && in RemoveDeadStuffFromFunction()
925 assert (RetTy->isStructTy()); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp235 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getNumContainedTypes() != 1))) in checkArgumentUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()

1234