Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp702 const unsigned Leading = llvm::countl_zero((uint32_t)C1); in trySignedBitfieldInsertInMask() local
704 const unsigned Width = 32 - Leading - Trailing; in trySignedBitfieldInsertInMask()
1394 unsigned Leading = XLen - llvm::bit_width(C1); in Select() local
1395 if (C2 < Leading) { in Select()
1397 if (C2 + 32 == Leading) { in Select()
1409 if (C2 >= 32 && (Leading - C2) == 1 && N0.hasOneUse() && in Select()
1417 CurDAG->getTargetConstant(Leading - 32, DL, VT)); in Select()
1436 bool Skip = Subtarget->hasStdExtZba() && Leading == 32 && in Select()
1440 Skip |= HasBitTest && Leading == XLen - 1; in Select()
1444 CurDAG->getTargetConstant(Leading - C2, DL, VT)); in Select()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp423 unsigned Leading = XLen - Mask.getActiveBits(); in selectSHXADDOp() local
427 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()
439 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()
444 .addImm(Leading + Trailing); in selectSHXADDOp()
465 unsigned Leading = XLen - Mask.getActiveBits(); in selectSHXADDOp() local
470 bool Cond = *LeftShift && Leading == 32 && Trailing > 0 && in selectSHXADDOp()
475 Cond = !*LeftShift && Leading == 32 && C2.ult(Trailing) && in selectSHXADDOp()
513 unsigned Leading = Mask.countl_zero(); in selectSHXADD_UWOp() local
515 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/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h622 bool Leading = in appendConstVolatileQualifierBefore() local
626 if (Leading) { in appendConstVolatileQualifierBefore()
633 if (!Leading && !Subroutine) { in appendConstVolatileQualifierBefore()
/freebsd/stand/i386/btx/btxldr/
H A Dbtxldr.S273 cmpb $'0',%al # Leading zero?
/freebsd/usr.sbin/cron/doc/
H A DFEATURES13 okay. Leading or trailing blanks can be preserved by quoting, single
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m415 dnl # - Leading spaces are ignored.
/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/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td103 // Count Leading / Trailing Zeroes under bit Mask Builtins.
1177 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
H A DIntrinsicsARM.td625 // Vector Count Leading Sign/Zero Bits.
H A DIntrinsicsNVVM.td1097 // FLO - Find Leading One
H A DIntrinsicsAArch64.td474 // Vector Count Leading Sign Bits
/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.td719 defm : Zn4WriteResIntPair<WriteLZCNT, [Zn4ALU0123], 1, [1], 1>; // Leading zero count.
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td818 // Count Leading Zeros (LEADZ)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsPPC.def700 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
/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)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td931 /// Count Leading
H A DMips64InstrInfo.td350 /// Count Leading
H A DMipsInstrInfo.td1770 // Count Leading Ones/Zeros in Word
2375 /// Count Leading
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt120 # Leading zero in the signature

12