/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 241 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function 242 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
D | IRBuilderFolder.h | 105 virtual Value *CreateFPCast(Constant *C, Type *DestTy) const = 0;
|
D | ConstantFolder.h | 207 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
D | InstrTypes.h | 571 static CastInst *CreateFPCast( 579 static CastInst *CreateFPCast(
|
D | IRBuilder.h | 2169 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 2173 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 2174 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 226 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function 227 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
D | ConstantFolder.h | 173 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
D | InstrTypes.h | 705 static CastInst *CreateFPCast( 713 static CastInst *CreateFPCast(
|
D | IRBuilder.h | 1420 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 1424 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 1425 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 267 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function 268 return CastInst::CreateFPCast(C, DestTy); in CreateFPCast()
|
D | ConstantFolder.h | 203 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
D | InstrTypes.h | 578 static CastInst *CreateFPCast( 586 static CastInst *CreateFPCast(
|
D | IRBuilder.h | 2191 Value *CreateFPCast(Value *V, Type *DestTy, const Twine &Name = "") { 2195 return Insert(Folder.CreateFPCast(VC, DestTy), Name); 2196 return Insert(CastInst::CreateFPCast(V, DestTy), Name);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 187 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 185 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 193 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 312 return mixin_builder()->CreateFPCast(std::forward<Args>(args)...); in FPCast()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 454 value = builder->CreateFPCast(value, builder->getDoubleTy()); in EmitPrintf()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstCombineIntrinsic.cpp | 93 return Builder.CreateFPCast(&V, Type::getHalfTy(V.getContext())); in convertTo16Bit()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1358 return CastInst::CreateFPCast(ExactResult, CI.getType()); in visitFPTrunc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2931 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 2944 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2838 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 2851 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 3119 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst 3132 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1750 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1618 return CastInst::CreateFPCast(ExactResult, Ty); in visitFPTrunc()
|