| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ConstantFolder.h | 156 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()
|
| HD | TargetFolder.h | 168 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()
|
| HD | NoFolder.h | 215 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/ |
| HD | CallingConvEmitter.cpp | 195 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/ |
| HD | ConstantsContext.h | 171 Type *DestTy) in ExtractValueConstantExpr() 197 Type *DestTy) in InsertValueConstantExpr() 221 Type *DestTy, in Create()
|
| HD | Verifier.cpp | 944 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 …]
|
| HD | AutoUpgrade.cpp | 452 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() 474 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr()
|
| HD | Core.cpp | 2268 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 …]
|
| HD | ConstantFold.cpp | 100 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()
|
| HD | Instructions.cpp | 2085 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/ |
| HD | InstCombineCasts.cpp | 446 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
|
| HD | InstCombineLoadStoreAlloca.cpp | 288 PointerType *DestTy = cast<PointerType>(CI->getType()); in InstCombineLoadCast() local
|
| HD | InstCombineVectorOps.cpp | 664 Type *DestTy = in BuildNew() local
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXGenericToNVVM.cpp | 177 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); in getOrInsertCVTA() local
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 1942 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local 1970 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprCXX.cpp | 1717 QualType SrcTy, QualType DestTy, in EmitDynamicCastCall() 1796 QualType DestTy) { in EmitDynamicCastToNull() 1811 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
|
| HD | CGExprComplex.cpp | 414 QualType DestTy) { in EmitCast()
|
| HD | CGExprConstant.cpp | 1046 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType); in EmitConstantValue() local
|
| HD | CGObjC.cpp | 2885 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicSetterCopyHelperFunction() local 2966 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicGetterCopyHelperFunction() local
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ConstantFolding.cpp | 48 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/ |
| HD | MergeFunctions.cpp | 727 static Value* createCast(IRBuilder<false> &Builder, Value *V, Type *DestTy) { in createCast()
|
| /trueos/contrib/llvm/tools/llvm-stress/ |
| HD | llvm-stress.cpp | 480 Type *DestTy = pickScalarType(); in Act() local
|
| /trueos/contrib/llvm/lib/ExecutionEngine/ |
| HD | ExecutionEngine.cpp | 698 Type* DestTy = CE->getType(); in getConstantValue() local
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCast.cpp | 1604 QualType SrcTy, DestTy; in CheckCompatibleReinterpretCast() local
|
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 2428 Type *DestTy = 0; in ParseValID() local 3737 Type *DestTy = 0; in ParseCast() local
|