HomeSort by relevance Sort by last modified time
    Searched defs:ATy (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 77 Type *ATy = ArrayType::get(Type::getInt32Ty(M.getContext()), NumEdges);
79 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage,
80 Constant::getNullValue(ATy), "EdgeProfCounters");
OptimalEdgeProfiling.cpp 116 ArrayType *ATy = ArrayType::get(Int32, NumEdges);
118 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage,
119 Constant::getNullValue(ATy), "OptEdgeProfCounters");
218 Constant *init = ConstantArray::get(ATy, Initializer);
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 140 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, UsedValuesList.size());
142 TheModule, ATy, false, llvm::GlobalValue::AppendingLinkage,
143 llvm::ConstantArray::get(ATy, UsedValuesList), "llvm.compiler.used");
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 39 ArrayType *ATy =
41 Constant *CA = ConstantArray::get(ATy, CAList);
ModuleUtils.cpp 33 ArrayType *ATy = cast<ArrayType>(GVCtor->getValueType());
34 StructType *OldEltTy = cast<StructType>(ATy->getElementType());
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 53 Type *ATy = Arg.getType();
55 if (ATy->isIntegerTy())
56 Width = ATy->getIntegerBitWidth();
57 else if (ATy->isPointerTy())
    [all...]
HexagonTargetObjectFile.cpp 274 const ArrayType *ATy = cast<const ArrayType>(Ty);
275 return getSmallestAddressableSize(ATy->getElementType(), GV, TM);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 78 ArrayType *ATy = cast<ArrayType>(C->getType());
82 if (ATy->getNumElements() == 0) return false;
85 dyn_cast<ConstantInt>(CVA->getOperand(ATy->getNumElements()-1));
90 for (unsigned i = 0, e = ATy->getNumElements()-1; i != e; ++i)
100 return ATy->getNumElements() == 1;
173 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) {
175 dyn_cast<IntegerType>(ATy->getElementType())) {
TargetData.cpp 407 ArrayType *ATy = cast<ArrayType>(Ty);
408 return getTypeAllocSizeInBits(ATy->getElementType())*ATy->getNumElements();
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 345 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size());
347 new llvm::GlobalVariable(*mergedModule, ATy, false,
349 llvm::ConstantArray::get(ATy, asmUsed2),
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 146 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType());
147 if (!ATy || AI->isArrayAllocation())
151 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy];
GlobalOpt.cpp 476 if (ArrayType *ATy = dyn_cast<ArrayType>(STy))
477 NumElements = ATy->getNumElements();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 142 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType());
143 if (ATy == 0 || AI->isArrayAllocation())
147 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy];
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 383 ArrayType *ATy = dyn_cast<ArrayType>(Ty);
384 if (!ATy)
388 if (CI->getZExtValue() >= ATy->getNumElements())
Type.cpp 114 const ArrayType *ATy = dyn_cast<ArrayType>(this);
115 if (ATy) {
116 unsigned NumElements = ATy->getNumElements();
117 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
175 if (const ArrayType *ATy = dyn_cast<ArrayType>(this))
176 return ATy->getElementType()->isSized();
AsmWriter.cpp 246 ArrayType *ATy = cast<ArrayType>(Ty);
247 OS << '[' << ATy->getNumElements() << " x ";
248 print(ATy->getElementType(), OS);
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 518 ArrayType *ATy = cast<ArrayType>(Ty);
519 return ATy->getNumElements() *
520 getTypeAllocSizeInBits(ATy->getElementType());
  /external/llvm/lib/Analysis/
Lint.cpp 428 Type *ATy = AI->getAllocatedType();
429 if (!AI->isArrayAllocation() && ATy->isSized())
430 BaseSize = DL->getTypeAllocSize(ATy);
432 if (BaseAlign == 0 && ATy->isSized())
433 BaseAlign = DL->getABITypeAlignment(ATy);
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 241 Type *ATy = CS.getArgument(I)->getType();
242 if (PTy == ATy)
482 Type *ATy = NewCS.getArgument(I)->getType();
484 if (ATy != PTy) {
InstrProfiling.cpp 595 ArrayType *ATy = ArrayType::get(i8PTy, MergedVars.size());
597 new GlobalVariable(*M, ATy, false, GlobalValue::AppendingLinkage,
598 ConstantArray::get(ATy, MergedVars), "llvm.used");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 652 DIType ATy(Args.getElement(i));
653 if (!ATy.Verify())
655 addGlobalType(ATy);
    [all...]
DwarfDebug.cpp 215 DIType ATy = DIType(DIType(Args.getElement(i)));
216 SPCU->addType(Arg, ATy);
217 if (ATy.isArtificial())
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 542 ArrayType *ATy = cast<ArrayType>(Ty);
543 unsigned NumElements = ATy->getNumElements();
548 printType(Out, ATy->getElementType(), false,
    [all...]

Completed in 4970 milliseconds

1 2