Home
last modified time | relevance | path

Searched refs:Leading (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1270 unsigned Leading = XLen - llvm::bit_width(C1); in Select() local
1271 if (C2 < Leading) { in Select()
1273 if (C2 + 32 == Leading) { in Select()
1285 if (C2 >= 32 && (Leading - C2) == 1 && N0.hasOneUse() && in Select()
1293 CurDAG->getTargetConstant(Leading - 32, DL, VT)); in Select()
1312 bool Skip = Subtarget->hasStdExtZba() && Leading == 32 && in Select()
1316 Skip |= HasBitTest && Leading == XLen - 1; in Select()
1320 CurDAG->getTargetConstant(Leading - C2, DL, VT)); in Select()
1323 CurDAG->getTargetConstant(Leading, DL, VT)); in Select()
1333 unsigned Leading = XLen - llvm::bit_width(C1); in Select() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp273 unsigned Leading = XLen - Mask.getActiveBits(); in selectSHXADDOp() local
277 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()
289 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()
294 .addImm(Leading + Trailing); in selectSHXADDOp()
315 unsigned Leading = XLen - Mask.getActiveBits(); in selectSHXADDOp() local
320 bool Cond = *LeftShift && Leading == 32 && Trailing > 0 && in selectSHXADDOp()
325 Cond = !*LeftShift && Leading == 32 && C2.ult(Trailing) && in selectSHXADDOp()
365 unsigned Leading = Mask.countl_zero(); in selectSHXADD_UWOp() local
367 if (Leading == 32 - ShAmt && C2 == Trailing && Trailing > ShAmt) { in selectSHXADD_UWOp()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp662 std::string Leading; in printExtra() local
664 Stream << Leading in printExtra()
667 Leading = ", "; in printExtra()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td71 "contain comments beginning with '#'. Leading and trailing "
193 "'#'. Leading and trailing whitespace is stripped from each line. May "
220 "'#'. Leading and trailing whitespace is stripped from each line. May "
234 "'#'. Leading and trailing whitespace is stripped from each line. May "
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp508 bool Leading = in appendConstVolatileQualifierBefore() local
512 if (Leading) { in appendConstVolatileQualifierBefore()
519 if (!Leading && !Subroutine) { in appendConstVolatileQualifierBefore()
/freebsd/stand/i386/btx/btxldr/
H A Dbtxldr.S273 cmpb $'0',%al # Leading zero?
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m414 dnl # - Leading spaces are ignored.
/freebsd/usr.sbin/cron/doc/
H A DFEATURES13 okay. Leading or trailing blanks can be preserved by quoting, single
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0488 \ set to 0 on error. Leading BOM are ignored.
535 \ Leading BOM, and indicates little-endian.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td103 // Count Leading / Trailing Zeroes under bit Mask Builtins.
1133 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
H A DIntrinsicsARM.td628 // Vector Count Leading Sign/Zero Bits.
H A DIntrinsicsAArch64.td474 // Vector Count Leading Sign Bits
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
H A DPPCInstrAltivec.td1290 // Count Leading Zeros
1491 // Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[RD]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt120 # Leading zero in the signature
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td175 defm WriteLZCNT : X86SchedWritePair; // Leading zero count.
H A DX86ScheduleZnver3.td707 defm : Zn3WriteResIntPair<WriteLZCNT, [Zn3ALU0123], 1, [1], 1>; // Leading zero count.
H A DX86ScheduleZnver4.td718 defm : Zn4WriteResIntPair<WriteLZCNT, [Zn4ALU0123], 1, [1], 1>; // Leading zero count.
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td817 // Count Leading Zeros (LEADZ)
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrVec.td1021 // Section 8.11.5 - VLDZ (Vector Leading Zero Count)
1509 // Section 8.17.11 - LZVM (Leading Zero of VM)
H A DVEInstrInfo.td1287 // Section 8.5.7 - LDZ (Leading Zero Count)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td931 /// Count Leading
H A DMips64InstrInfo.td350 /// Count Leading
H A DMipsInstrInfo.td1758 // Count Leading Ones/Zeros in Word
2363 /// Count Leading
/freebsd/contrib/mandoc/
H A DNEWS1305 * Leading punctuation for mdoc(7) macros, such as "Fl ( ( a",

12