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 D | Constants.h | 57 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 D | Value.h | 33 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 D | GlobalStatus.cpp | 49 if (isa<ConstantData>(C)) in isSafeToDestroyConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Value.h | 31 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 D | AlignmentFromAssumptions.cpp | 300 if (isa<ConstantData>(AAPtr)) in processAssumption()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 89 // 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 D | Reactor.hpp | 2966 RValue<Pointer<Byte>> ConstantData(void const *data, size_t size); 3373 ConstantData(&fptr, sizeof(fptr)), 3397 ConstantData(&fptr, sizeof(fptr)), in Call()
|
H A D | LLVMReactor.cpp | 3608 RValue<Pointer<Byte>> ConstantData(void const *data, size_t size) in ConstantData() function
|
H A D | SubzeroReactor.cpp | 4250 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 D | Constants.cpp | 656 : 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 D | ConstantFolding.cpp | 1662 if (isa<ConstantData>(c)) { in isManifestConstant()
|
H A D | ValueTracking.cpp | 1789 // 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 D | ReactorUnitTests.cpp | 3373 auto p = Pointer<Int>{ ConstantData(&value, sizeof(value)) };
|
Completed in 78 milliseconds