Home
last modified time | relevance | path

Searched defs:Inc (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp355 for (const auto &Inc : It->second) in insert() local
371 for (const auto *Inc : Iter->second) { in insert() local
399 for (const auto &Inc : Iter->second) { in remove() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp186 BinaryOperator *&Inc, in matchStridedRecurrence()
415 BinaryOperator *Inc; in determineBaseAndStride() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local
H A DLowerAtomic.cpp83 Value *Inc = Builder.CreateAdd(Loaded, One); in buildAtomicRMWValue() local
/openbsd/gnu/llvm/clang/lib/Driver/
H A DJob.cpp184 StringRef Inc = FlagRef.slice(2, StringRef::npos); in rewriteIncludes() local
194 StringRef Inc(Args[Idx + NumArgs - 1]); in rewriteIncludes() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp713 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement()
750 static std::string getVarName(InstrProfInstBase *Inc, StringRef Prefix, in getVarName()
839 InstrProfiling::createRegionCounters(InstrProfInstBase *Inc, StringRef Name, in createRegionCounters()
864 InstrProfiling::getOrCreateRegionCounters(InstrProfInstBase *Inc) { in getOrCreateRegionCounters()
H A DMemProfiler.cpp446 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1); in instrumentAddress() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtCXX.cpp49 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h166 u32 N, Inc; in getTSDAndLockSlow() local
H A Dsize_class_map.h123 uptr Inc = 1 << (Config::MidSizeLog - S); in SizeTable() local
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp381 for (int Inc = 0; Inc <= 1; ++Inc) { in combineMemAluInBasicBlock() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp75 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in INITIALIZE_PASS() local
210 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic() local
395 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3)); in SelectNewCircIntrinsic() local
430 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3)); in SelectNewCircIntrinsic() local
474 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in SelectIndexedStore() local
H A DHexagonEarlyIfConv.cpp462 SmallVector<unsigned,2> Inc; in computePhiCost() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp350 const Expr *Inc = S->getInc(); in visitForStmt() local
H A DInterp.h329 Inc, enumerator
382 bool Inc(InterpState &S, CodePtr OpPC) { in Inc() function
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp411 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h126 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
H A DLiveInterval.h719 void incrementWeight(float Inc) { Weight += Inc; } in incrementWeight()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2105 static bool isPerfectIncrement(SDValue Inc, EVT VecTy, unsigned NumVecs) { in isPerfectIncrement()
2179 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
2215 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
2338 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2390 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2482 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local
3026 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp423 Value *Inc = Builder.CreateAdd(Or17, Builder.getIntN(BitWidth, 1)); in expandIToFP() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp643 const Expr *Inc = FS->getInc(); in reportDeadCode() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp124 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in createLoop() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.h796 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1704 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst.getOperand(1)); in detectPopcountIdiom() local
1828 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst.getOperand(1)); in detectShiftUntilZeroIdiom() local
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp314 const int Inc = P < End ? 1 : -1; in consumeAllSeparators() local
340 const int Inc = P < End ? 1 : -1; in consumeName() local

12