Home
last modified time | relevance | path

Searched defs:DestTy (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/include/llvm/IR/
DConstantFolder.h157 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 …]
DNoFolder.h216 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/
DTargetFolder.h169 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/
DCallingConvEmitter.cpp222 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/
DConstantsContext.h171 Type *DestTy) in ExtractValueConstantExpr()
203 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr()
235 Type *DestTy, in Create()
243 Type *DestTy, unsigned Flags) { in Create()
DVerifier.cpp2026 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 …]
DCore.cpp2612 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 …]
DConstantFold.cpp102 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()
DAutoUpgrade.cpp840 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst()
862 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr()
DInstructions.cpp2294 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/
DInstCombineCasts.cpp496 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
DInstCombineVectorOps.cpp677 Type *DestTy = in buildNew() local
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp131 PointerType *DestTy = cast<PointerType>(Cast->getType()); in isEliminableAddrSpaceCast() local
DNVPTXGenericToNVVM.cpp180 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); in getOrInsertCVTA() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp53 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/
DParseExpr.cpp2056 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
2085 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp489 Type *DestTy = pickScalarType(); in Act() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1833 QualType DestTy) { in EmitDynamicCastToNull()
1850 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
DCGExprComplex.cpp424 QualType DestTy) { in EmitCast()
DCGObjC.cpp2927 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicSetterCopyHelperFunction() local
3008 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicGetterCopyHelperFunction() local
DCGExprConstant.cpp1268 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType); in EmitConstantValue() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp757 Type* DestTy = CE->getType(); in getConstantValue() local
/external/clang/lib/Sema/
DSemaCast.cpp1670 QualType SrcTy, DestTy; in CheckCompatibleReinterpretCast() local
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1648 static Value *createCast(IRBuilder<false> &Builder, Value *V, Type *DestTy) { in createCast()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1798 Type *DestTy = I->getType(); in SelectIntExt() local

12