Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTreeNode.cpp20 void SuffixTreeNode::incrementStartIdx(unsigned Inc) { StartIdx += Inc; } in incrementStartIdx()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp368 for (const auto &Inc : It->second) in insert() local
384 for (const auto *Inc : Iter->second) { in insert() local
412 for (const auto &Inc : Iter->second) { in remove() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h262 const int Inc = P < End ? 1 : -1; in consumeAllSeparators() local
288 const int Inc = P < End ? 1 : -1; in consumeName() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp82 Value *Inc = Builder.CreateAdd(Loaded, One); in buildAtomicRMWValue() local
H A DMatrixUtils.cpp43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1232 void InstrLowerer::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement()
1305 static std::string getVarName(InstrProfInstBase *Inc, StringRef Prefix, in getVarName()
1579 GlobalVariable *InstrLowerer::setupProfileSection(InstrProfInstBase *Inc, in setupProfileSection()
1634 InstrLowerer::createRegionBitmaps(InstrProfMCDCBitmapInstBase *Inc, in createRegionBitmaps()
1646 InstrLowerer::getOrCreateRegionBitmaps(InstrProfMCDCBitmapInstBase *Inc) { in getOrCreateRegionBitmaps()
1661 InstrLowerer::createRegionCounters(InstrProfCntrInstBase *Inc, StringRef Name, in createRegionCounters()
1686 InstrLowerer::getOrCreateRegionCounters(InstrProfCntrInstBase *Inc) { in getOrCreateRegionCounters()
1740 void InstrLowerer::createDataVariable(InstrProfCntrInstBase *Inc) { in createDataVariable()
H A DMemProfiler.cpp499 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1); in instrumentAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp198 BinaryOperator *&Inc, in matchStridedRecurrence()
452 BinaryOperator *Inc; in determineBaseAndStride() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp339 const IncludedFile *Inc) { in CommentOutDirective()
429 const IncludedFile *Inc = FindIncludeAtLocation(Loc); in Process() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp50 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp23 VPValue *Inc = R->getIncomingValue(I); in inferScalarTypeForRecipe() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp381 for (int Inc = 0; Inc <= 1; ++Inc) { combineMemAluInBasicBlock() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h219 u32 N, Inc; in getTSDAndLockSlow() local
H A Dsize_class_map.h123 uptr Inc = 1 << (Config::MidSizeLog - S); in SizeTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp80 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in INITIALIZE_PASS() local
215 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic() local
400 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3)); in SelectNewCircIntrinsic() local
435 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3)); in SelectNewCircIntrinsic() local
479 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in SelectIndexedStore() local
H A DHexagonEarlyIfConv.cpp462 SmallVector<unsigned,2> Inc; in computePhiCost() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h126 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
H A DLiveInterval.h720 void incrementWeight(float Inc) { Weight += Inc; } in incrementWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2110 static bool isPerfectIncrement(SDValue Inc, EVT VecTy, unsigned NumVecs) { in isPerfectIncrement()
2184 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
2220 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
2343 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2395 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2486 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local
3027 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp427 Value *Inc = Builder.CreateAdd(Or17, Builder.getIntN(BitWidth, 1)); in expandIToFP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1650 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst.getOperand(1)); in detectShiftUntilLessThanIdiom() local
1754 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst.getOperand(1)); in detectPopcountIdiom() local
1878 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst.getOperand(1)); in detectShiftUntilZeroIdiom() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp691 const Expr *Inc = FS->getInc(); in reportDeadCode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp123 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in createLoop() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h812 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp555 StringRef Inc = getIncludePath(); in AddHIPIncludeArgs() local

123