/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 157 Type *DestTy) const { in CreateCast() 160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 165 Type *DestTy) const { in CreatePointerBitCastOrAddrSpaceCast() 169 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 173 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 177 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() [all …]
|
D | NoFolder.h | 216 Type *DestTy) const { in CreateCast() 219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 222 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 226 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() 246 Instruction *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 169 Type *DestTy) const { in CreateCast() 174 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 185 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 190 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() 209 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast() [all …]
|
/external/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 222 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local 236 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local 251 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local 255 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 171 Type *DestTy) in ExtractValueConstantExpr() 203 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr() 235 Type *DestTy, in Create() 243 Type *DestTy, unsigned Flags) { in Create()
|
D | Verifier.cpp | 2026 Type *DestTy = I.getType(); in visitTruncInst() local 2044 Type *DestTy = I.getType(); in visitZExtInst() local 2062 Type *DestTy = I.getType(); in visitSExtInst() local 2080 Type *DestTy = I.getType(); in visitFPTruncInst() local 2097 Type *DestTy = I.getType(); in visitFPExtInst() local 2115 Type *DestTy = I.getType(); in visitUIToFPInst() local 2138 Type *DestTy = I.getType(); in visitSIToFPInst() local 2161 Type *DestTy = I.getType(); in visitFPToUIInst() local 2184 Type *DestTy = I.getType(); in visitFPToSIInst() local 2207 Type *DestTy = I.getType(); in visitPtrToIntInst() local [all …]
|
D | Core.cpp | 2612 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildTrunc() 2617 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildZExt() 2622 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSExt() 2627 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToUI() 2632 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToSI() 2637 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildUIToFP() 2642 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSIToFP() 2647 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPTrunc() 2652 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPExt() 2657 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildPtrToInt() [all …]
|
D | ConstantFold.cpp | 102 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast() 351 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, in getFoldedSizeOf() 408 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, in getFoldedAlignOf() 475 Type *DestTy, in getFoldedOffsetOf() 525 Type *DestTy) { in ConstantFoldCastInstruction()
|
D | AutoUpgrade.cpp | 840 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() 862 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr()
|
D | Instructions.cpp | 2294 Type *DestTy, in isNoopCast() 2791 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable() 2846 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() 2886 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable() 2907 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 496 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local 848 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local 1132 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local 1560 static Instruction *optimizeVectorResize(Value *InVal, VectorType *DestTy, in optimizeVectorResize() 1794 Type *DestTy = CI.getType(); in visitBitCast() local 1919 PointerType *DestTy = cast<PointerType>(CI.getType()->getScalarType()); in visitAddrSpaceCast() local
|
D | InstCombineVectorOps.cpp | 677 Type *DestTy = in buildNew() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 131 PointerType *DestTy = cast<PointerType>(Cast->getType()); in isEliminableAddrSpaceCast() local
|
D | NVPTXGenericToNVVM.cpp | 180 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); in getOrInsertCVTA() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 53 static Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast() 486 Type *DestTy = DestPtrTy->getElementType(); in ConstantFoldLoadThroughBitcast() local 1008 Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, in ConstantFoldInstOperands()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 2056 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local 2085 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 489 Type *DestTy = pickScalarType(); in Act() local
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1833 QualType DestTy) { in EmitDynamicCastToNull() 1850 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
|
D | CGExprComplex.cpp | 424 QualType DestTy) { in EmitCast()
|
D | CGObjC.cpp | 2927 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicSetterCopyHelperFunction() local 3008 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicGetterCopyHelperFunction() local
|
D | CGExprConstant.cpp | 1268 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType); in EmitConstantValue() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 757 Type* DestTy = CE->getType(); in getConstantValue() local
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1670 QualType SrcTy, DestTy; in CheckCompatibleReinterpretCast() local
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1648 static Value *createCast(IRBuilder<false> &Builder, Value *V, Type *DestTy) { in createCast()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1798 Type *DestTy = I->getType(); in SelectIntExt() local
|