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

12345

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAnalysis.h42 inline unsigned ComputeLinearIndex(Type *Ty, argument
H A DMachineConstantPool.h38 Type *Ty; member in class:llvm::MachineConstantPoolValue
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DFindUsedTypes.cpp32 void FindUsedTypes::IncorporateType(Type *Ty) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp75 Type *Ty = GV->getType()->getElementType(); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DModuleUtils.cpp26 StructType *Ty = StructType::get( local
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DTypeFinder.cpp93 void TypeFinder::incorporateType(Type *Ty) { argument
H A DValueTypes.cpp225 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){ argument
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DVerifierTest.cpp50 Type *Ty = Type::getInt8Ty(C); local
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/target/
H A Dtarget_ocaml.c57 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
62 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
67 CAMLprim value llvm_abi_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
72 CAMLprim value llvm_abi_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
77 CAMLprim value llvm_stack_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
82 llvm_preferred_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
93 llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, value Offset) argument
99 llvm_offset_of_element(LLVMTargetDataRef TD, LLVMTypeRef Ty, value Index) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGetElementPtrTypeIterator.h33 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h142 RegisterStandardPasses(PassManagerBuilder::ExtensionPointTy Ty, argument
/macosx-10.10.1/llvmCore-3425.0.34/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
127 executeICMP_EQ(GenericValue Src1, GenericValue Src2, Type *Ty) argument
140 executeICMP_NE(GenericValue Src1, GenericValue Src2, Type *Ty) argument
153 executeICMP_ULT(GenericValue Src1, GenericValue Src2, Type *Ty) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DPointerUnion.h268 >::Return Ty; typedef
281 >::Return Ty; typedef
376 >::Return Ty; typedef
390 >::Return Ty; typedef
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DStackProtector.cpp105 bool StackProtector::ContainsProtectableArray(Type *Ty, bool InStruct) const { argument
H A DAnalysis.cpp35 unsigned llvm::ComputeLinearIndex(Type *Ty, argument
76 void llvm::ComputeValueVTs(const TargetLowering &TLI, Type *Ty, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DMangler.cpp165 Type *Ty = AI->getType(); local
H A DTarget.cpp65 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
69 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
73 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
77 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
81 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { argument
85 LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp73 void PassManagerBuilder::addExtension(ExtensionPointTy Ty, ExtensionFn Fn) { argument
67 addGlobalExtension( PassManagerBuilder::ExtensionPointTy Ty, PassManagerBuilder::ExtensionFn Fn) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGlobalMerge.cpp140 Type *Ty = Globals[j]->getType()->getElementType(); local
186 Type *Ty = I->getType()->getElementType(); local
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Analysis/
H A DScalarEvolutionTest.cpp46 Type *Ty = Type::getInt1Ty(Context); local
91 Type *Ty = Type::getInt32Ty(Context); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DValueEnumerator.cpp352 void ValueEnumerator::EnumerateType(Type *Ty) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp82 Type *Ty = AI->getAllocatedType(); local
222 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { argument
266 Type *Ty local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp25 LLVMGenericValueRef LLVMCreateGenericValueOfInt(LLVMTypeRef Ty, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantPoolValue.cpp29 ARMConstantPoolValue::ARMConstantPoolValue(Type *Ty, unsigned id, argument
106 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp428 OptimizePointerDifference(Value *LHS, Value *RHS, Type *Ty) argument

Completed in 279 milliseconds

12345