Home
last modified time | relevance | path

Searched defs:FDiv (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dintrinsics_floating_point_impl.h155 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 Dir_builder_mixin.h307 llvm::Value* FDiv(Args&&... args) { in FDiv() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2419 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 DAMDGPUCodeGenPrepare.cpp545 bool AMDGPUCodeGenPrepare::visitFDiv(BinaryOperator &FDiv) { in visitFDiv()
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml168 | FDiv Constructor
H A Dllvm.mli226 | FDiv Constructor
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp762 bool AMDGPUCodeGenPrepare::visitFDiv(BinaryOperator &FDiv) { in visitFDiv()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2250 Value *FDiv = Builder.CreateFDivFMF(X, Y, &I); in visitFSub() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs657 FDiv { enumerator
9033 FDiv { enumerator
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_all/
Dintrinsic_def.json372 "FDiv": { object
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go188 FDiv Opcode = C.LLVMFDiv const
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc817 inline void InstructionCodeGeneratorRISCV64::FDiv( in FDiv() function in art::riscv64::InstructionCodeGeneratorRISCV64