HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /external/clang/lib/CodeGen/
CGExpr.cpp 181 // FIXME: This should be looking at E, not M.
516 // type Ty at offset zero within this object.
588 const ArrayType *AT = E->getType()->castAsArrayTypeUnsafe();
589 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
592 } else if (!isa<IncompleteArrayType>(AT))
627 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
628 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT))
630 else if (const VariableArrayType *VAT = dyn_cast<VariableArrayType>(AT))
    [all...]
CGObjCMac.cpp 775 /// subsequent word-size instructions do not begin at a multiple of
804 /// This is included so that older tools can at least continue
    [all...]
CGAtomic.cpp 201 // doesn't support weak cmpxchg, at least at the moment.
340 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>())
341 MemTy = AT->getValueType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 280 // the preheader and be placed at the end of the precondition block without
508 // Step 1: Insert the ctpop instruction at the end of the precondition block
878 // at the pointer and has infinite size.
    [all...]
CodeGenPrepare.cpp 12 // basic-block-at-a-time approach. It should eventually be removed.
644 // If the iterator instruction was recursively deleted, start over at the
906 const TargetLowering &T, Type *AT,
908 : AddrModeInsts(AMI), TLI(T), AccessTy(AT), MemoryInst(MI), AddrMode(AM) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 58 /// Create a key for a binding at \p offset from base region \p r.
437 /// than using a Default binding at the base of the entire region. This is a
664 /// regions specially included at the start of analysis.
852 // Case 2: The next binding is at the same offset as the region we're
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 415 // We may be starting at the return type of a block.
805 // "At least one type specifier shall be given in the declaration
    [all...]
SemaExprCXX.cpp 72 // This reference to the type is located entirely at the location of the
138 // code below is permitted to look at the prefix of the
171 // also looked up in the scope of class C. At least one of the
255 // know which template is being specialized, that it at least
389 // We require a vtable to query the type at run time.
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 42 /// specified vector type. At this point, we know that the elements of the
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 305 // register AT.
308 Defs.reset(Mips::AT);
502 // Delay slot filling is disabled at -O0.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 127 elif op is AT:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 127 elif op is AT:
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 7 ** You may obtain a copy of the License at
70 AFTER, AT_OR_AFTER, BEFORE, AT_OR_BEFORE, AT
630 case AT:
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 86 /// at this VarDecl,
503 // Retrieve result at first, or the map might be updated.
681 // If there is no target for the goto, then we are looking at an
700 // at an incomplete AST. Handle this by not registering a successor.
864 // At the end destroy virtual base objects.
891 if (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
892 if (AT->getSize() == 0)
894 QT = AT->getElementType();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 189 /// AnalyzeGlobal - Look at all uses of the global and fill in the GlobalStatus
389 // memory pointed to by globals at exit. This is popular because it also
581 /// Look at it and its uses and decide whether it is safe to SROA this global.
603 if (ArrayType *AT = dyn_cast<ArrayType>(*GEPI)) {
604 uint64_t NumElements = AT->getNumElements();
646 /// GlobalUsersSafeToSRA - Look at all uses of the global and decide whether it
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 317 // An sret parameter has at least the ABI alignment of the return type.
499 // Compute the new bits that are at the top now.
515 // Compute the new bits that are at the top now.
    [all...]
ConstantFolding.cpp 346 if (ArrayType *AT = dyn_cast<ArrayType>(C->getType()))
347 NumElts = AT->getNumElements();
500 // Append NULL at the end.
754 // size (rounding down), to compute the index at this level.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 450 ArrayType *AT = cast<ArrayType>(T);
453 TypeVals.push_back(AT->getNumElements());
454 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 629 ArrayType* AT = cast<ArrayType>(Ty);
630 Type* ET = AT->getElementType();
636 << ", " << utostr(AT->getNumElements()) << ");";
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 232 // Note: this is only valid because SimplifyBinOp doesn't look at
658 // If the InVal is an invoke at the end of the pred block, then we can't
759 /// or not there is a sequence of GEP indices into the type that will land us at
804 } else if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) {
805 uint64_t EltSize = TD->getTypeAllocSize(AT->getElementType());
809 Ty = AT->getElementType();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 362 ArrayType *AT = cast<ArrayType>(T);
365 TypeVals.push_back(AT->getNumElements());
366 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 318 ArrayType *AT = cast<ArrayType>(T);
321 TypeVals.push_back(AT->getNumElements());
322 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 323 ArrayType *AT = cast<ArrayType>(T);
326 TypeVals.push_back(AT->getNumElements());
327 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 163 if (const AutoType *AT = dyn_cast<AutoType>(T))
164 TC = AT->desugar()->getTypeClass();
232 // at this level.
881 // <anonymous enum at /usr/include/string.h:120:9>
900 OS << " at " << PLoc.getFilename()
    [all...]
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 36 #define AT $1

Completed in 1641 milliseconds

1 2 3 45 6 7