Searched refs:ConstantAggregate (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 389 class ConstantAggregate : public Constant { 391 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V); 405 struct OperandTraits<ConstantAggregate> 406 : public VariadicOperandTraits<ConstantAggregate> {}; 408 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantAggregate, Constant) 413 class ConstantArray final : public ConstantAggregate { 445 class ConstantStruct final : public ConstantAggregate { 499 class ConstantVector final : public ConstantAggregate {
|
D | Value.def | 69 // ConstantAggregate.
|
D | Value.h | 34 class ConstantAggregate; variable 830 template <> struct isa_impl<ConstantAggregate, Value> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.def | 68 // ConstantAggregate.
|
D | Value.h | 32 class ConstantAggregate; variable 723 template <> struct isa_impl<ConstantAggregate, Value> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 61 if (!isa<ConstantAggregate>(C)) in isNullOrUndef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 109 isa<ConstantAggregate>(Val); in canSkipAddingToSets()
|
D | ConstantFolding.cpp | 1664 } else if (isa<ConstantAggregate>(c) || isa<ConstantExpr>(c)) { in isManifestConstant()
|
D | ValueTracking.cpp | 3437 if (isa<ConstantAggregate>(C)) { in isBytewiseValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 179 } else if (isa<ConstantAggregate>(C)) { in remapConstant()
|
D | NVPTXAsmPrinter.cpp | 1897 if (isa<ConstantAggregate>(CPV) || isa<ConstantDataSequential>(CPV)) { in bufferLEByte()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 389 if (const ConstantAggregate *CC = dyn_cast<ConstantAggregate>(this)) in getAggregateElement() 1044 ConstantAggregate::ConstantAggregate(CompositeType *T, ValueTy VT, in ConstantAggregate() function in ConstantAggregate 1046 : Constant(T, VT, OperandTraits<ConstantAggregate>::op_end(this) - V.size(), in ConstantAggregate() 1060 : ConstantAggregate(T, ConstantArrayVal, V) { in ConstantArray() 1120 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct() 1155 : ConstantAggregate(T, ConstantVectorVal, V) { in ConstantVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 74 if (isa<ConstantAggregate>(C)) { in isSimpleEnoughValueToCommitHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2424 } else if (isa<ConstantAggregate>(C)) { in writeConstants()
|