Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp161 StringRef Trailing = firstLine(Code.substr(Cursor)); in getIncrementalChangesAfterNewline() local
169 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline()
172 StringRef TrailingTrim = Trailing.ltrim(); in getIncrementalChangesAfterNewline()
173 if (unsigned TrailWS = Trailing.size() - TrailingTrim.size()) in getIncrementalChangesAfterNewline()
175 replacement(Code, StringRef(Trailing.begin(), TrailWS), ""))); in getIncrementalChangesAfterNewline()
201 Trailing.startswith("}")) { in getIncrementalChangesAfterNewline()
203 Result.Changes.add(replacement(Code, Trailing.take_front(1), "\n}"))); in getIncrementalChangesAfterNewline()
206 tooling::Range(Trailing.data() - Code.data() + 1, 1)); in getIncrementalChangesAfterNewline()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp865 unsigned Trailing = countTrailingZeros(C1); in Select() local
876 CurDAG->getTargetConstant(C2 + Trailing, DL, VT)); in Select()
888 CurDAG->getTargetConstant(C2 + Trailing, DL, VT)); in Select()
901 unsigned Trailing = countTrailingZeros(C1); in Select() local
2050 unsigned Trailing = countTrailingZeros(Mask); in selectSHXADDOp() local
2051 if (LeftShift && Leading == 0 && C2 < Trailing && Trailing == ShAmt) { in selectSHXADDOp()
2088 unsigned Trailing = countTrailingZeros(Mask); in selectSHXADDOp() local
2091 if (LeftShift && Leading == 32 && Trailing > 0 && in selectSHXADDOp()
2092 (Trailing + C1) == ShAmt) { in selectSHXADDOp()
2103 if (!LeftShift && Leading == 32 && Trailing > C1 && in selectSHXADDOp()
[all …]
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dinvalid-datalayout6.ll3 ; CHECK: Trailing separator in datalayout string
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp140 struct Trailing { struct
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_reserved_length.s32 # Trailing good section
H A Ddebug_line_malformed.s471 # Trailing good section.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dp10-constants.ll237 ; Leading Zeros + Following Ones + Trailing Zeros > 30
249 ; Leading Zeros + Trailing Ones > 30
260 ; Leading Zeros + Trailing Ones + Following Zeros > 30
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dparse-uniform.mlir14 // Trailing whitespace.
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DExtendedCXX03Support.rst36 * Trailing return types.
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp46 Trailing, enumerator
524 fixups.emplace_back(FixupTy::Codes::Trailing, in convertSignature()
674 case FixupTy::Codes::Trailing: { in convertSignature()
/llvm-project-15.0.7/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.td1482 // Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]
1491 // Vector Count Trailing Zeros
/llvm-project-15.0.7/clang/docs/
H A DControlFlowIntegrityDesign.rst112 Stripping Leading/Trailing Zeros in Bit Vectors
195 those sub-hierarchies need to be (see "Stripping Leading/Trailing Zeros in Bit
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td93 // Count Leading / Trailing Zeroes under bit Mask Builtins.
1051 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-encoding-vmx.s844 # Vector Count Trailing Zeros
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsPPC.def552 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
/llvm-project-15.0.7/llvm/docs/
H A DGetElementPtr.rst521 #. Trailing zero indices are superfluous for pointer aliasing, but not for the
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Schedule.td176 defm WriteTZCNT : X86SchedWritePair; // Trailing zero count.
H A DX86ScheduleZnver3.td719 defm : Zn3WriteResIntPair<WriteTZCNT, [Zn3ALU12], 2, [1], 2>; // Trailing zero count.
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td821 // Count Trailing Zeros (TRAILZ)
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md978 * Trailing usage-specific, optional keyword arguments:
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrVec.td1512 // Section 8.17.12 - TOVM (Trailing One of VM)
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td1645 // Test Patterns (Trailing Directives)
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Dbasictest.ll307 ; Trailing past the second overlap.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14141 uint32_t Trailing = countTrailingZeros(C1); in CombineANDShift() local
14143 if (Trailing == C2 && C2 + C3 < 32) { in CombineANDShift()