| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 181 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function 205 return CreateCast(Instruction::BitCast, C, DestTy); in CreateBitCast() 209 return CreateCast(Instruction::IntToPtr, C, DestTy); in CreateIntToPtr() 213 return CreateCast(Instruction::PtrToInt, C, DestTy); in CreatePtrToInt()
|
| H A D | NoFolder.h | 250 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function 269 return CreateCast(Instruction::BitCast, C, DestTy); in CreateBitCast() 273 return CreateCast(Instruction::IntToPtr, C, DestTy); in CreateIntToPtr() 277 return CreateCast(Instruction::PtrToInt, C, DestTy); in CreatePtrToInt()
|
| H A D | IRBuilder.h | 1656 return CreateCast(Instruction::Trunc, V, DestTy, Name); 1660 return CreateCast(Instruction::ZExt, V, DestTy, Name); 1664 return CreateCast(Instruction::SExt, V, DestTy, Name); 1698 return CreateCast(Instruction::FPToUI, V, DestTy, Name); 1702 return CreateCast(Instruction::FPToSI, V, DestTy, Name); 1706 return CreateCast(Instruction::UIToFP, V, DestTy, Name); 1710 return CreateCast(Instruction::SIToFP, V, DestTy, Name); 1715 return CreateCast(Instruction::FPTrunc, V, DestTy, Name); 1719 return CreateCast(Instruction::FPExt, V, DestTy, Name); 1734 return CreateCast(Instruction::BitCast, V, DestTy, Name); [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function 190 return CreateCast(Instruction::BitCast, C, DestTy); in CreateBitCast() 193 return CreateCast(Instruction::IntToPtr, C, DestTy); in CreateIntToPtr() 196 return CreateCast(Instruction::PtrToInt, C, DestTy); in CreatePtrToInt()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 295 Builder.CreateCast(Instruction::Trunc, Divisor, BypassType); in createFastBB() 297 Builder.CreateCast(Instruction::Trunc, Dividend, BypassType); in createFastBB() 303 Builder.CreateCast(Instruction::ZExt, ShortQV, getSlowType()); in createFastBB() 305 Builder.CreateCast(Instruction::ZExt, ShortRV, getSlowType()); in createFastBB()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 307 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()), in remapConstantExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Initialization.h | 622 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 619 Res[I] = Builder.CreateCast(CI.getOpcode(), Op0[I], VT->getElementType(), in visitCastInst()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 365 : InitializationKind::CreateCast(/*type range?*/ range); in tryDiagnoseOverloadedCast() 1636 : InitializationKind::CreateCast(OpRange); in TryStaticImplicitCast()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1524 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI() 1688 : Builder.CreateCast(Instruction::SIToFP, Induction, in widenIntOrFpInduction() 2841 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton() 2949 ? B.CreateCast(Instruction::SIToFP, CountMinusOne, in fixupIVUsers() 4062 Value *Cast = Builder.CreateCast(CI->getOpcode(), A, DestTy); in widenInstruction()
|
| H A D | SLPVectorizer.cpp | 3195 Value *V = Builder.CreateCast(CI->getOpcode(), InVec, VecTy); in vectorizeTree() 3523 V0 = Builder.CreateCast( in vectorizeTree() 3525 V1 = Builder.CreateCast( in vectorizeTree()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 790 return Builder.CreateCast(Cast->getOpcode(), SO, I.getType()); in foldOperationIntoSelectOperand() 1019 InV = Builder.CreateCast(CI->getOpcode(), PN->getIncomingValue(i), in foldOpIntoPhi()
|
| H A D | InstCombineSelect.cpp | 1862 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst()
|
| H A D | InstCombineCasts.cpp | 678 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt()
|
| H A D | InstCombineCalls.cpp | 4509 NewArg = Builder.CreateCast(opcode, *AI, PTy); in transformConstExprCastCall()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 937 Builder.CreateCast(CastOp, AI->getValOperand(), PMV.WordType), in expandAtomicRMWToMaskedIntrinsic()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Core.cpp | 3592 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()
|