Home
last modified time | relevance | path

Searched refs:Trailing (Results 1 – 20 of 20) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp274 unsigned Trailing = Mask.countr_zero(); in selectSHXADDOp() local
277 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()
282 .addImm(Trailing - C2.getLimitedValue()); in selectSHXADDOp()
289 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()
294 .addImm(Leading + Trailing); in selectSHXADDOp()
316 unsigned Trailing = Mask.countr_zero(); in selectSHXADDOp() local
320 bool Cond = *LeftShift && Leading == 32 && Trailing > 0 && in selectSHXADDOp()
321 (Trailing + C2.getLimitedValue()) == ShAmt; in selectSHXADDOp()
325 Cond = !*LeftShift && Leading == 32 && C2.ult(Trailing) && in selectSHXADDOp()
326 (Trailing - C2.getLimitedValue()) == ShAmt; in selectSHXADDOp()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1364 unsigned Trailing = llvm::countr_zero(C1); in Select() local
1365 if (Leading == C2 && C2 + Trailing < XLen && OneUseOrZExtW && in Select()
1377 CurDAG->getTargetConstant(C2 + Trailing, DL, VT)); in Select()
1380 CurDAG->getTargetConstant(Trailing, DL, VT)); in Select()
1385 if (Leading > 32 && (Leading - 32) == C2 && C2 + Trailing < 32 && in Select()
1389 CurDAG->getTargetConstant(C2 + Trailing, DL, VT)); in Select()
1392 CurDAG->getTargetConstant(Trailing, DL, VT)); in Select()
1402 unsigned Trailing = llvm::countr_zero(C1); in Select() local
1403 if (Leading == 0 && C2 < Trailing && OneUseOrZExtW && !IsCANDI) { in Select()
1406 CurDAG->getTargetConstant(Trailing - C2, DL, VT)); in Select()
[all …]
H A DRISCVTargetTransformInfo.cpp153 unsigned Trailing = llvm::countr_zero(Mask); in canUseShiftPair() local
154 if (ShAmt == Trailing) in canUseShiftPair()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp95 Align Trailing) { in allocateLDSGlobal() argument
149 LDSSize = alignTo(StaticLDSSize, Trailing); in allocateLDSGlobal()
H A DAMDGPUMachineFunction.h117 Align Trailing);
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
H A DPPCInstrAltivec.td1491 // Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[RD]
1500 // Vector Count Trailing Zeros
/src/contrib/mandoc/
H A DTODO457 - Trailing punctuation after .%T triggers EOS spacing, at least
634 - Trailing punctuation after .It should trigger EOS spacing.
/src/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.
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td176 defm WriteTZCNT : X86SchedWritePair; // Trailing zero count.
H A DX86ScheduleZnver3.td716 defm : Zn3WriteResIntPair<WriteTZCNT, [Zn3ALU12], 2, [1], 2>; // Trailing zero count.
H A DX86ScheduleZnver4.td727 defm : Zn4WriteResIntPair<WriteTZCNT, [Zn4ALU12], 2, [1], 2>; // Trailing zero count.
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td821 // Count Trailing Zeros (TRAILZ)
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsPPC.def646 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrVec.td1512 // Section 8.17.12 - TOVM (Trailing One of VM)
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14375 uint32_t Trailing = llvm::countr_zero(C1); in CombineANDShift() local
14377 if (Trailing == C2 && C2 + C3 < 32) { in CombineANDShift()
/src/contrib/tzdata/
H A DNEWS5894 Trailing white space has been removed from data file lines, and
/src/contrib/tzcode/
H A DNEWS5894 Trailing white space has been removed from data file lines, and
/src/contrib/ncurses/misc/
H A Dterminfo.src24933 # TATE Tabul. Al. Trailing Edge* \E [ Pn SPC ` - - -
/src/contrib/ntp/
H A DCommitLog39778 Trailing whitespace cleanup.
227332 [Bug 437] Trailing comma in enumeration (fix from Brian Utterback)
227335 [Bug 437] Trailing comma in enumeration (fix from Brian Utterback)