Home
last modified time | relevance | path

Searched refs:ConstantAggregate (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h386 class ConstantAggregate : public Constant {
388 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
402 struct OperandTraits<ConstantAggregate>
403 : public VariadicOperandTraits<ConstantAggregate> {};
405 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantAggregate, Constant)
410 class ConstantArray final : public ConstantAggregate {
442 class ConstantStruct final : public ConstantAggregate {
496 class ConstantVector final : public ConstantAggregate {
DValue.def70 // ConstantAggregate.
DValue.h33 class ConstantAggregate; variable
770 template <> struct isa_impl<ConstantAggregate, Value> {
/external/llvm/include/llvm/IR/
DConstants.h368 class ConstantAggregate : public Constant {
370 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
384 struct OperandTraits<ConstantAggregate>
385 : public VariadicOperandTraits<ConstantAggregate> {};
387 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantAggregate, Constant)
392 class ConstantArray final : public ConstantAggregate {
423 class ConstantStruct final : public ConstantAggregate {
470 class ConstantVector final : public ConstantAggregate {
DValue.def68 // ConstantAggregate.
DValue.h30 class ConstantAggregate; variable
713 template <> struct isa_impl<ConstantAggregate, Value> {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.def68 // ConstantAggregate.
DValue.h32 class ConstantAggregate; variable
723 template <> struct isa_impl<ConstantAggregate, Value> {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp58 if (!isa<ConstantAggregate>(C)) in isNullOrUndef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp108 isa<ConstantAggregate>(Val); in canSkipAddingToSets()
/external/llvm/lib/IR/
DConstants.cpp266 if (const ConstantAggregate *CC = dyn_cast<ConstantAggregate>(this)) in getAggregateElement()
871 ConstantAggregate::ConstantAggregate(CompositeType *T, ValueTy VT, in ConstantAggregate() function in ConstantAggregate
873 : Constant(T, VT, OperandTraits<ConstantAggregate>::op_end(this) - V.size(), in ConstantAggregate()
887 : ConstantAggregate(T, ConstantArrayVal, V) { in ConstantArray()
947 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct()
992 : ConstantAggregate(T, ConstantVectorVal, V) { in ConstantVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp339 if (const ConstantAggregate *CC = dyn_cast<ConstantAggregate>(this)) in getAggregateElement()
939 ConstantAggregate::ConstantAggregate(CompositeType *T, ValueTy VT, in ConstantAggregate() function in ConstantAggregate
941 : Constant(T, VT, OperandTraits<ConstantAggregate>::op_end(this) - V.size(), in ConstantAggregate()
955 : ConstantAggregate(T, ConstantArrayVal, V) { in ConstantArray()
1015 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct()
1050 : ConstantAggregate(T, ConstantVectorVal, V) { in ConstantVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp180 } else if (isa<ConstantAggregate>(C)) { in remapConstant()
DNVPTXAsmPrinter.cpp1899 if (isa<ConstantAggregate>(CPV) || isa<ConstantDataSequential>(CPV)) { in bufferLEByte()
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp121 isa<ConstantAggregate>(Val); in canSkipAddingToSets()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp230 } else if (isa<ConstantAggregate>(C)) { in remapConstant()
DNVPTXAsmPrinter.cpp1913 if (isa<ConstantAggregate>(CPV) || isa<ConstantDataSequential>(CPV)) { in bufferLEByte()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp59 if (isa<ConstantAggregate>(C)) { in isSimpleEnoughValueToCommitHelper()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp75 if (isa<ConstantAggregate>(C)) { in isSimpleEnoughValueToCommitHelper()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2128 } else if (isa<ConstantAggregate>(C)) { in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2354 } else if (isa<ConstantAggregate>(C)) { in writeConstants()