/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1270 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 D | RISCVInstructionSelector.cpp | 273 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 D | LVLocation.cpp | 662 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 D | ObjcopyOpts.td | 71 "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 D | DWARFTypePrinter.cpp | 508 bool Leading = in appendConstVolatileQualifierBefore() local 512 if (Leading) { in appendConstVolatileQualifierBefore() 519 if (!Leading && !Subroutine) { in appendConstVolatileQualifierBefore()
|
/freebsd/stand/i386/btx/btxldr/ |
H A D | btxldr.S | 273 cmpb $'0',%al # Leading zero?
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-meta.m4 | 14 dnl # - Leading spaces are ignored.
|
/freebsd/usr.sbin/cron/doc/ |
H A D | FEATURES | 13 okay. Leading or trailing blanks can be preserved by quoting, single
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 488 \ 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 D | IntrinsicsPowerPC.td | 103 // Count Leading / Trailing Zeroes under bit Mask Builtins. 1133 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
|
H A D | IntrinsicsARM.td | 628 // Vector Count Leading Sign/Zero Bits.
|
H A D | IntrinsicsAArch64.td | 474 // Vector Count Leading Sign Bits
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | README_P9.txt | 38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
|
H A D | PPCInstrAltivec.td | 1290 // 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 D | evppkey_rsa_common.txt | 120 # Leading zero in the signature
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 175 defm WriteLZCNT : X86SchedWritePair; // Leading zero count.
|
H A D | X86ScheduleZnver3.td | 707 defm : Zn3WriteResIntPair<WriteLZCNT, [Zn3ALU0123], 1, [1], 1>; // Leading zero count.
|
H A D | X86ScheduleZnver4.td | 718 defm : Zn4WriteResIntPair<WriteLZCNT, [Zn4ALU0123], 1, [1], 1>; // Leading zero count.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.td | 817 // Count Leading Zeros (LEADZ)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 1021 // Section 8.11.5 - VLDZ (Vector Leading Zero Count) 1509 // Section 8.17.11 - LZVM (Leading Zero of VM)
|
H A D | VEInstrInfo.td | 1287 // Section 8.5.7 - LDZ (Leading Zero Count)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 931 /// Count Leading
|
H A D | Mips64InstrInfo.td | 350 /// Count Leading
|
H A D | MipsInstrInfo.td | 1758 // Count Leading Ones/Zeros in Word 2363 /// Count Leading
|
/freebsd/contrib/mandoc/ |
H A D | NEWS | 1305 * Leading punctuation for mdoc(7) macros, such as "Fl ( ( a",
|