Home
last modified time | relevance | path

Searched refs:ConstantData (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h57 class ConstantData : public Constant { class
65 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {} in ConstantData() function in llvm::ConstantData
70 ConstantData(const ConstantData &) = delete;
83 class ConstantInt final : public ConstantData {
263 class ConstantFP final : public ConstantData {
340 class ConstantAggregateZero final : public ConstantData {
344 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
386 /// \note Some subclasses of \a ConstantData are semantically aggregates --
539 class ConstantPointerNull final : public ConstantData {
[all...]
H A DValue.h33 class ConstantData;
823 template <> struct isa_impl<ConstantData, Value> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp49 if (isa<ConstantData>(C)) in isSafeToDestroyConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h31 class ConstantData;
716 template <> struct isa_impl<ConstantData, Value> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp300 if (isa<ConstantData>(AAPtr)) in processAssumption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp89 // ConstantData (like ConstantPointerNull and UndefValue) is used across in FindSingleUseIdentifiedObject()
91 if (isa<ConstantData>(Arg)) in FindSingleUseIdentifiedObject()
717 if (isa<ConstantData>(Ptr)) in OptimizeAutoreleaseRVCall()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp2966 RValue<Pointer<Byte>> ConstantData(void const *data, size_t size);
3373 ConstantData(&fptr, sizeof(fptr)),
3397 ConstantData(&fptr, sizeof(fptr)), in Call()
H A DLLVMReactor.cpp3608 RValue<Pointer<Byte>> ConstantData(void const *data, size_t size) in ConstantData() function
H A DSubzeroReactor.cpp4250 RValue<Pointer<Byte>> ConstantData(void const *data, size_t size)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp656 : ConstantData(Ty, ConstantIntVal), Val(V) { in ConstantInt()
901 : ConstantData(Ty, ConstantFPVal), Val(V) { in ConstantFP()
2499 // ConstantData* implementations
2720 "Element type not compatible with ConstantData"); in getSplat()
2734 assert(CI->getType()->isIntegerTy(64) && "Unsupported ConstantData type"); in getSplat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp1662 if (isa<ConstantData>(c)) { in isManifestConstant()
H A DValueTracking.cpp1789 // There's no point in looking through other users of ConstantData for in computeKnownBits()
1791 assert(!isa<ConstantData>(V) && "Unhandled constant data!"); in computeKnownBits()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3373 auto p = Pointer<Int>{ ConstantData(&value, sizeof(value)) };

Completed in 78 milliseconds