Searched refs:Ty (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp212 QualType Ty; // Computation Type. member in struct:__anon45::ComplexExprEmitter::BinOpInfo
571 if (Op.Ty->getAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
590 Ops.Ty = E->getType();
608 OpInfo.Ty = E->getComputationResultType();
611 assert(OpInfo.Ty->isAnyComplexType());
612 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
621 OpInfo.LHS = EmitComplexToComplexCast(LHSComplexPair, LHSTy, OpInfo.Ty);
627 Result = EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy);
757 QualType Ty = E->getType()->getAs<ComplexType>()->getElementType(); local
758 llvm::Type* LTy = CGF.ConvertType(Ty);
[all...]
H A DCGVTables.cpp75 llvm::Type *Ty = getTypes().GetFunctionTypeForVTable(GD); local
76 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true);
246 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo); local
247 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
353 llvm::Type *Ty = local
355 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
576 llvm::FunctionType *Ty = local
579 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName);
595 llvm::Type *Ty = CGM.getTypes().GetFunctionTypeForVTable(GD); local
597 Init = CGM.GetAddrOfFunction(GD, Ty, /*ForVTabl
[all...]
H A DCGExprCXX.cpp160 const RecordType *Ty = T->castAs<RecordType>(); local
161 return cast<CXXRecordDecl>(Ty->getDecl());
271 llvm::Type *Ty = CGM.getTypes().GetFunctionType(*FInfo); local
284 Callee = BuildVirtualCall(Dtor, Dtor_Complete, This, Ty);
289 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty);
291 Callee = CGM.GetAddrOfFunction(GlobalDecl(Dtor, Dtor_Complete), Ty);
295 Callee = CGM.GetAddrOfFunction(GlobalDecl(DDtor, Dtor_Complete), Ty);
300 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty);
302 Callee = BuildVirtualCall(MD, This, Ty);
307 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty);
380 QualType Ty = E->getType(); local
1390 llvm::Type *Ty = local
[all...]
H A DCodeGenFunction.cpp455 QualType Ty = (*i)->getType(); local
457 if (Ty->isVariablyModifiedType())
458 EmitVariablyModifiedType(Ty);
807 CodeGenFunction::EmitNullInitialization(llvm::Value *DestPtr, QualType Ty) { argument
810 if (const RecordType *RT = Ty->getAs<RecordType>()) {
825 getContext().getTypeInfoInChars(Ty);
837 getContext().getAsArrayType(Ty))) {
859 if (!CGM.getTypes().isZeroInitializable(Ty)) {
861 if (vla) Ty = getContext().getBaseElementType(vla);
863 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty);
[all...]
H A DCodeGenFunction.h1336 bool IvarTypeWithAggrGCObjects(QualType Ty);
1362 llvm::Value *EmitBlockCopyAndAutorelease(llvm::Value *Block, QualType Ty);
1443 llvm::Value *GetVTablePtr(llvm::Value *This, llvm::Type *Ty);
1590 llvm::AllocaInst *CreateTempAlloca(llvm::Type *Ty,
1712 void EmitNullInitialization(llvm::Value *DestPtr, QualType Ty);
1718 llvm::Value *EmitVAArg(llvm::Value *VAListAddr, QualType Ty);
1730 void EmitVariablyModifiedType(QualType Ty);
2025 RValue GetUndefRValue(QualType Ty);
2063 llvm::Value *EmitToMemory(llvm::Value *Value, QualType Ty);
2067 llvm::Value *EmitFromMemory(llvm::Value *Value, QualType Ty);
[all...]
H A DCGCall.h49 QualType Ty; member in struct:clang::CodeGen::CallArg
52 : RV(rv), Ty(ty), NeedsCopy(needscopy)
/external/llvm/include/llvm/ADT/
H A Dilist.h137 template<typename Ty>
138 struct ilist_traits<const Ty> : public ilist_traits<Ty> {};
698 template<class Ty>
699 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp90 EVT Ty, bool HasLo, bool HasHi);
367 MipsDAGToDAGISel::SelectMULT(SDNode *N, unsigned Opc, DebugLoc dl, EVT Ty, argument
375 Lo = CurDAG->getMachineNode(Ty == MVT::i32 ? Mips::MFLO : Mips::MFLO64, dl,
376 Ty, MVT::Glue, InFlag);
380 Hi = CurDAG->getMachineNode(Ty == MVT::i32 ? Mips::MFHI : Mips::MFHI64, dl,
381 Ty, InFlag);
/external/llvm/lib/VMCore/
H A DAttributes.cpp97 Attributes Attribute::typeIncompatible(Type *Ty) { argument
100 if (!Ty->isIntegerTy())
104 if (!Ty->isPointerTy())
H A DDebugInfo.cpp387 DIType Ty = getType();
388 if (!Ty.Verify()) return false;
442 DICompositeType Ty = getType();
443 if (!Ty.Verify())
459 DIType Ty = getType();
460 if (!Ty.Verify())
477 DIType Ty = getType();
478 if (!Ty.Verify())
H A DFunction.cpp43 Argument::Argument(Type *Ty, const Twine &Name, Function *Par) argument
44 : Value(Ty, Value::ArgumentVal) {
163 Function::Function(FunctionType *Ty, LinkageTypes Linkage, argument
165 : GlobalValue(PointerType::getUnqual(Ty),
172 if (Ty->getNumParams())
/external/clang/lib/AST/
H A DType.cpp200 return Context.getQualifiedType(split.Ty, split.Quals);
206 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType();
234 const Class##Type *Ty = cast<Class##Type>(CurTy); \
235 if (!Ty->isSugared()) \
236 return SplitQualType(Ty, Qs); \
237 Cur = Ty->desugar(); \
252 const Type *lastTypeWithQuals = split.Ty;
259 switch (split.Ty->getTypeClass()) {
263 const Class##Type *ty = cast<Class##Type>(split.Ty); \
275 lastTypeWithQuals = split.Ty;
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h89 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
H A DNVPTXAsmPrinter.h235 bool isImageType(const Type *Ty);
274 std::string getPTXFundamentalTypeStr(const Type *Ty, bool=true) const ;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h111 Value *OptimizePointerDifference(Value *LHS, Value *RHS, Type *Ty);
209 Type *FindElementAtOffset(Type *Ty, int64_t Offset,
213 /// ShouldOptimizeCast - Return true if the cast from "V to Ty" actually
218 Type *Ty);
367 Value *EvaluateInDifferentType(Value *V, Type *Ty, bool isSigned);
H A DInstCombinePHI.cpp579 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) argument
580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {}
708 Type *Ty = PHIUsers[UserI].Inst->getType(); local
714 if ((EltPHI = ExtractedVals[LoweredPHIRecord(PN, Offset, Ty)]) == 0) {
717 EltPHI = PHINode::Create(Ty, PN->getNumIncomingValues(),
743 if (Value *Res = ExtractedVals[LoweredPHIRecord(InPHI, Offset, Ty)]) {
756 Res = Builder->CreateTrunc(Res, Ty, "extract.t");
777 ExtractedVals[LoweredPHIRecord(PN, Offset, Ty)] = EltPHI;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp223 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { argument
224 if (const RecordType *RT = Ty->getAs<RecordType>()) {
H A DDynamicTypePropagation.cpp50 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); local
53 State = State->setDynamicTypeInfo(Region, Ty, /*CanBeSubclass=*/false);
/external/llvm/include/llvm/
H A DInstruction.h386 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
388 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/llvm/lib/Analysis/
H A DLint.cpp75 Type *Ty, unsigned Flags);
248 Type *Ty = local
250 visitMemoryReference(I, Actual, AA->getTypeStoreSize(Ty),
251 TD ? TD->getABITypeAlignment(Ty) : 0,
252 Ty, MemRef::Read | MemRef::Write);
372 Type *Ty, unsigned Flags) {
415 if (Align == 0 && Ty) Align = TD->getABITypeAlignment(Ty);
370 visitMemoryReference(Instruction &I, Value *Ptr, uint64_t Size, unsigned Align, Type *Ty, unsigned Flags) argument
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp25 LLVMGenericValueRef LLVMCreateGenericValueOfInt(LLVMTypeRef Ty, argument
29 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h60 ARMConstantPoolValue(Type *Ty, unsigned id, ARMCP::ARMCPKind Kind,
125 ARMConstantPoolConstant(Type *Ty, const Constant *C,
/external/llvm/include/llvm/Support/
H A DCommandLine.h286 template<class Ty>
288 const Ty &Init;
289 initializer(const Ty &Val) : Init(Val) {}
295 template<class Ty>
296 initializer<Ty> init(const Ty &Val) {
297 return initializer<Ty>(Val);
305 template<class Ty>
307 Ty &Loc;
308 LocationClass(Ty
[all...]
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp56 QualType Ty; local
58 Ty = decl->getType();
60 Ty = decl->getType();
62 Ty = decl->getUnderlyingType();
66 if (Ty->isFunctionPointerType())
67 Ty = Ty->getAs<PointerType>()->getPointeeType();
68 else if (blocksToo && Ty->isBlockPointerType())
69 Ty = Ty
98 QualType Ty = V->getType(); local
362 checkForLockableRecord(Sema &S, Decl *D, const AttributeList &Attr, QualType Ty) argument
2409 QualType Ty = V->getType(); local
2697 QualType Ty = S.Context.getPointerType(VD->getType()); local
2703 Attr.getParameterName() << ParamTy << Ty; local
2757 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx); local
2960 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx); local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp339 QualType Ty, const MemRegion *superR);
358 QualType Ty);
905 static const CXXRecordDecl *GetCXXRecordDeclForReferenceType(QualType Ty) { argument
906 if (const ReferenceType *RT = Ty->getAs<ReferenceType>())
1287 QualType Ty = R->getValueType();
1288 return getBindingForFieldOrElementCommon(store, R, Ty, R->getSuperRegion());
1295 QualType Ty) {
1303 return svalBuilder.makeZeroVal(Ty);
1329 QualType Ty,
1351 getBindingForDerivedDefaultValue(B, superR, R, Ty))
1292 getBindingForDerivedDefaultValue(RegionBindings B, const MemRegion *superR, const TypedValueRegion *R, QualType Ty) argument
1327 getBindingForFieldOrElementCommon(Store store, const TypedValueRegion *R, QualType Ty, const MemRegion *superR) argument
1472 mayHaveLazyBinding(QualType Ty) argument
1500 const ConstantArrayType *Ty = Ctx.getAsConstantArrayType(R->getValueType()); local
1565 QualType Ty = TR->getValueType(); local
[all...]

Completed in 3760 milliseconds

1234567891011>>