Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/include/llvm/Support/
HDConstantFolder.h156 Type *DestTy) const { in CreateCast()
159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
162 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
166 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
170 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
173 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
186 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
HDTargetFolder.h168 Type *DestTy) const { in CreateCast()
173 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
184 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
189 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
192 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
195 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
208 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
HDNoFolder.h215 Type *DestTy) const { in CreateCast()
218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
221 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
225 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
229 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
232 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
235 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
245 Instruction *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
/trueos/contrib/llvm/utils/TableGen/
HDCallingConvEmitter.cpp195 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
204 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
208 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
/trueos/contrib/llvm/lib/IR/
HDConstantsContext.h171 Type *DestTy) in ExtractValueConstantExpr()
197 Type *DestTy) in InsertValueConstantExpr()
221 Type *DestTy, in Create()
HDVerifier.cpp944 void Verifier::VerifyBitcastType(const Value *V, Type *DestTy, Type *SrcTy) { in VerifyBitcastType()
1236 Type *DestTy = I.getType(); in visitTruncInst() local
1254 Type *DestTy = I.getType(); in visitZExtInst() local
1272 Type *DestTy = I.getType(); in visitSExtInst() local
1290 Type *DestTy = I.getType(); in visitFPTruncInst() local
1307 Type *DestTy = I.getType(); in visitFPExtInst() local
1325 Type *DestTy = I.getType(); in visitUIToFPInst() local
1348 Type *DestTy = I.getType(); in visitSIToFPInst() local
1371 Type *DestTy = I.getType(); in visitFPToUIInst() local
1394 Type *DestTy = I.getType(); in visitFPToSIInst() local
[all …]
HDAutoUpgrade.cpp452 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst()
474 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr()
HDCore.cpp2268 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildTrunc()
2273 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildZExt()
2278 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSExt()
2283 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToUI()
2288 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToSI()
2293 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildUIToFP()
2298 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSIToFP()
2303 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPTrunc()
2308 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPExt()
2313 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildPtrToInt()
[all …]
HDConstantFold.cpp100 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast()
337 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, in getFoldedSizeOf()
394 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, in getFoldedAlignOf()
461 Type *DestTy, in getFoldedOffsetOf()
511 Type *DestTy) { in ConstantFoldCastInstruction()
HDInstructions.cpp2085 Type *DestTy, in isNoopCast()
2541 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable()
2602 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable()
2651 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp446 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
773 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1074 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1461 static Instruction *OptimizeVectorResize(Value *InVal, VectorType *DestTy, in OptimizeVectorResize()
1674 Type *DestTy = CI.getType(); in OptimizeIntToFloatBitCast() local
1732 Type *DestTy = CI.getType(); in visitBitCast() local
HDInstCombineLoadStoreAlloca.cpp288 PointerType *DestTy = cast<PointerType>(CI->getType()); in InstCombineLoadCast() local
HDInstCombineVectorOps.cpp664 Type *DestTy = in BuildNew() local
/trueos/contrib/llvm/lib/Target/NVPTX/
HDNVPTXGenericToNVVM.cpp177 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); in getOrInsertCVTA() local
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp1942 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
1970 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp1717 QualType SrcTy, QualType DestTy, in EmitDynamicCastCall()
1796 QualType DestTy) { in EmitDynamicCastToNull()
1811 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
HDCGExprComplex.cpp414 QualType DestTy) { in EmitCast()
HDCGExprConstant.cpp1046 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType); in EmitConstantValue() local
HDCGObjC.cpp2885 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicSetterCopyHelperFunction() local
2966 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicGetterCopyHelperFunction() local
/trueos/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp48 static Constant *FoldBitCast(Constant *C, Type *DestTy, in FoldBitCast()
954 Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, in ConstantFoldInstOperands()
/trueos/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp727 static Value* createCast(IRBuilder<false> &Builder, Value *V, Type *DestTy) { in createCast()
/trueos/contrib/llvm/tools/llvm-stress/
HDllvm-stress.cpp480 Type *DestTy = pickScalarType(); in Act() local
/trueos/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp698 Type* DestTy = CE->getType(); in getConstantValue() local
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp1604 QualType SrcTy, DestTy; in CheckCompatibleReinterpretCast() local
/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.cpp2428 Type *DestTy = 0; in ParseValID() local
3737 Type *DestTy = 0; in ParseCast() local

12