Searched defs:DestTy (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCallingConvEmitter.cpp194 Record *DestTy = Action->getValueAsDef("DestTy"); local
203 Record *DestTy = Action->getValueAsDef("DestTy"); local
207 Record *DestTy = Action->getValueAsDef("DestTy"); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DConstantFolder.h162 Constant *CreateIntCast(Constant *C, Type *DestTy, argument
[all...]
H A DTargetFolder.h173 Constant *CreateIntCast(Constant *C, Type *DestTy, argument
[all...]
H A DNoFolder.h221 Instruction *CreateIntCast(Constant *C, Type *DestTy, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp304 PointerType *DestTy = cast<PointerType>(CI->getType()); local
H A DInstCombineCasts.cpp437 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); local
754 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1055 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1392 OptimizeVectorResize(Value *InVal, VectorType *DestTy, InstCombiner &IC) argument
1590 Type *DestTy = CI.getType(); local
1643 Type *DestTy = CI.getType(); local
[all...]
H A DInstCombineCompares.cpp1549 Type *DestTy = LHSCI->getType(); local
H A DInstructionCombining.cpp577 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); local
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-stress/
H A Dllvm-stress.cpp481 Type *DestTy = pickScalarType(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp47 static Constant *FoldBitCast(Constant *C, Type *DestTy, argument
890 ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, ArrayRef<Constant *> Ops, const TargetData *TD, const TargetLibraryInfo *TLI) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/
H A DExecutionEngine.cpp662 Type* DestTy = CE->getType(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantFold.cpp95 static Constant *FoldBitCast(Constant *V, Type *DestTy) { argument
332 getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) argument
389 getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) argument
455 getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, bool Folded) argument
505 ConstantFoldCastInstruction(unsigned opc, Constant *V, Type *DestTy) argument
[all...]
H A DConstantsContext.h169 ExtractValueConstantExpr(Constant *Agg, const SmallVector<unsigned, 4> &IdxList, Type *DestTy) argument
195 InsertValueConstantExpr(Constant *Agg, Constant *Val, const SmallVector<unsigned, 4> &IdxList, Type *DestTy) argument
219 Create(Constant *C, ArrayRef<Constant*> IdxList, Type *DestTy, unsigned Flags) argument
H A DConstants.cpp2065 GetElementPtrConstantExpr(Constant *C, ArrayRef<Constant*> IdxList, Type *DestTy) argument
H A DVerifier.cpp866 Type *DestTy = I.getType(); local
884 Type *DestTy = I.getType(); local
902 Type *DestTy local
920 Type *DestTy = I.getType(); local
937 Type *DestTy = I.getType(); local
955 Type *DestTy = I.getType(); local
978 Type *DestTy = I.getType(); local
1001 Type *DestTy = I.getType(); local
1024 Type *DestTy = I.getType(); local
1047 Type *DestTy = I.getType(); local
1069 Type *DestTy = I.getType(); local
1089 Type *DestTy = I.getType(); local
[all...]
H A DInstructions.cpp2448 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { argument
2073 isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DestTy, Type *IntPtrTy) argument
2517 getCastOpcode( const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) argument
[all...]
H A DCore.cpp2117 LLVMBuildTrunc(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2122 LLVMBuildZExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2127 LLVMBuildSExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2132 LLVMBuildFPToUI(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2137 LLVMBuildFPToSI(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2142 LLVMBuildUIToFP(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2147 LLVMBuildSIToFP(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2152 LLVMBuildFPTrunc(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2157 LLVMBuildFPExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2162 LLVMBuildPtrToInt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2167 LLVMBuildIntToPtr(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2172 LLVMBuildBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2177 LLVMBuildZExtOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2183 LLVMBuildSExtOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2189 LLVMBuildTruncOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2195 LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2201 LLVMBuildPointerCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2206 LLVMBuildIntCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2212 LLVMBuildFPCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp2618 Type *DestTy = I->getType(); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIRBuilder.h992 Value *CreateTrunc(Value *V, Type *DestTy, const Twine &Name = "") { argument
995 Value *CreateZExt(Value *V, Type *DestTy, const Twine &Name = "") { argument
998 Value *CreateSExt(Value *V, Type *DestTy, const Twine &Name = "") { argument
1003 Value *CreateZExtOrTrunc(Value *V, IntegerType *DestTy, argument
1015 CreateSExtOrTrunc(Value *V, IntegerType *DestTy, const Twine &Name = �) argument
1025 CreateFPToUI(Value *V, Type *DestTy, const Twine &Name = �) argument
1028 CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = �) argument
1031 CreateUIToFP(Value *V, Type *DestTy, const Twine &Name = �) argument
1034 CreateSIToFP(Value *V, Type *DestTy, const Twine &Name = �) argument
1037 CreateFPTrunc(Value *V, Type *DestTy, const Twine &Name = �) argument
1041 CreateFPExt(Value *V, Type *DestTy, const Twine &Name = �) argument
1044 CreatePtrToInt(Value *V, Type *DestTy, const Twine &Name = �) argument
1048 CreateIntToPtr(Value *V, Type *DestTy, const Twine &Name = �) argument
1052 CreateBitCast(Value *V, Type *DestTy, const Twine &Name = �) argument
1056 CreateZExtOrBitCast(Value *V, Type *DestTy, const Twine &Name = �) argument
1064 CreateSExtOrBitCast(Value *V, Type *DestTy, const Twine &Name = �) argument
1072 CreateTruncOrBitCast(Value *V, Type *DestTy, const Twine &Name = �) argument
1080 CreateCast(Instruction::CastOps Op, Value *V, Type *DestTy, const Twine &Name = �) argument
1088 CreatePointerCast(Value *V, Type *DestTy, const Twine &Name = �) argument
1096 CreateIntCast(Value *V, Type *DestTy, bool isSigned, const Twine &Name = �) argument
1109 CreateFPCast(Value *V, Type *DestTy, const Twine &Name = �) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1665 Type *DestTy = NULL; local
[all...]

Completed in 339 milliseconds