Searched defs:Ty (Results 1 - 25 of 220) sorted by relevance

123456789

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DAnalysis.h42 inline unsigned ComputeLinearIndex(Type *Ty, argument
H A DMachineConstantPool.h38 Type *Ty; member in class:llvm::MachineConstantPoolValue
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp30 QualType Ty = Sym->getType(); local
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DCostTable.h30 CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, TypeTy Ty) argument
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp32 void FindUsedTypes::IncorporateType(Type *Ty) { argument
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DTypeFinder.cpp93 void TypeFinder::incorporateType(Type *Ty) { argument
H A DDataLayout.cpp52 Type *Ty = ST->getElementType(i); local
[all...]
H A DValueTypes.cpp237 MVT MVT::getVT(Type *Ty, bool HandleUnknown){ argument
265 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){ argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp75 Type *Ty = GV->getType()->getElementType(); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp106 Type *Ty = CurI->getType()->getElementType(); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp26 StructType *Ty = StructType::get( local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp59 bool cocoa::isCocoaObjectRef(QualType Ty) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DGetElementPtrTypeIterator.h33 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h144 RegisterStandardPasses(PassManagerBuilder::ExtensionPointTy Ty, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp83 static bool isZeroLengthArray(Type *Ty) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp42 static bool isBooleanType(QualType Ty) { argument
H A DDynamicTypePropagation.cpp52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); local
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h263 >::Return Ty; typedef
276 >::Return Ty; typedef
371 >::Return Ty; typedef
385 >::Return Ty; typedef
[all...]
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp53 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
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DMangler.cpp165 Type *Ty = AI->getType(); local
H A DTarget.cpp91 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
95 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
99 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
103 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
107 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
111 LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp171 unsigned PPCTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp56 unsigned TypeLoc::getFullDataSizeForType(QualType Ty) { argument
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp353 void ValueEnumerator::EnumerateType(Type *Ty) { argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp33 unsigned llvm::ComputeLinearIndex(Type *Ty, argument
74 void llvm::ComputeValueVTs(const TargetLowering &TLI, Type *Ty, argument

Completed in 182 milliseconds

123456789