Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Droundtrip-compress.test2 # Round trip from text --> compressed extbinary --> text
6 # Round trip from text --> binary --> compressed extbinary --> text
H A Droundtrip.test10 # Round trip from text --> extbinary --> text
14 # Round trip from text --> binary --> extbinary --> text
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dthinlto-type-tests.ll4 ; Round trip it through llvm-as
9 ; Round trip it through llvm-as
H A Dthinlto-alias.ll6 ; Round trip it through llvm-as
11 ; Round trip it through llvm-as
H A Dthinlto-function-summary-callgraph-relbf.ll5 ; Round trip it through llvm-as
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp142 case ParseKind::Round: in Enter()
143 specKind = IoSpecKind::Round; in Enter()
398 case ParseKind::Round: in Enter()
399 specKind = IoSpecKind::Round; in Enter()
520 case ParseKind::Round: in Enter()
521 specKind = IoSpecKind::Round; in Enter()
835 CheckForRequiredSpecifier(IoSpecKind::Round, flags_.test(Flag::FmtOrNml), in LeaveReadWrite()
867 {IoSpecKind::Round, in CheckStringValue()
/llvm-project-15.0.7/llvm/test/Assembler/
H A DDIEnumeratorBig.ll1 ;; Round-trip test for enumeration members using more than 64 bits.
H A Dexport-symbol-anonymous-class.ll1 ; Round trip for the following:
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dgl-ops.mlir27 // CHECK: {{%.*}} = spv.GL.Round {{%.*}} : f32
28 %12 = spv.GL.Round %arg0 : f32
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp846 unsigned Round = 0; in runOnMachineFunction() local
849 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction()
850 (void) Round; in runOnMachineFunction()
859 RS << Round; in runOnMachineFunction()
864 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction()
872 ++Round; in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScaledNumber.h204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
205 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl()
708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument
713 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dgl-ops.mlir276 // spv.GL.Round
280 // CHECK: spv.GL.Round {{%.*}} : f32
281 %2 = spv.GL.Round %arg0 : f32
286 // CHECK: spv.GL.Round {{%.*}} : vector<3xf16>
287 %2 = spv.GL.Round %arg0 : vector<3xf16>
/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h53 Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign,
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h248 result.flags |= result.value.Round(rounding, roundingBits);
328 result.flags |= result.value.Round(rounding, roundingBits);
417 RealFlags Round(Rounding, const RoundingBits &, bool multiply = false);
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt158 - Decimal Shift/Unsigned-Shift/Shift-and-Round: bcds. bcdus. bcdsr.
196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root:
245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}:
334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo
354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp
365 - Round to Quad-Precision Integer: xsrqpi xsrqpix
372 - Round Quad-Precision to Double-Extended Precision (fp80): xsrqpxp
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dround-fptosi-sat-scalar.ll5 ; Round towards minus infinity (fcvtms).
91 ; Round towards plus infinity (fcvtps).
177 ; Round towards zero (fcvtzs).
263 ; Round to nearest, ties away from zero (fcvtas).
H A Dround-fptoui-sat-scalar.ll5 ; Round towards minus infinity (fcvtmu).
91 ; Round towards plus infinity (fcvtpu).
177 ; Round towards zero (fcvtzu).
263 ; Round to nearest, ties away from zero (fcvtau).
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc86 // Round to nearest.
120 // Round to nearest
/llvm-project-15.0.7/libc/test/src/math/
H A DRoundTest.h74 ASSERT_MPFR_MATCH(mpfr::Operation::Round, x, func(x), 0.0); in testRange()
/llvm-project-15.0.7/mlir/test/Dialect/DLTI/
H A Droundtrip.mlir3 // Round-tripping the syntax.
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_seh.s3 # Round trip via intel syntax printing and back.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amd-valid-v2.test31 … Properties: [HSAIL Major: 2, HSAIL Minor: 1, Profile: 1, Machine Model: 2, Default Float Round: 3]
112 …EXT: [HSAIL Major: 2, HSAIL Minor: 1, Profile: 1, Machine Model: 2, Default Float Round: 3]
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp106 "ROUND =" >> pure(ConnectSpec::CharExpr::Kind::Round),
225 pure(IoControlSpec::CharExpr::Kind::Round), scalarDefaultCharExpr)),
468 construct<InquireSpec::CharVar>(pure(InquireSpec::CharVar::Kind::Round),
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A DLLVM_implicit_pointer.ll1 ; Round trip test for DW_OP_LLVM_implicit_pointer metadata
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto-distributed-cfi.ll24 ; Round trip it through llvm-as

123