Home
last modified time | relevance | path

Searched refs:ConstantAggregateZero (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp90 if (isa<ConstantAggregateZero>(GV->getInitializer())) in findGlobalCtors()
95 if (isa<ConstantAggregateZero>(V)) in findGlobalCtors()
DValueMapper.cpp484 if (isa<ConstantAggregateZero>(C)) in mapValue()
485 return getVM()[V] = ConstantAggregateZero::get(NewTy); in mapValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp97 return isa<ConstantAggregateZero>(this) || isa<ConstantPointerNull>(this) || in isNullValue()
346 return ConstantAggregateZero::get(Ty); in getNullValue()
392 if (const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(this)) in getAggregateElement()
919 Constant *ConstantAggregateZero::getSequentialElement() const { in getSequentialElement()
923 Constant *ConstantAggregateZero::getStructElement(unsigned Elt) const { in getStructElement()
927 Constant *ConstantAggregateZero::getElementValue(Constant *C) const { in getElementValue()
933 Constant *ConstantAggregateZero::getElementValue(unsigned Idx) const { in getElementValue()
939 unsigned ConstantAggregateZero::getNumElements() const { in getNumElements()
1074 return ConstantAggregateZero::get(Ty); in getImpl()
1089 return ConstantAggregateZero::get(Ty); in getImpl()
[all …]
DAutoUpgrade.cpp1108 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(Ty) in UpgradeX86VPERMT2Intrinsics()
1226 ZeroMask ? ConstantAggregateZero::get(CI.getType()) : in upgradeX86ConcatShift()
2546 V0 = (Imm & 0x08) ? ConstantAggregateZero::get(CI->getType()) : V0; in UpgradeIntrinsicCall()
2547 V1 = (Imm & 0x80) ? ConstantAggregateZero::get(CI->getType()) : V1; in UpgradeIntrinsicCall()
3313 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType()) in UpgradeIntrinsicCall()
3341 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType()) in UpgradeIntrinsicCall()
3377 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType()) in UpgradeIntrinsicCall()
3407 Value *PassThru = ZeroMask ? ConstantAggregateZero::get(CI->getType()) in UpgradeIntrinsicCall()
DLLVMContextImpl.h1291 DenseMap<Type *, std::unique_ptr<ConstantAggregateZero>> CAZConstants;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h340 class ConstantAggregateZero final : public ConstantData {
343 explicit ConstantAggregateZero(Type *Ty) in ConstantAggregateZero() function
349 ConstantAggregateZero(const ConstantAggregateZero &) = delete;
351 static ConstantAggregateZero *get(Type *Ty);
DValue.def76 HANDLE_CONSTANT(ConstantAggregateZero)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.def75 HANDLE_CONSTANT(ConstantAggregateZero)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp104 if (isa<ConstantAggregateZero>(InitValue) || in addEmuTlsVar()
DGlobalMerge.cpp475 Inits.push_back(ConstantAggregateZero::get(Tys.back())); in doMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp364 auto CAZ = dyn_cast<ConstantAggregateZero>(Arg1); in simplifyX86immShift()
404 return ConstantAggregateZero::get(VT); in simplifyX86immShift()
692 ConstantAggregateZero *ZeroVector = ConstantAggregateZero::get(VecTy); in simplifyX86insertps()
795 ConstantAggregateZero::get(ShufTy), ConstantVector::get(ShuffleMask)); in simplifyX86extrq()
1311 if (isa<ConstantAggregateZero>(Mask)) in simplifyX86MaskedLoad()
1347 if (isa<ConstantAggregateZero>(Mask)) { in simplifyX86MaskedStore()
2564 if (isa<ConstantAggregateZero>(Arg)) in visitCallInst()
2565 return replaceInstUsesWith(*II, ConstantAggregateZero::get(RetType)); in visitCallInst()
2983 ConstantAggregateZero::get(II->getType())); in visitCallInst()
3146 if (isa<ConstantAggregateZero>(Mask)) in visitCallInst()
[all …]
DInstCombineVectorOps.cpp619 if (isa<ConstantAggregateZero>(V)) { in collectShuffleElements()
1298 if (isa<ConstantAggregateZero>(V)) in evaluateInDifferentElementOrder()
1299 return ConstantAggregateZero::get(VectorType::get(EltTy, Mask.size())); in evaluateInDifferentElementOrder()
DInstructionCombining.cpp2920 if (isa<ConstantAggregateZero>(FilterClause)) { in visitLandingPadInst()
3082 if (isa<ConstantAggregateZero>(LFilter)) { // LFilter only contains zeros. in visitLandingPadInst()
3085 if (isa<ConstantAggregateZero>(Filter)) { in visitLandingPadInst()
3095 if (isa<ConstantAggregateZero>(Filter)) { // Filter only contains zeros. in visitLandingPadInst()
DInstCombineSimplifyDemanded.cpp1553 return ConstantAggregateZero::get(II->getType()); in SimplifyDemandedVectorElts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp58 if (isa<ConstantAggregateZero>(InitVal)) in IRMaterializationUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp110 if (isa<ConstantAggregateZero>(C)) in IsNullTerminatedString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp922 const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(C); in getConstantValue()
1146 if (isa<ConstantAggregateZero>(Init)) { in InitializeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp396 if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV)) in fillGenericConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp191 } else if (isa<ConstantAggregateZero>(Init)) { in lowerPrintfForGpu()
DAMDGPULibCalls.cpp880 ConstantAggregateZero *CZero; in fold_pow()
885 CZero = dyn_cast<ConstantAggregateZero>(opr1); in fold_pow()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp766 if (isa<ConstantAggregateZero>(Initializer)) { in addGlobalInitializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp974 ConstantAggregateZero::get(Ty), ""); in runRegularLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1526 macro(ConstantAggregateZero) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1902 } else if (isa<ConstantAggregateZero>(CPV)) in bufferLEByte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp840 ConstantAggregateZero::get(ArrayType::get(Int8Ty, Padding))); in buildBitSetsFromGlobalVariables()

12