Searched defs:FDiv (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/ |
D | intrinsics_floating_point_impl.h | 155 std::tuple<FloatType> FDiv(int8_t rm, int8_t frm, FloatType arg1, FloatType arg2) { in FDiv() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | ir_builder_mixin.h | 307 llvm::Value* FDiv(Args&&... args) { in FDiv() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2419 Instruction *FDiv = BinaryOperator::CreateFDivFMF(NegC, X, &I); in foldFNegIntoConstant() local 2621 Value *FDiv = Builder.CreateFDivFMF(X, Y, &I); in visitFSub() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 545 bool AMDGPUCodeGenPrepare::visitFDiv(BinaryOperator &FDiv) { in visitFDiv()
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 168 | FDiv Constructor
|
H A D | llvm.mli | 226 | FDiv Constructor
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 762 bool AMDGPUCodeGenPrepare::visitFDiv(BinaryOperator &FDiv) { in visitFDiv()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2250 Value *FDiv = Builder.CreateFDivFMF(X, Y, &I); in visitFSub() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 657 FDiv { enumerator 9033 FDiv { enumerator
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_all/ |
D | intrinsic_def.json | 372 "FDiv": { object
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 188 FDiv Opcode = C.LLVMFDiv const
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_riscv64.cc | 817 inline void InstructionCodeGeneratorRISCV64::FDiv( in FDiv() function in art::riscv64::InstructionCodeGeneratorRISCV64
|