/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SuffixTreeNode.cpp | 20 void SuffixTreeNode::incrementStartIdx(unsigned Inc) { StartIdx += Inc; } in incrementStartIdx()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 368 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 D | path_parser.h | 262 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 D | LowerAtomic.cpp | 82 Value *Inc = Builder.CreateAdd(Loaded, One); in buildAtomicRMWValue() local
|
H A D | MatrixUtils.cpp | 43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1232 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 D | MemProfiler.cpp | 499 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1); in instrumentAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 198 BinaryOperator *&Inc, in matchStridedRecurrence() 452 BinaryOperator *Inc; in determineBaseAndStride() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 339 const IncludedFile *Inc) { in CommentOutDirective() 429 const IncludedFile *Inc = FindIncludeAtLocation(Loc); in Process() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtCXX.cpp | 50 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 23 VPValue *Inc = R->getIncomingValue(I); in inferScalarTypeForRecipe() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 381 for (int Inc = 0; Inc <= 1; ++Inc) { combineMemAluInBasicBlock() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_shared.h | 219 u32 N, Inc; in getTSDAndLockSlow() local
|
H A D | size_class_map.h | 123 uptr Inc = 1 << (Config::MidSizeLog - S); in SizeTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 80 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 D | HexagonEarlyIfConv.cpp | 462 SmallVector<unsigned,2> Inc; in computePhiCost() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 126 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
|
H A D | LiveInterval.h | 720 void incrementWeight(float Inc) { Weight += Inc; } in incrementWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2110 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 D | ExpandLargeFpConvert.cpp | 427 Value *Inc = Builder.CreateAdd(Or17, Builder.getIntN(BitWidth, 1)); in expandIToFP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1650 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 D | ReachableCode.cpp | 691 const Expr *Inc = FS->getInc(); in reportDeadCode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 123 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in createLoop() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.h | 812 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 555 StringRef Inc = getIncludePath(); in AddHIPIncludeArgs() local
|