HomeSort by relevance Sort by last modified time
    Searched refs:Ty (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 69 DIType Ty = Var.getType();
97 DIType subType = Ty;
98 unsigned tag = Ty.getTag();
101 DIDerivedType DTy = DIDerivedType(Ty);
114 return Ty;
116 return Ty;
535 /// as llvm.dbg.enum and llvm.dbg.ty
553 DIType Ty(NMD->getOperand(i));
554 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
555 CU->getOrCreateTypeDIE(Ty);
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 556 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
557 if (!Ty)
562 Constant *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty);
  /external/clang/include/clang/AST/
ASTContext.h 634 QualType BuildByRefType(StringRef DeclName, QualType Ty) const;
637 bool BlockRequiresCopying(QualType Ty) const;
683 QualType getVariableArrayDecayedType(QualType Ty) const;
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 45 llvm::Type *Ty = CGM.getTypes().ConvertType(T);
46 PtrDiffTy = cast<llvm::IntegerType>(Ty);
538 llvm::Type *Ty;
542 Ty = Types.GetFunctionType(Types.getFunctionInfo(MD),
547 Ty = ptrdiff_t;
549 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);
    [all...]
CGStmt.cpp 727 void CodeGenFunction::EmitReturnOfRValue(RValue RV, QualType Ty) {
731 EmitAggregateCopy(ReturnValue, RV.getAggregateAddr(), Ty);
    [all...]
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 396 bool isNSAutoreleasePool(QualType Ty) {
397 QualType pointee = Ty->getPointeeType();
  /external/clang/lib/AST/
ASTContext.cpp 385 BuiltinType *Ty = new (*this, TypeAlignment) BuiltinType(K);
386 R = CanQualType::CreateUnsafe(QualType(Ty, 0));
387 Types.push_back(Ty);
1672 const Type *ty = split.first; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 339 QualType Ty, const MemRegion *superR);
358 QualType Ty);
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 747 AllocaInst *CreateAlloca(Type *Ty, Value *ArraySize = 0,
749 return Insert(new AllocaInst(Ty, ArraySize), Name);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 46 /// updates with type 'Ty'. PHI nodes get a name based on 'Name'.
47 void SSAUpdater::Initialize(Type *Ty, StringRef Name) {
52 ProtoType = Ty;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 258 static inline bool isZeroLengthArray(Type *Ty) {
259 ArrayType *AT = dyn_cast_or_null<ArrayType>(Ty);
281 Type *Ty = cast<PointerType>(GV->getType())->getElementType();
282 if (!Ty->isSized() || isZeroLengthArray(Ty)) {
291 unsigned Size = TD->getTypeAllocSize(Ty);
475 Entry.Ty = IntPtrTy;
534 Entry.Ty = IntPtrTy;
    [all...]
XCoreISelLowering.h 104 Type *Ty) const;
  /external/clang/lib/Sema/
SemaDecl.cpp 172 ParsedType Ty = getTypeName(*NewII, NameLoc, S, NewSSPtr,
175 if (Ty) {
190 return Ty;
322 const Type *Ty = SS->getScopeRep()->getAsType();
327 if (Context.hasSameUnqualifiedType(QualType(Ty, 1), Base->getType()))
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 235 Type *Ty, ExecutionContext &SF);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 774 Type *Ty = CPE.getType();
775 Size += TD->getTypeAllocSize(Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 423 /// be truncated to Ty without losing bits.
424 static Value *dyn_castZExtVal(Value *V, Type *Ty) {
426 if (Z->getSrcTy() == Ty)
429 if (C->getValue().getActiveBits() <= cast<IntegerType>(Ty)->getBitWidth())
430 return ConstantExpr::getTrunc(C, Ty);
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 276 // Stores the data in @Val of type @Ty at address @Addr.
278 llvm::Type *Ty);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 430 Type *Ty = I->getOperand(0)->getType();
435 if (StructType *StTy = dyn_cast<StructType>(Ty)) {
448 Ty = StTy->getElementType(Field);
450 Ty = cast<SequentialType>(Ty)->getElementType();
456 TD.getTypeAllocSize(Ty)*cast<ConstantInt>(CI)->getSExtValue();
466 uint64_t ElementSize = TD.getTypeAllocSize(Ty);
    [all...]
SelectionDAGBuilder.cpp 581 unsigned Reg, Type *Ty) {
582 ComputeValueVTs(tli, Ty, ValueVTs);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 118 BitsRecTy *&Ty = Shared[Sz];
119 if (!Ty)
120 Ty = new BitsRecTy(Sz);
121 return Ty;
288 return "list<" + Ty->getAsString() + ">";
297 if (Init *CI = LI->getElement(i)->convertInitializerTo(Ty))
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 155 void print(Type *Ty, raw_ostream &OS);
157 void printStructBody(StructType *Ty, raw_ostream &OS);
189 void TypePrinting::print(Type *Ty, raw_ostream &OS) {
190 switch (Ty->getTypeID()) {
201 OS << 'i' << cast<IntegerType>(Ty)->getBitWidth();
205 FunctionType *FTy = cast<FunctionType>(Ty);
222 StructType *STy = cast<StructType>(Ty);
238 PointerType *PTy = cast<PointerType>(Ty);
246 ArrayType *ATy = cast<ArrayType>(Ty);
253 VectorType *PTy = cast<VectorType>(Ty);
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 483 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
485 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
486 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]

Completed in 783 milliseconds

1 2 3 4 5 6 78 91011