Searched refs:Ty (Results 1 - 25 of 325) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h129 bool ABIAlign, Type *Ty) const;
136 unsigned getAlignment(Type *Ty, bool abi_or_pref) const;
282 unsigned getPointerTypeSize(Type *Ty) const {
283 return getPointerTypeSizeInBits(Ty) / 8;
306 uint64_t getTypeSizeInBits(Type *Ty) const;
311 uint64_t getTypeStoreSize(Type *Ty) const {
312 return (getTypeSizeInBits(Ty)+7)/8;
318 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
319 return 8*getTypeStoreSize(Ty);
326 uint64_t getTypeAllocSize(Type *Ty) cons
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
75 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
78 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
82 virtual bool isTypeLegal(Type *Ty) const;
86 virtual bool haveFastSqrt(Type *Ty) const;
97 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
115 virtual unsigned getAddressComputationCost(Type *Ty, bool IsComplex) const;
116 virtual unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) const;
142 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, argument
150 return getTLI()->isLegalAddressingMode(AM, Ty);
153 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) const argument
202 getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const argument
229 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind, OperandValueKind) const argument
511 getAddressComputationCost(Type *Ty, bool IsComplex) const argument
515 getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) const argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp106 if (llvm::Type *Ty = getCoerceToType())
107 Ty->print(OS);
299 static bool is32Or64BitBasicType(QualType Ty, ASTContext &Context) { argument
301 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
302 Ty = CTy->getElementType();
307 if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
308 !Ty->isEnumeralType() && !Ty->isBlockPointerType())
311 uint64_t Size = Context.getTypeSize(Ty);
324 canExpandIndirectArgument(QualType Ty, ASTContext &Context) argument
391 EmitVAArg(llvm::Value *VAListAddr, QualType Ty, CodeGenFunction &CGF) const argument
462 EmitVAArg(llvm::Value *VAListAddr, QualType Ty, CodeGenFunction &CGF) const argument
509 X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) argument
619 shouldReturnTypeInRegister(QualType Ty, ASTContext &Context, unsigned callingConvention) argument
756 isSSEVectorType(ASTContext &Context, QualType Ty) argument
760 isRecordWithSSEVectorType(ASTContext &Context, QualType Ty) argument
787 getTypeStackAlignInBytes(QualType Ty, unsigned Align) const argument
808 getIndirectResult(QualType Ty, bool ByVal, unsigned &FreeRegs) const argument
846 shouldUseInReg(QualType Ty, unsigned &FreeRegs, bool IsFastCall, bool &NeedsPadding) const argument
888 classifyArgumentType(QualType Ty, unsigned &FreeRegs, bool IsFastCall) const argument
994 EmitVAArg(llvm::Value *VAListAddr, QualType Ty, CodeGenFunction &CGF) const argument
1441 classify(QualType Ty, uint64_t OffsetBase, Class &Lo, Class &Hi, bool isNamedArg) const argument
[all...]
H A DCodeGenABITypes.cpp47 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty) { argument
48 return CGM->getTypes().arrangeFreeFunctionType(Ty);
52 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty) { argument
53 return CGM->getTypes().arrangeFreeFunctionType(Ty);
H A DCGDebugInfo.h108 llvm::DIType CreateType(const BuiltinType *Ty);
109 llvm::DIType CreateType(const ComplexType *Ty);
110 llvm::DIType CreateQualifiedType(QualType Ty, llvm::DIFile Fg);
111 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile Fg);
112 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
114 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
115 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
116 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F);
118 llvm::DIType CreateTypeDefinition(const RecordType *Ty);
119 llvm::DICompositeType CreateLimitedType(const RecordType *Ty);
[all...]
H A DCGRTTI.cpp34 GetAddrOfTypeName(QualType Ty, llvm::GlobalVariable::LinkageTypes Linkage);
38 llvm::Constant *GetAddrOfExternalRTTIDescriptor(QualType Ty);
41 void BuildVTablePointer(const Type *Ty);
58 void BuildObjCObjectTypeInfo(const ObjCObjectType *Ty);
62 void BuildPointerToMemberTypeInfo(const MemberPointerType *Ty);
108 llvm::Constant *BuildTypeInfo(QualType Ty, bool Force = false);
113 RTTIBuilder::GetAddrOfTypeName(QualType Ty, argument
117 CGM.getCXXABI().getMangleContext().mangleCXXRTTIName(Ty, Out);
135 llvm::Constant *RTTIBuilder::GetAddrOfExternalRTTIDescriptor(QualType Ty) { argument
139 CGM.getCXXABI().getMangleContext().mangleCXXRTTI(Ty, Ou
158 TypeInfoIsInStandardLibrary(const BuiltinType *Ty) argument
238 IsStandardLibraryRTTIDescriptor(QualType Ty) argument
255 ShouldUseExternalRTTIDescriptor(CodeGenModule &CGM, QualType Ty) argument
295 ContainsIncompleteClassType(QualType Ty) argument
320 getTypeInfoLinkage(CodeGenModule &CGM, QualType Ty) argument
390 BuildVTablePointer(const Type *Ty) argument
511 BuildTypeInfo(QualType Ty, bool Force) argument
900 BuildPointerToMemberTypeInfo(const MemberPointerType *Ty) argument
941 GetAddrOfRTTIDescriptor(QualType Ty, bool ForEH) argument
[all...]
H A DCodeGenTBAA.cpp98 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr(); local
100 if (llvm::MDNode *N = MetadataCache[Ty])
104 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
133 return MetadataCache[Ty] =
141 if (Ty->isPointerType())
142 return MetadataCache[Ty] = createTBAAScalarType("any pointer",
147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
153 return MetadataCache[Ty] = getChar();
159 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
163 return MetadataCache[Ty]
214 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr(); local
243 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr(); local
[all...]
H A DCodeGenTypes.cpp52 llvm::StructType *Ty,
80 Ty->setName(OS.str());
102 bool CodeGenTypes::isRecordLayoutComplete(const Type *Ty) const {
104 RecordDeclTypes.find(Ty);
195 bool CodeGenTypes::isFuncTypeArgumentConvertible(QualType Ty) { argument
197 const TagType *TT = Ty->getAs<TagType>();
296 const Type *Ty = T.getTypePtr(); local
299 if (const RecordType *RT = dyn_cast<RecordType>(Ty))
303 llvm::DenseMap<const Type *, llvm::Type *>::iterator TCI = TypeCache.find(Ty);
310 switch (Ty
51 addRecordTypeName(const RecordDecl *RD, llvm::StructType *Ty, StringRef suffix) argument
638 llvm::StructType *Ty = Entry; local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTarget.cpp99 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
100 return unwrap(TD)->getTypeSizeInBits(unwrap(Ty));
103 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
104 return unwrap(TD)->getTypeStoreSize(unwrap(Ty));
107 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
108 return unwrap(TD)->getTypeAllocSize(unwrap(Ty));
111 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
112 return unwrap(TD)->getABITypeAlignment(unwrap(Ty));
115 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
116 return unwrap(TD)->getCallFrameTypeAlignment(unwrap(Ty));
119 LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMangleNumberingContext.cpp36 const Type *Ty = 0; local
37 return ++ManglingNumbers[Ty];
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp28 static bool isDispatchBlock(QualType Ty) { argument
30 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
51 BinaryOperator *makeAssignment(const Expr *LHS, const Expr *RHS, QualType Ty);
64 UnaryOperator *makeDereference(const Expr *Arg, QualType Ty);
67 Expr *makeIntegralCast(const Expr *Arg, QualType Ty);
73 ImplicitCastExpr *makeLvalueToRvalue(const Expr *Arg, QualType Ty);
87 QualType Ty) {
89 BO_Assign, Ty, VK_RValue,
122 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { argument
123 return new (C) UnaryOperator(const_cast<Expr*>(Arg), UO_Deref, Ty,
86 makeAssignment(const Expr *LHS, const Expr *RHS, QualType Ty) argument
127 makeLvalueToRvalue(const Expr *Arg, QualType Ty) argument
132 makeIntegralCast(const Expr *Arg, QualType Ty) argument
146 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; local
178 QualType Ty = Block->getType(); local
246 QualType Ty = PV->getType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DConstants.cpp111 Constant *Constant::getNullValue(Type *Ty) { argument
112 switch (Ty->getTypeID()) {
114 return ConstantInt::get(Ty, 0);
116 return ConstantFP::get(Ty->getContext(),
119 return ConstantFP::get(Ty->getContext(),
122 return ConstantFP::get(Ty->getContext(),
125 return ConstantFP::get(Ty->getContext(),
128 return ConstantFP::get(Ty->getContext(),
131 return ConstantFP::get(Ty->getContext(),
135 return ConstantPointerNull::get(cast<PointerType>(Ty));
146 getIntegerValue(Type *Ty, const APInt &V) argument
163 getAllOnesValue(Type *Ty) argument
433 ConstantInt(IntegerType *Ty, const APInt& V) argument
452 getTrue(Type *Ty) argument
464 getFalse(Type *Ty) argument
492 get(Type *Ty, uint64_t V, bool isSigned) argument
502 get(IntegerType *Ty, uint64_t V, bool isSigned) argument
507 getSigned(IntegerType *Ty, int64_t V) argument
511 getSigned(Type *Ty, int64_t V) argument
515 get(Type *Ty, const APInt& V) argument
527 get(IntegerType* Ty, StringRef Str, uint8_t radix) argument
536 TypeToFloatSemantics(Type *Ty) argument
557 get(Type *Ty, double V) argument
574 get(Type *Ty, StringRef Str) argument
588 getNegativeZero(Type *Ty) argument
596 getZeroValueForNegation(Type *Ty) argument
616 Type *Ty; local
638 getInfinity(Type *Ty, bool Negative) argument
644 ConstantFP(Type *Ty, const APFloat& V) argument
745 get(ArrayType *Ty, ArrayRef<Constant*> V) argument
1159 isValueValidForType(Type *Ty, uint64_t Val) argument
1169 isValueValidForType(Type *Ty, int64_t Val) argument
1180 isValueValidForType(Type *Ty, const APFloat& Val) argument
1231 get(Type *Ty) argument
1314 get(PointerType *Ty) argument
1334 get(Type *Ty) argument
1429 getFoldedCast( Instruction::CastOps opc, Constant *C, Type *Ty) argument
1444 getCast(unsigned oc, Constant *C, Type *Ty) argument
1469 getZExtOrBitCast(Constant *C, Type *Ty) argument
1475 getSExtOrBitCast(Constant *C, Type *Ty) argument
1481 getTruncOrBitCast(Constant *C, Type *Ty) argument
1487 getPointerCast(Constant *S, Type *Ty) argument
1502 getPointerBitCastOrAddrSpaceCast(Constant *S, Type *Ty) argument
1513 getIntegerCast(Constant *C, Type *Ty, bool isSigned) argument
1526 getFPCast(Constant *C, Type *Ty) argument
1538 getTrunc(Constant *C, Type *Ty) argument
1552 getSExt(Constant *C, Type *Ty) argument
1566 getZExt(Constant *C, Type *Ty) argument
1580 getFPTrunc(Constant *C, Type *Ty) argument
1592 getFPExtend(Constant *C, Type *Ty) argument
1604 getUIToFP(Constant *C, Type *Ty) argument
1615 getSIToFP(Constant *C, Type *Ty) argument
1626 getFPToUI(Constant *C, Type *Ty) argument
1637 getFPToSI(Constant *C, Type *Ty) argument
1767 getSizeOf(Type* Ty) argument
1777 getAlignOf(Type* Ty) argument
1796 getOffsetOf(Type* Ty, Constant *FieldNo) argument
2131 getBinOpIdentity(unsigned Opcode, Type *Ty) argument
2154 getBinOpAbsorber(unsigned Opcode, Type *Ty) argument
2212 isElementTypeCompatible(const Type *Ty) argument
2333 Type *Ty = ArrayType::get(Type::getInt8Ty(Context), Elts.size()); local
2338 Type *Ty = ArrayType::get(Type::getInt16Ty(Context), Elts.size()); local
2343 Type *Ty = ArrayType::get(Type::getInt32Ty(Context), Elts.size()); local
2348 Type *Ty = ArrayType::get(Type::getInt64Ty(Context), Elts.size()); local
2353 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size()); local
2358 Type *Ty = ArrayType::get(Type::getDoubleTy(Context), Elts.size()); local
2386 Type *Ty = VectorType::get(Type::getInt8Ty(Context), Elts.size()); local
2391 Type *Ty = VectorType::get(Type::getInt16Ty(Context), Elts.size()); local
2396 Type *Ty = VectorType::get(Type::getInt32Ty(Context), Elts.size()); local
2401 Type *Ty = VectorType::get(Type::getInt64Ty(Context), Elts.size()); local
2406 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); local
2411 Type *Ty = VectorType::get(Type::getDoubleTy(Context), Elts.size()); local
[all...]
H A DDataLayout.cpp52 Type *Ty = ST->getElementType(i); local
53 unsigned TyAlign = ST->isPacked() ? 1 : DL.getABITypeAlignment(Ty);
63 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item
357 Type *Ty) const {
393 unsigned Align = getTypeAllocSize(cast<VectorType>(Ty)->getElementType());
394 Align *= cast<VectorType>(Ty)->getNumElements();
445 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
450 StructLayout *&SL = (*STM)[Ty];
455 int NumElts = Ty->getNumElements();
463 new (L) StructLayout(Ty, *thi
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp52 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, argument
54 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
112 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, argument
116 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
120 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, argument
124 return PrevTTI->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
132 bool TargetTransformInfo::isTypeLegal(Type *Ty) const {
133 return PrevTTI->isTypeLegal(Ty);
153 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
154 return PrevTTI->haveFastSqrt(Ty);
173 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Op1Info, OperandValueKind Op2Info) const argument
227 getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) const argument
264 getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) const argument
492 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) const argument
499 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) const argument
552 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind, OperandValueKind) const argument
[all...]
H A DConstantFolding.cpp499 Type *Ty = cast<PointerType>(CE->getType())->getElementType(); local
500 unsigned NumBits = Ty->getPrimitiveSizeInBits();
504 (isa<IntegerType>(Ty) || Ty->isFloatingPointTy())) {
523 if (Ty->isFloatingPointTy())
524 Res = ConstantExpr::getBitCast(Res, Ty);
755 Type *Ty = Ptr->getType(); local
756 assert(Ty->isPointerTy() && "Forming regular GEP of non-pointer type");
760 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) {
774 // The element size is 0. This may be [0 x Ty]*, s
1247 ConstantFoldFP(double (*NativeFP)(double), double V, Type *Ty) argument
1269 ConstantFoldBinaryFP(double (*NativeFP)(double, double), double V, double W, Type *Ty) argument
1299 ConstantFoldConvertToInt(const APFloat &Val, bool roundTowardZero, Type *Ty) argument
1327 Type *Ty = F->getReturnType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DAnalysis.h38 unsigned ComputeLinearIndex(Type *Ty,
43 inline unsigned ComputeLinearIndex(Type *Ty, argument
46 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
56 void ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DCostTable.h31 CompareTy Ty) {
33 if (ISD == Tbl[i].ISD && Ty == Tbl[i].Type)
43 CompareTy Ty) {
44 return CostTableLookup(Tbl, N, ISD, Ty);
30 CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, CompareTy Ty) argument
/freebsd-10.3-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h127 static void addGlobalExtension(ExtensionPointTy Ty, ExtensionFn Fn);
128 void addExtension(ExtensionPointTy Ty, ExtensionFn Fn);
151 RegisterStandardPasses(PassManagerBuilder::ExtensionPointTy Ty, argument
153 PassManagerBuilder::addGlobalExtension(Ty, Fn);
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp54 GenericValue Src2, Type *Ty) {
55 switch (Ty->getTypeID()) {
59 dbgs() << "Unhandled type for FAdd instruction: " << *Ty << "\n";
65 GenericValue Src2, Type *Ty) {
66 switch (Ty->getTypeID()) {
70 dbgs() << "Unhandled type for FSub instruction: " << *Ty << "\n";
76 GenericValue Src2, Type *Ty) {
77 switch (Ty->getTypeID()) {
81 dbgs() << "Unhandled type for FMul instruction: " << *Ty << "\n";
87 GenericValue Src2, Type *Ty) {
53 executeFAddInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
64 executeFSubInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
75 executeFMulInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
86 executeFDivInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
97 executeFRemInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
136 executeICMP_EQ(GenericValue Src1, GenericValue Src2, Type *Ty) argument
150 executeICMP_NE(GenericValue Src1, GenericValue Src2, Type *Ty) argument
164 executeICMP_ULT(GenericValue Src1, GenericValue Src2, Type *Ty) argument
2022 Type * Ty = CE->getOperand(0)->getType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h112 virtual unsigned getOperationCost(unsigned Opcode, Type *Ty,
261 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
271 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
281 virtual bool isTypeLegal(Type *Ty) const;
298 virtual bool haveFastSqrt(Type *Ty) const;
302 virtual unsigned getIntImmCost(const APInt &Imm, Type *Ty) const;
338 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
373 /// This is the cost of reducing the vector value of type \p Ty to a scalar
384 virtual unsigned getReductionCost(unsigned Opcode, Type *Ty,
402 virtual unsigned getAddressComputationCost(Type *Ty,
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/
H A DDIBuilder.h79 StringRef Name, DIType Ty, Value *Val,
162 /// @param Ty Original type.
167 DIDerivedType createTypedef(DIType Ty, StringRef Name, DIFile File,
171 DIDerivedType createFriend(DIType Ty, DIType FriendTy);
175 /// @param Ty Original type.
176 /// @param BaseTy Base type. Ty is inherits from base.
180 DIDerivedType createInheritance(DIType Ty, DIType BaseTy,
192 /// @param Ty Parent type.
196 uint64_t OffsetInBits, unsigned Flags, DIType Ty);
204 /// @param Ty Typ
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h251 SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const;
258 SDValue getAddrLocal(NodeTy *N, EVT Ty, SelectionDAG &DAG, argument
262 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
263 getTargetNode(N, Ty, DAG, GOTFlag));
264 SDValue Load = DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
268 SDValue Lo = DAG.getNode(MipsISD::Lo, DL, Ty,
269 getTargetNode(N, Ty, DAG, LoFlag));
270 return DAG.getNode(ISD::ADD, DL, Ty, Load, Lo);
278 SDValue getAddrGlobal(NodeTy *N, EVT Ty, SelectionDA argument
292 getAddrGlobalLargeGOT(NodeTy *N, EVT Ty, SelectionDAG &DAG, unsigned HiFlag, unsigned LoFlag, SDValue Chain, const MachinePointerInfo &PtrInfo) const argument
311 getAddrNonPIC(NodeTy *N, EVT Ty, SelectionDAG &DAG) const argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm-c/
H A DTarget.h241 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty);
245 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
249 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
253 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
257 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
261 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h32 template<class Ty>
33 struct identity : public std::unary_function<Ty, Ty> {
34 Ty &operator()(Ty &self) const {
37 const Ty &operator()(const Ty &self) const {
42 template<class Ty>
43 struct less_ptr : public std::binary_function<Ty, Ty, boo
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp30 QualType Ty = Sym->getType(); local
31 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)

Completed in 374 milliseconds

1234567891011>>