| /src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 274 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 D | RISCVISelDAGToDAG.cpp | 1364 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 D | RISCVTargetTransformInfo.cpp | 153 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 D | AMDGPUMachineFunction.cpp | 95 Align Trailing) { in allocateLDSGlobal() argument 149 LDSSize = alignTo(StaticLDSSize, Trailing); in allocateLDSGlobal()
|
| H A D | AMDGPUMachineFunction.h | 117 Align Trailing);
|
| /src/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]: 44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
|
| H A D | PPCInstrAltivec.td | 1491 // Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[RD] 1500 // Vector Count Trailing Zeros
|
| /src/contrib/mandoc/ |
| H A D | TODO | 457 - 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 D | IntrinsicsPowerPC.td | 103 // 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 D | X86Schedule.td | 176 defm WriteTZCNT : X86SchedWritePair; // Trailing zero count.
|
| H A D | X86ScheduleZnver3.td | 716 defm : Zn3WriteResIntPair<WriteTZCNT, [Zn3ALU12], 2, [1], 2>; // Trailing zero count.
|
| H A D | X86ScheduleZnver4.td | 727 defm : Zn4WriteResIntPair<WriteTZCNT, [Zn4ALU12], 2, [1], 2>; // Trailing zero count.
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 821 // Count Trailing Zeros (TRAILZ)
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsPPC.def | 646 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
|
| /src/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1512 // Section 8.17.12 - TOVM (Trailing One of VM)
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14375 uint32_t Trailing = llvm::countr_zero(C1); in CombineANDShift() local 14377 if (Trailing == C2 && C2 + C3 < 32) { in CombineANDShift()
|
| /src/contrib/tzdata/ |
| H A D | NEWS | 5894 Trailing white space has been removed from data file lines, and
|
| /src/contrib/tzcode/ |
| H A D | NEWS | 5894 Trailing white space has been removed from data file lines, and
|
| /src/contrib/ncurses/misc/ |
| H A D | terminfo.src | 24933 # TATE Tabul. Al. Trailing Edge* \E [ Pn SPC ` - - -
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 39778 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)
|