Searched refs:CreateFPCast (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 241 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function 242 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
| H A D | IRBuilderFolder.h | 105 virtual Value *CreateFPCast(Constant *C, Type *DestTy) const = 0;
|
| H A D | ConstantFolder.h | 207 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
| H A D | InstrTypes.h | 569 static CastInst *CreateFPCast( 577 static CastInst *CreateFPCast(
|
| H A D | IRBuilder.h | 2203 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 2207 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 2208 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 193 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 96 return Builder.CreateFPCast(&V, Type::getHalfTy(V.getContext())); in convertTo16Bit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3160 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 3173 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
| H A D | Core.cpp | 3885 return wrap(unwrap(B)->CreateFPCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPCast()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1833 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2551 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote"); in emitArgumentDemotion()
|