/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 90 if (isa<ConstantAggregateZero>(GV->getInitializer())) in findGlobalCtors() 95 if (isa<ConstantAggregateZero>(V)) in findGlobalCtors()
|
D | ValueMapper.cpp | 484 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/ |
D | Constants.cpp | 97 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 …]
|
D | AutoUpgrade.cpp | 1108 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()
|
D | LLVMContextImpl.h | 1291 DenseMap<Type *, std::unique_ptr<ConstantAggregateZero>> CAZConstants;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 340 class ConstantAggregateZero final : public ConstantData { 343 explicit ConstantAggregateZero(Type *Ty) in ConstantAggregateZero() function 349 ConstantAggregateZero(const ConstantAggregateZero &) = delete; 351 static ConstantAggregateZero *get(Type *Ty);
|
D | Value.def | 76 HANDLE_CONSTANT(ConstantAggregateZero)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.def | 75 HANDLE_CONSTANT(ConstantAggregateZero)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 104 if (isa<ConstantAggregateZero>(InitValue) || in addEmuTlsVar()
|
D | GlobalMerge.cpp | 475 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/ |
D | InstCombineCalls.cpp | 364 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 …]
|
D | InstCombineVectorOps.cpp | 619 if (isa<ConstantAggregateZero>(V)) { in collectShuffleElements() 1298 if (isa<ConstantAggregateZero>(V)) in evaluateInDifferentElementOrder() 1299 return ConstantAggregateZero::get(VectorType::get(EltTy, Mask.size())); in evaluateInDifferentElementOrder()
|
D | InstructionCombining.cpp | 2920 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()
|
D | InstCombineSimplifyDemanded.cpp | 1553 return ConstantAggregateZero::get(II->getType()); in SimplifyDemandedVectorElts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Layer.cpp | 58 if (isa<ConstantAggregateZero>(InitVal)) in IRMaterializationUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 110 if (isa<ConstantAggregateZero>(C)) in IsNullTerminatedString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 922 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/ |
D | BPFISelDAGToDAG.cpp | 396 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/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 191 } else if (isa<ConstantAggregateZero>(Init)) { in lowerPrintfForGpu()
|
D | AMDGPULibCalls.cpp | 880 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/ |
D | IceConverter.cpp | 766 if (isa<ConstantAggregateZero>(Initializer)) { in addGlobalInitializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 974 ConstantAggregateZero::get(Ty), ""); in runRegularLTO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1526 macro(ConstantAggregateZero) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1902 } else if (isa<ConstantAggregateZero>(CPV)) in bufferLEByte()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 840 ConstantAggregateZero::get(ArrayType::get(Int8Ty, Padding))); in buildBitSetsFromGlobalVariables()
|