HomeSort by: relevance | last modified time | path
    Searched defs:Ty (Results 1 - 25 of 268) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ConstraintManager.cpp 34 QualType Ty = Sym->getType();
35 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SSAUpdaterBulk.h 44 Type *Ty;
46 RewriteInfo(StringRef &N, Type *T) : Name(N), Ty(T){};
63 unsigned AddVariable(StringRef Name, Type *Ty);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ExtractGV.cpp 133 Type *Ty = CurI->getValueType();
137 if (FunctionType *FTy = dyn_cast<FunctionType>(Ty)) {
144 new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage,
GlobalOpt.cpp 127 Type *Ty = Types.pop_back_val();
128 switch (Ty->getTypeID()) {
134 if (cast<VectorType>(Ty)->getElementType()->isPointerTy())
138 Types.push_back(cast<ArrayType>(Ty)->getElementType());
141 StructType *STy = cast<StructType>(Ty);
509 Type *Ty = Init->getType();
510 uint64_t VarSize = DL.getTypeSizeInBits(Ty);
535 if (StructType *STy = dyn_cast<StructType>(Ty))
538 ElTy = GetSRASequentialElementType(Ty);
552 if (StructType *STy = dyn_cast<StructType>(Ty)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp 126 QualType Ty = Init->getTypeSourceInfo()->getType();
127 Ty = Ty.getLocalUnqualifiedType();
128 Ty.print(Out, Context.getLangOpts());
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp 448 WasmYAML::ValueType Ty = wasm::WASM_TYPE_EXTERNREF;
449 IO.mapRequired("Type", Ty);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 84 BitsRecTy *&Ty = Shared[Sz];
85 if (!Ty)
86 Ty = new(Allocator) BitsRecTy(Sz);
87 return Ty;
167 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP))
168 return Ty;
182 RecordRecTy *Ty = new(Mem) RecordRecTy(Classes.size());
184 Ty->getTrailingObjects<Record *>());
185 ThePool.InsertNode(Ty, IP);
186 return Ty;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp 27 QualType Ty = D->getUnderlyingType();
28 Ty = Ty.getCanonicalType();
29 if (const auto *RTy = dyn_cast<RecordType>(Ty)) {
50 QualType Ty = D->getFriendType()->getType();
51 if (isa<ElaboratedType>(Ty))
52 Ty = cast<ElaboratedType>(Ty)->getNamedType();
57 if (!Ty->isDependentType()) {
58 if (const auto *RTy = dyn_cast<RecordType>(Ty))
    [all...]
MicrosoftCXXABI.cpp 47 const Type *Ty = nullptr;
48 return ++ManglingNumbers[Ty];
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.cpp 33 QualType Ty = F->getReturnType();
34 if (!Ty->isVoidType() && !Ctx.classify(Ty)) {
42 PrimType Ty;
44 Ty = *T;
46 Ty = PT_Ptr;
49 Descriptor *Desc = P.createDescriptor(PD, Ty);
50 ParamDescriptors.insert({ParamOffset, {Ty, Desc}});
52 ParamOffset += align(primSize(Ty));
53 ParamTypes.push_back(Ty);
    [all...]
ByteCodeExprGen.h 84 const RecordType *getRecordTy(QualType Ty);
87 Record *getRecord(QualType Ty);
91 unsigned getIntWidth(QualType Ty) {
93 return ASTContext.getIntWidth(Ty);
106 llvm::Optional<PrimType> classify(QualType Ty) const {
107 return Ctx.classify(Ty);
111 bool needsAdjust(QualType Ty) const {
116 PrimType classifyPrim(QualType Ty) const {
117 if (auto T = classify(Ty)) {
153 unsigned allocateLocalPrimitive(DeclTy &&Decl, PrimType Ty, bool IsMutable
    [all...]
InterpFrame.cpp 52 for (PrimType Ty : Func->args_reverse())
53 TYPE_SWITCH(Ty, S.Stk.discard<T>());
63 QualType Ty) {
89 if (!Ty->isReferenceType())
122 QualType Ty = F->getParamDecl(I)->getType();
125 if (llvm::Optional<PrimType> T = S.Ctx.classify(Ty)) {
131 TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getCtx(), Ty));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h 38 Type *Ty;
41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {}
44 Type *getType() const { return Ty; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 47 static generic_gep_type_iterator begin(Type *Ty, ItTy It) {
49 I.CurTy = Ty;
81 Type *Ty = getIndexedType();
82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) {
85 } else if (auto *VTy = dyn_cast<VectorType>(Ty)) {
92 CurTy = dyn_cast<StructType>(Ty);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp 258 const LLT Ty = MRI.getType(VReg);
259 if (Ty.isValid() && Ty.getSizeInBits() > TRI.getRegSizeInBits(*RC)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFPreserveDIType.cpp 87 DIType *Ty = cast<DIType>(MD);
88 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) {
93 Ty = DTy->getBaseType();
96 if (Ty->getName().empty())
98 MD = Ty;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp 249 llvm::Type *Ty,
255 Ty = Ty->getPointerTo();
256 VTable = CGF.Builder.CreateBitCast(VTable, Ty->getPointerTo());
267 Ty, VFuncPtr, llvm::Align(CGF.PointerAlignInBytes));
278 llvm::Type *Ty) {
291 return ::BuildAppleKextVirtualCall(*this, MD, Ty, RD);
305 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo);
306 return ::BuildAppleKextVirtualCall(*this, GlobalDecl(DD, Type), Ty, RD);
CodeGenTBAA.cpp 115 llvm::MDNode *CodeGenTBAA::getTypeInfoHelper(const Type *Ty) {
116 uint64_t Size = Context.getTypeSizeInChars(Ty).getQuantity();
119 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
183 if (Ty->isStdByteType())
189 if (Ty->isPointerType() || Ty->isReferenceType())
193 if (CodeGenOpts.NewStructPathTBAA && Ty->isArrayType())
194 return getTypeInfo(cast<ArrayType>(Ty)->getElementType());
198 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
212 if (const auto *EIT = dyn_cast<ExtIntType>(Ty)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCAutoreleaseWriteChecker.cpp 115 QualType Ty = PVD->getType();
116 if (Ty->getPointeeType().getObjCLifetime() != Qualifiers::OCL_Autoreleasing)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CombinerHelper.h 41 LLT Ty; // The result type of the extend.
273 /// Transform <ty,...> G_UNMERGE(G_MERGE ty X, Y, Z) -> ty X, Y, Z.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 104 Type *Ty;
107 Type *Ty=nullptr) : Uses(std::move(Uses)), Offset(Offset), Ty(Ty) {}
195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionDivision.cpp 138 Type *Ty = Denominator->getType();
139 if (Ty != StartQ->getType() || Ty != StartR->getType() ||
140 Ty != StepQ->getType() || Ty != StepR->getType())
150 Type *Ty = Denominator->getType();
157 if (Ty != Q->getType() || Ty != R->getType())
176 Type *Ty = Denominator->getType();
181 if (Ty != Op->getType()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 121 virtual void addGlobalType(const DIType *Ty, const DIE &Die,
207 void addSourceLine(DIE &Die, const DIType *Ty);
208 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
211 void addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty);
212 void addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty);
214 void addConstantValue(DIE &Die, uint64_t Val, const DIType *Ty);
233 void addType(DIE &Entity, const DIType *Ty,
244 DIE *createTypeDIE(const DIScope *Context, DIE &ContextDIE, const DIType *Ty);
298 DIE *createTypeDIE(const DICompositeType *Ty);
344 void updateAcceleratorTables(const DIScope *Context, const DIType *Ty,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp 55 Type *Ty = ST->getElementType(i);
56 const Align TyAlign = ST->isPacked() ? Align(1) : DL.getABITypeAlign(Ty);
69 StructSize += DL.getTypeAllocSize(Ty).getFixedValue();
671 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
676 StructLayout *&SL = (*STM)[Ty];
682 StructLayout::totalSizeToAlloc<uint64_t>(Ty->getNumElements()));
688 new (L) StructLayout(Ty, *this);
713 unsigned DataLayout::getPointerTypeSizeInBits(Type *Ty) const {
714 assert(Ty->isPtrOrPtrVectorTy() &&
716 Ty = Ty->getScalarType()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64RegisterBankInfo.cpp 442 LLT Ty = MRI.getType(MI.getOperand(0).getReg());
443 unsigned Size = Ty.getSizeInBits();
444 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc);
671 LLT Ty = MRI.getType(MO.getReg());
672 OpSize[Idx] = Ty.getSizeInBits();
676 if (Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc) ||
677 Ty.getSizeInBits() > 64)

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011