Home
last modified time | relevance | path

Searched refs:CreateFPToSI (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc170 llvm::Value* emm0 = ir_builder.CreateFPToSI(fx, i32_vector_type); in EmitVectorF32ExpIfNeeded()
/external/llvm/lib/IR/
DAutoUpgrade.cpp720 Rep = Builder.CreateFPToSI(Src, DstTy, "cvtt"); in UpgradeIntrinsicCall()
DCore.cpp2864 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToSI()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h928 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = ""){
/external/clang/lib/CodeGen/
DCGExprScalar.cpp870 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in EmitScalarConversion()
1099 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); in VisitConvertVectorExpr()
DCGBuiltin.cpp3445 : Builder.CreateFPToSI(Ops[0], Ty, "vcvt"); in EmitCommonNeonBuiltinExpr()
5089 return Builder.CreateFPToSI(Ops[0], InTy); in EmitAArch64BuiltinExpr()
5797 return Builder.CreateFPToSI(Ops[0], Ty); in EmitAArch64BuiltinExpr()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc375 return ir_builder_->CreateFPToSI( in EmitFloatUnaryOp()
/external/llvm/include/llvm/IR/
DIRBuilder.h1303 Value *CreateFPToSI(Value *V, Type *DestTy, const Twine &Name = ""){
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp2082 return wrap(unwrap(B)->CreateFPToSI(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildFPToSI()
/external/llvm/bindings/go/llvm/
Dir.go1551 func (b Builder) CreateFPToSI(val Value, t Type, name string) (v Value) { func
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli2141 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2359 See the method [llvm::LLVMBuilder::CreateFPToSI]. *)
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp623 return V(::builder->CreateFPToSI(v, T(destType))); in createFPToSI()