Searched refs:CreateFPToSI (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | FixedPointBuilder.h | 206 Result = UseSigned ? B.CreateFPToSI(Result, ResultTy) in CreateFloatingToFixed()
|
| H A D | IRBuilder.h | 1905 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = "") {
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 972 Value *IQ = IsSigned ? Builder.CreateFPToSI(FQ, I32Ty) in expandDivRem24Impl()
|
| H A D | AMDGPULibCalls.cpp | 1072 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou"); in fold_pow()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 287 VInt = Builder.CreateFPToSI(VDouble, Builder.getInt32Ty()); in TEST_F()
|
| H A D | InstructionsTest.cpp | 596 Builder.CreateFPToSI(Arg0, Type::getInt32Ty(Context))); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 126 def fptosi: IRBuilder<"CreateFPToSI">;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1252 return Builder.CreateFPToSI(Src, DstTy, "conv"); in EmitScalarCast() 1732 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
|
| H A D | CGBuiltin.cpp | 6741 : Builder.CreateFPToSI(Ops[0], Ty, "vcvt"); in EmitCommonNeonBuiltinExpr()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 572 def LLVM_FPToSIOp : LLVM_CastOp<"fptosi", "CreateFPToSI",
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1687 func (b Builder) CreateFPToSI(val Value, t Type, name string) (v Value) { func
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 3786 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToSI()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2455 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)
|