Home
last modified time | relevance | path

Searched defs:Use (Results 1 – 25 of 141) sorted by relevance

123456

/llvm-project/clang/test/Modules/
H A DReachability-template-instantiation.cpp34 export module Use; module
38 class Use { class
H A Dmerge-using-decls.cpp24 template<typename T> int Use() { Use() function
/llvm-project/llvm/include/llvm/Analysis/
H A DOverflowInstAnalysis.h18 class Use; variable
H A DGuardUtils.h18 class Use; variable
H A DCaptureTracking.h22 class Use; global() variable
H A DLazyValueInfo.h31 class Use; global() variable
H A DDemandedBits.h37 class Use; variable
/llvm-project/clang-tools-extra/docs/
H A Dclang-doc.rst19 Use chapter
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Duse-after-move.rst192 Use chapter
/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local
65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
H A DDeadMachineInstructionElim.cpp114 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { isDead() local
/llvm-project/llvm/include/llvm/IR/
H A DDerivedUser.h17 class Use; variable
H A DUse.h59 Use(User *Parent) : Parent(Parent) {} in Use() function
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dthread-uaf.c27 void *Use(void *arg) { in Use() function
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h25 class Use; global() variable
/llvm-project/llvm/tools/dsymutil/
H A DReproducer.h22 Use, enumerator
/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
211 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dsimple-requirement.cpp225 template <class T> struct Use { struct
226 constexpr static int foo() requires requires(X x) { x.a; } { in foo()
229 constexpr static int bar() requires requires { X::B; } { in bar()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp432 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local
462 for (auto &Use : MI.uses()) { in canMoveToEnd() local
543 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp191 for (auto *Use : I->users()) tryInterleave() local
257 for (auto *Use : I->users()) tryInterleave() local
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h26 class Use; variable
H A DSSAUpdater.h30 class Use; variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h23 static bool Use() { Use() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp180 if (!MovingCall || Sequence->potentiallyAfter(Use, MovingCall)) { in findInternal() local
402 emitDiagnostic(const Expr * MovingCall,const DeclRefExpr * MoveArg,const UseAfterMove & Use,ClangTidyCheck * Check,ASTContext * Context,MoveType Type) emitDiagnostic() argument
521 UseAfterMove Use; check() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp90 for (auto &Use : MRI->use_instructions(Reg0)) in runOnMachineFunction() local

123456