HomeSort by relevance Sort by last modified time
    Searched refs:ConstantArray (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 32 ConstantArray *OldCA = cast<ConstantArray>(GCL->getInitializer());
41 Constant *CA = ConstantArray::get(ATy, CAList);
71 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
95 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
SanitizerStats.cpp 50 Inits.push_back(ConstantArray::get(
89 ConstantArray::get(makeModuleStatsArrayTy(), Inits)}));
ModuleUtils.cpp 76 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineSimple.cpp 98 const ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
ConstantMerge.cpp 69 ConstantArray *Inits = dyn_cast<ConstantArray>(LLVMUsed->getInitializer());
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 134 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
143 llvm::ConstantArray::get(ATy, UsedValuesList), "llvm.compiler.used");
LTOCodeGenerator.cpp 369 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
406 llvm::ConstantArray::get(ATy, UsedValuesSet.getArrayRef()),
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 154 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer());
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 325 /// ConstantArray - Constant Array Declarations
327 class ConstantArray : public Constant {
328 friend struct ConstantCreator<ConstantArray, ArrayType,
330 ConstantArray(const ConstantArray &); // DO NOT IMPLEMENT
332 ConstantArray(ArrayType *T, ArrayRef<Constant *> Val);
334 // ConstantArray accessors
337 /// This method constructs a ConstantArray and initializes it with a text
382 static inline bool classof(const ConstantArray *) { return true; }
389 struct OperandTraits<ConstantArray>
    [all...]
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 42 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
StripSymbols.cpp 196 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 22 GV ? dyn_cast_or_null<ConstantArray>(GV->getInitializer()) : nullptr),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 152 if (ConstantArray *InitList =
153 dyn_cast<ConstantArray>(GlobalDtors->getInitializer())) {
167 GlobalDtors->setInitializer(ConstantArray::get(
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 297 ConstantArray *Inits = dyn_cast<ConstantArray>(LLVMUsed->getInitializer());
349 llvm::ConstantArray::get(ATy, asmUsed2),
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 33 class ConstantArray;
546 void EmitLLVMUsedList(const ConstantArray *InitList);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 81 if (const ConstantArray *CVA = dyn_cast<ConstantArray>(C)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 142 if (isa<ConstantArray>(C))
143 return VM[V] = ConstantArray::get(cast<ArrayType>(NewTy), Ops);
  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 219 llvm::ConstantArray::get(VoidPtrArrayTy, GVNames);
228 llvm::ConstantArray::get(VoidPtrArrayTy, GVAddresses);
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 231 ConstantArray *Names =
232 cast<ConstantArray>(CoverageNamesVar->getInitializer());
582 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
598 ConstantArray::get(ATy, MergedVars), "llvm.used");
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 242 return ConstantArray::get(ArrayType::get(ArrayElts[0]->getType(),
258 ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 187 return ConstantArray::get(ArrayType::get(ArrayElts[0]->getType(),
203 ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 26 class ConstantArray;
  /external/clang/tools/libclang/
CXType.cpp 88 TKCASE(ConstantArray);
490 TKIND(ConstantArray);
625 case Type::ConstantArray:
657 case Type::ConstantArray:
677 case Type::ConstantArray:
703 case Type::ConstantArray:
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 762 if (ConstantArray *I = dyn_cast<ConstantArray>(AVI.DstInit)) {
773 if (const ConstantArray *I = dyn_cast<ConstantArray>(SrcInit)) {
783 AVI.NewGV->setInitializer(ConstantArray::get(NewType, Elements));
    [all...]

Completed in 1284 milliseconds

1 2 3 4 5 6 7