Home
last modified time | relevance | path

Searched refs:ConstantData (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h56 class ConstantData : public Constant {
66 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, AllocMarker) {} in ConstantData() function
73 ConstantData(const ConstantData &) = delete;
87 class ConstantInt final : public ConstantData {
277 class ConstantFP final : public ConstantData {
359 class ConstantAggregateZero final : public ConstantData {
363 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
558 class ConstantPointerNull final : public ConstantData {
562 : ConstantData(T, Value::ConstantPointerNullVal) {}
593 class ConstantDataSequential : public ConstantData {
[all …]
H A DValue.def73 // smaller by one operation. Further, keep ConstantData as the first subset so
78 // ConstantData.
H A DValue.h35 class ConstantData; variable
344 bool hasUseList() const { return !isa<ConstantData>(this); } in hasUseList()
1000 template <> struct isa_impl<ConstantData, Value> {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp59 assert(!isa<ConstantData>(C) && in convertUsersOfConstantsToInstructions()
H A DConstants.cpp846 if (isa<ConstantData>(this)) in isManifestConstant()
862 : ConstantData(Ty, ConstantIntVal), Val(V) { in ConstantInt()
1116 : ConstantData(Ty, ConstantFPVal), Val(V) { in ConstantFP()
H A DAsmWriter.cpp129 if (isa<ConstantData>(C)) in orderValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp51 if (isa<GlobalValue>(C) || isa<ConstantData>(C)) in isSafeToDestroyConstant()
H A DSimplifyLibCalls.cpp3002 if (isa<ConstantData>(Arg)) in optimizeSinCosPi()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp132 if (isa<ConstantData>(C)) in classifyConstantWithOpaquePtr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp198 if (isa<ConstantData>(AAPtr)) in processAssumption()
H A DLICM.cpp2230 return !isa<ConstantData>(PtrOp) && L->isLoopInvariant(PtrOp); in collectPromotionCandidates()
2234 return !isa<ConstantData>(PtrOp) && L->isLoopInvariant(PtrOp); in collectPromotionCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp252 if (isa<ConstantData>(C)) in containsOnlyConstantData()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp227 if (isa<ConstantData>(APHIOp)) in translateSubExpr()
H A DValueTracking.cpp2294 assert(!isa<ConstantData>(V) && "Unhandled constant data!"); in computeKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp88 if (isa<ConstantData>(Arg)) in FindSingleUseIdentifiedObject()
720 if (isa<ConstantData>(Ptr)) in OptimizeAutoreleaseRVCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2184 !isa<ConstantData>(U->getOperand(1)) && in getCmpSelInstrCost()
2185 !isa<ConstantData>(U->getOperand(2)); in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1365 if (isa<ConstantData>(CArgVal)) in fold_sincos()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6784 SmallPtrSet<ConstantData *, 4> Constants; in optimizePhiType()
6827 } else if (auto *OpC = dyn_cast<ConstantData>(V)) in optimizePhiType()
6872 for (ConstantData *C : Constants) in optimizePhiType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp2072 !(isa<ConstantData>(Op) || isa<ConstantExpr>(Op))) in processInstrAfterVisit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1777 if (isa<ConstantData>(V)) in checkForAllUses()
H A DAttributorAttributes.cpp649 if (isa<ConstantData>(Val)) in followUsesInMBEC()
5281 if (isa<ConstantData>(AssociatedValue)) in manifest()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp670 if (!isa<ConstantData>(AllocaInst->getArraySize())) in raiseUserConstantDataAllocasToEntryBlock()
7150 if (isa<ConstantData>(Input)) in createOutlinedFunction()