/external/llvm/lib/CodeGen/ |
StackProtector.cpp | 106 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, 109 if (!Ty) 111 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { 133 const StructType *ST = dyn_cast<StructType>(Ty);
|
/external/llvm/lib/Target/R600/ |
SIISelLowering.h | 58 Type *Ty) const override;
|
/external/llvm/lib/Transforms/IPO/ |
PassManagerBuilder.cpp | 85 PassManagerBuilder::ExtensionPointTy Ty, 87 GlobalExtensions->push_back(std::make_pair(Ty, Fn)); 90 void PassManagerBuilder::addExtension(ExtensionPointTy Ty, ExtensionFn Fn) { 91 Extensions.push_back(std::make_pair(Ty, Fn));
|
/external/llvm/lib/IR/ |
Verifier.cpp | 324 bool PerformTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, int VT, 326 bool VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos, 333 void VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty, 800 void Verifier::VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty, 849 hasAttributes(AttributeFuncs::typeIncompatible(Ty, Idx), Idx), 851 AttributeFuncs::typeIncompatible(Ty, Idx).getAsString(Idx), V); 853 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | [all...] |
CGExprCXX.cpp | 70 const RecordType *Ty = T->castAs<RecordType>(); 71 return cast<CXXRecordDecl>(Ty->getDecl()); 171 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo); 193 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty); 195 Callee = CGM.GetAddrOfCXXDestructor(Dtor, Dtor_Complete, FInfo, Ty); 199 Callee = CGM.GetAddrOfFunction(GlobalDecl(DDtor, Dtor_Complete), Ty); 208 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty); 210 Callee = CGM.getCXXABI().getVirtualFunctionPointer(*this, MD, This, Ty); 215 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty); 217 Callee = CGM.GetAddrOfFunction(MD, Ty); [all...] |
CodeGenFunction.cpp | 370 QualType ty = parm->getType(); local 373 if (ty->isPointerType()) { 374 QualType pointeeTy = ty->getPointeeType(); 392 if (ty.isRestrictQualified()) 401 if (ty->isImageType()) 408 std::string typeName = ty.getUnqualifiedType().getAsString(Policy); 418 if (ty.isConstQualified()) 420 if (ty.isVolatileQualified()) 427 if (ty->isImageType()) { 682 QualType Ty; 1427 const Type *ty = type.getTypePtr(); local [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | 441 QualType Ty = E->getType(); 442 assert(!Ty.isNull() && "DefaultFunctionArrayConversion - missing type"); 444 if (Ty->isFunctionType()) { 451 E = ImpCastExprToType(E, Context.getPointerType(Ty), 453 } else if (Ty->isArrayType()) { 466 E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty), 652 QualType Ty = E->getType(); 656 if (Ty->isFunctionType()) { 657 Res = ImpCastExprToType(E, Context.getPointerType(Ty), 680 QualType Ty = E->getType() [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramStateTrait.h | 43 typedef Type Name ## Ty; \ 49 : public ProgramStatePartialTrait<Name ## Ty> { \
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { 223 if (const RecordType *RT = Ty->getAs<RecordType>()) {
|
DynamicTypePropagation.cpp | 52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); 55 State = State->setDynamicTypeInfo(Region, Ty, /*CanBeSubclass=*/false);
|
/external/llvm/include/llvm/IR/ |
GlobalValue.h | 63 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, 65 : Constant(Ty, VTy, Ops, NumOps), Linkage(Linkage),
|
Instruction.h | 463 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, 465 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
|
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.h | 61 ARMConstantPoolValue(Type *Ty, unsigned id, ARMCP::ARMCPKind Kind, 144 ARMConstantPoolConstant(Type *Ty, const Constant *C,
|
/external/llvm/lib/Target/Mips/ |
MipsOptimizePICCall.cpp | 147 MVT::SimpleValueType Ty = getRegTy(MI.getOperand(0).getReg(), MF); 148 unsigned Reg = Ty == MVT::i32 ? Mips::GP : Mips::GP_64;
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.h | 200 bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const override; 273 Type *Ty, unsigned Idx) const;
|
/external/llvm/lib/Target/XCore/ |
XCoreLowerThreadLocal.cpp | 174 static bool isZeroLengthArray(Type *Ty) { 175 ArrayType *AT = dyn_cast<ArrayType>(Ty);
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 579 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) 580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {} 704 Type *Ty = PHIUsers[UserI].Inst->getType(); 710 if ((EltPHI = ExtractedVals[LoweredPHIRecord(PN, Offset, Ty)]) == nullptr) { 713 EltPHI = PHINode::Create(Ty, PN->getNumIncomingValues(), 739 if (Value *Res = ExtractedVals[LoweredPHIRecord(InPHI, Offset, Ty)]) { 752 Res = Builder->CreateTrunc(Res, Ty, "extract.t"); 773 ExtractedVals[LoweredPHIRecord(PN, Offset, Ty)] = EltPHI; [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARC.h | 320 PointerType *Ty = dyn_cast<PointerType>(Op->getType()); 321 if (!Ty)
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 543 unsigned getByValTypeAlignment(Type *Ty) const override; 663 bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const override; 682 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override; 684 bool isVectorShiftByScalarCheap(Type *Ty) const override; 770 Type *Ty) const override; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 181 containsPointerType(Type *Ty) 183 if (!Ty) { 186 switch(Ty->getTypeID()) { 190 const StructType *ST = dyn_cast<StructType>(Ty); 202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType()); 948 Type* Ty = inst->getType(); 951 Ty = inst->getType(); 954 Ty = sinst->getValueOperand()->getType(); [all...] |
/external/clang/lib/AST/ |
DeclBase.cpp | 710 QualType Ty; 712 Ty = D->getType(); 714 Ty = D->getUnderlyingType(); 718 if (Ty->isFunctionPointerType()) 719 Ty = Ty->getAs<PointerType>()->getPointeeType(); 720 else if (BlocksToo && Ty->isBlockPointerType()) 721 Ty = Ty->getAs<BlockPointerType>()->getPointeeType(); 723 return Ty->getAs<FunctionType>() [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 181 containsPointerType(Type *Ty) 183 if (!Ty) { 186 switch(Ty->getTypeID()) { 190 const StructType *ST = dyn_cast<StructType>(Ty); 202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType()); 948 Type* Ty = inst->getType(); 951 Ty = inst->getType(); 954 Ty = sinst->getValueOperand()->getType(); [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | 187 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, 192 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l), 232 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, 236 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize, 263 CXXDynamicCastExpr(QualType ty, ExprValueKind VK, CastKind kind, 267 : CXXNamedCastExpr(CXXDynamicCastExprClass, ty, VK, kind, op, pathSize, 300 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, 305 : CXXNamedCastExpr(CXXReinterpretCastExprClass, ty, vk, kind, op, 334 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, 337 : CXXNamedCastExpr(CXXConstCastExprClass, ty, VK, CK_NoOp, op [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | [all...] |