Home
last modified time | relevance | path

Searched defs:Trailing (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp158 struct Trailing { struct
159 auto g() const -> int { in g()
165 void vol() volatile { in vol()
170 void ref() const & { in ref()
174 void refref() const && { in refref()
179 void restr() __restrict { in restr()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp96 allocateLDSGlobal(const DataLayout & DL,const GlobalVariable & GV,Align Trailing) allocateLDSGlobal() argument
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp274 unsigned Trailing = Mask.countr_zero(); selectSHXADDOp() local
316 unsigned Trailing = Mask.countr_zero(); selectSHXADDOp() local
366 unsigned Trailing = Mask.countr_zero(); selectSHXADD_UWOp() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DFormat.cpp161 StringRef Trailing = firstLine(Code.substr(Cursor)); in getIncrementalChangesAfterNewline() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1364 unsigned Trailing = llvm::countr_zero(C1); Select() local
1402 unsigned Trailing = llvm::countr_zero(C1); Select() local
2954 unsigned Trailing = llvm::countr_zero(Mask); selectSHXADDOp() local
2992 unsigned Trailing = llvm::countr_zero(Mask); selectSHXADDOp() local
3044 unsigned Trailing = llvm::countr_zero(Mask); selectSHXADD_UWOp() local
[all...]
H A DRISCVTargetTransformInfo.cpp145 unsigned Trailing = llvm::countr_zero(Mask); canUseShiftPair() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp54 Trailing, global() enumerator
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14390 uint32_t Trailing = llvm::countr_zero(C1); CombineANDShift() local