| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/rvv/ |
| H A D | vmsbc.borrow.in-rv32.ll | 4 declare <vscale x 1 x i1> @llvm.riscv.vmsbc.borrow.in.nxv1i8.nxv1i8( 11 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv1i1_nxv1i8_nxv1i8: 27 declare <vscale x 2 x i1> @llvm.riscv.vmsbc.borrow.in.nxv2i8.nxv2i8( 34 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv2i1_nxv2i8_nxv2i8: 50 declare <vscale x 4 x i1> @llvm.riscv.vmsbc.borrow.in.nxv4i8.nxv4i8( 57 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv4i1_nxv4i8_nxv4i8: 80 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv8i1_nxv8i8_nxv8i8: 517 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vxm_nxv1i1_nxv1i8_i8: 540 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vxm_nxv2i1_nxv2i8_i8: 563 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vxm_nxv4i1_nxv4i8_i8: [all …]
|
| H A D | vmsbc.borrow.in-rv64.ll | 4 declare <vscale x 1 x i1> @llvm.riscv.vmsbc.borrow.in.nxv1i8.nxv1i8( 11 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv1i1_nxv1i8_nxv1i8: 27 declare <vscale x 2 x i1> @llvm.riscv.vmsbc.borrow.in.nxv2i8.nxv2i8( 34 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv2i1_nxv2i8_nxv2i8: 50 declare <vscale x 4 x i1> @llvm.riscv.vmsbc.borrow.in.nxv4i8.nxv4i8( 57 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv4i1_nxv4i8_nxv4i8: 80 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vvm_nxv8i1_nxv8i8_nxv8i8: 517 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vxm_nxv1i1_nxv1i8_i8: 540 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vxm_nxv2i1_nxv2i8_i8: 563 ; CHECK-LABEL: intrinsic_vmsbc.borrow.in_vxm_nxv4i1_nxv4i8_i8: [all …]
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFile.i | 44 def Create(cls, file, borrow=False, force_io_methods=False): 54 if borrow:
|
| H A D | SBDebugger.i | 194 self.SetOutputFile(SBFile.Create(file, borrow=True)) 201 self.SetInputFile(SBFile.Create(file, borrow=True)) 208 self.SetErrorFile(SBFile.Create(file, borrow=True))
|
| /llvm-project-15.0.7/libclc/clspv/lib/math/ |
| H A D | fma.cl | 146 // cutoff bits borrow one 151 uint borrow = 0; 153 borrow = 1; 155 borrow = 1; 157 borrow = 1; 161 st_fma.mantissa.hi = st_mul.mantissa.hi - st_c.mantissa.hi - borrow;
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | comment-cplus11-specific.cpp | 13 namespace borrow { namespace
|
| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 433 sbf = lldb.SBFile.Create(f, borrow=True) 472 sbf = lldb.SBFile.Create(f, borrow=True, force_io_methods=True) 631 sbf = lldb.SBFile.Create(f, borrow=True) 652 sbf = lldb.SBFile.Create(f, borrow=True) 707 sbf = lldb.SBFile.Create(f, borrow=True) 719 sbf = lldb.SBFile.Create(f, borrow=True) 730 sbf = lldb.SBFile.Create(f, borrow=True, force_io_methods=True) 756 sbf = lldb.SBFile.Create(f, borrow=True) 762 sbf = lldb.SBFile.Create(f, borrow=True) 818 stream.RedirectToFile(lldb.SBFile.Create(f, borrow=False))
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APInt.cpp | 1376 int64_t borrow = 0; in KnuthDiv() local 1379 int64_t subres = int64_t(u[j+i]) - borrow - Lo_32(p); in KnuthDiv() 1381 borrow = Hi_32(p) - Hi_32(subres); in KnuthDiv() 1383 << ", borrow = " << borrow << '\n'); in KnuthDiv() 1385 bool isNeg = u[j+n] < borrow; in KnuthDiv() 1386 u[j+n] -= Lo_32(borrow); in KnuthDiv()
|
| H A D | APFloat.cpp | 1001 integerPart borrow) { in subtractSignificand() argument 1009 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, in subtractSignificand()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | README.txt | 59 need to produce a borrow. (Note that there are no memory forms of
|
| H A D | SystemZInstrVector.td | 839 // Subtract compute borrow indication. 847 // Subtract with borrow indication. 851 // Subtract with borrow compute borrow indication.
|
| H A D | SystemZScheduleZ196.td | 363 // Subtraction with borrow
|
| H A D | SystemZScheduleZEC12.td | 374 // Subtraction with borrow
|
| H A D | SystemZScheduleZ13.td | 401 // Subtraction with borrow
|
| H A D | SystemZScheduleZ16.td | 406 // Subtraction with borrow
|
| H A D | SystemZScheduleZ15.td | 406 // Subtraction with borrow
|
| H A D | SystemZScheduleZ14.td | 402 // Subtraction with borrow
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | clc_fma.cl | 103 // cutoff bits borrow one
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | combine-subo.ll | 147 ; fold (usub -1, x) -> (xor x, -1) + no borrow
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/ |
| H A D | arm64-arithmetic.txt | 4 # Add/Subtract with carry/borrow
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVArithmeticOps.td | 397 and what it needed to borrow.
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | arm64-arithmetic-encoding.s | 5 ; Add/Subtract with carry/borrow
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | _index.md | 566 and borrow from Tensor Comprehensions (TC) but differ in a few dimensions, to
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 2411 // assume opposite meanings of the carry flag (i.e., carry == !borrow).
|
| H A D | ARMInstrInfo.td | 3871 // assume opposite meanings of the carry flag (i.e., carry == !borrow).
|