Searched refs:Inc (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp318 for (const auto &Inc : It->second)
319 if ((IsAngled && StringRef(Inc.Name).startswith("<")) ||
320 (!IsAngled && StringRef(Inc.Name).startswith("\"")))
332 for (const auto *Inc : Iter->second) {
333 if (QuotedName < Inc->Name) {
334 InsertOffset = Inc->R.getOffset();
358 for (const auto &Inc : Iter->second) {
359 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) ||
360 (!IsAngled && StringRef(Inc.Name).startswith("<")))
363 FileName, Inc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h98 void lowerIncrement(InstrProfIncrementInst *Inc);
107 GlobalVariable *getOrCreateRegionCounters(InstrProfIncrementInst *Inc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp428 InstrProfIncrementInst *Inc = dyn_cast<InstrProfIncrementInstStep>(Instr); local
429 if (Inc)
430 return Inc;
440 InstrProfIncrementInst *Inc = castToIncrementInst(&*Instr); local
441 if (Inc) {
442 lowerIncrement(Inc);
675 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { argument
676 GlobalVariable *Counters = getOrCreateRegionCounters(Inc);
678 IRBuilder<> Builder(Inc);
679 uint64_t Index = Inc
737 getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) argument
796 getOrCreateRegionCounters(InstrProfIncrementInst *Inc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.cpp74 const u32 Inc = CoPrimes[R % NumberOfCoPrimes]; local
90 Index += Inc;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp381 for (int Inc = 0; Inc <= 1; ++Inc) {
383 findClosestSuitableAluInstr(BB, MBBIter, Inc == 0);
385 insertMergedInstruction(BB, MBBIter, AluIter, Inc == 0);
/freebsd-13-stable/contrib/libxo/
H A Dwarnings.mk4 # Copyright 2011, Juniper Networks, Inc.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h128 const u32 Inc = CoPrimes[R % NumberOfCoPrimes]; local
144 Index += Inc;
H A Dsize_class_map.h116 uptr Inc = 1 << (Config::MidSizeLog - S); local
118 Pos += Inc;
120 Inc *= 2;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
H A Derr.copyoutbadaddr.ksh23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
H A Derr.copyoutstrbadaddr.ksh23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp181 StringRef Inc = FlagRef.slice(2, StringRef::npos); local
182 if (getAbsPath(Inc, NewInc)) {
191 StringRef Inc(Args[Idx + NumArgs - 1]);
192 if (!getAbsPath(Inc, NewInc))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp49 Expr *Cond, Expr *Inc, DeclStmt *LoopVar,
60 SubExprs[INC] = Inc;
47 CXXForRangeStmt(Stmt *Init, DeclStmt *Range, DeclStmt *BeginStmt, DeclStmt *EndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
H A DStmtOpenMP.cpp208 Dir->setInc(Exprs.Inc);
250 Dir->setInc(Exprs.Inc);
304 Dir->setInc(Exprs.Inc);
472 Dir->setInc(Exprs.Inc);
525 Dir->setInc(Exprs.Inc);
942 Dir->setInc(Exprs.Inc);
1088 Dir->setInc(Exprs.Inc);
1141 Dir->setInc(Exprs.Inc);
1192 Dir->setInc(Exprs.Inc);
1246 Dir->setInc(Exprs.Inc);
[all...]
/freebsd-13-stable/sys/dev/cxgb/
H A Dbin2h.pl27 Copyright (c) 2007-2009, Chelsio Inc.
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_locore.asm4 * Copyright (C) 2018 Turing Robotic Industries Inc.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp495 Value *Loaded, Value *Inc) {
499 return Inc;
501 return Builder.CreateAdd(Loaded, Inc, "new");
503 return Builder.CreateSub(Loaded, Inc, "new");
505 return Builder.CreateAnd(Loaded, Inc, "new");
507 return Builder.CreateNot(Builder.CreateAnd(Loaded, Inc), "new");
509 return Builder.CreateOr(Loaded, Inc, "new");
511 return Builder.CreateXor(Loaded, Inc, "new");
513 NewVal = Builder.CreateICmpSGT(Loaded, Inc);
514 return Builder.CreateSelect(NewVal, Loaded, Inc, "ne
494 performAtomicOp(AtomicRMWInst::BinOp Op, IRBuilder<> &Builder, Value *Loaded, Value *Inc) argument
709 performMaskedAtomicOp(AtomicRMWInst::BinOp Op, IRBuilder<> &Builder, Value *Loaded, Value *Shifted_Inc, Value *Inc, const PartwordMaskValues &PMV) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp431 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) {
438 Process(Inc->Id, Inc->FileType, Inc->DirLookup);
/freebsd-13-stable/share/dtrace/
H A Dnfsattrstats7 * Laboratory with support from a grant from Google, Inc.
H A Dnfsclienttime7 * Laboratory with support from a grant from Google, Inc.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp638 const Expr *Inc = FS->getInc(); local
639 Loc = Inc->getBeginLoc();
640 R2 = Inc->getSourceRange();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h127 void setUnitInc(int Inc) { UnitInc = Inc; }
/freebsd-13-stable/contrib/kyua/examples/
H A Dkyua.conf13 -- * Neither the name of Google Inc. nor the names of its contributors
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc74 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
77 Inc->getHash()->getZExtValue()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc74 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
77 Inc->getHash()->getZExtValue()))

Completed in 293 milliseconds

1234