/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 350 for (const auto &Inc : It->second) in insert() local 364 for (const auto *Inc : Iter->second) { in insert() local 390 for (const auto &Inc : Iter->second) { in remove() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 439 InstrProfIncrementInst *Inc = dyn_cast<InstrProfIncrementInstStep>(Instr); in castToIncrementInst() local 451 InstrProfIncrementInst *Inc = castToIncrementInst(&*Instr); in lowerIntrinsics() local 674 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() 736 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() 814 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc) { in getOrCreateRegionCounters()
|
H A D | MemProfiler.cpp | 486 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1); in instrumentAddress() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Job.cpp | 184 StringRef Inc = FlagRef.slice(2, StringRef::npos); in rewriteIncludes() local 194 StringRef Inc(Args[Idx + NumArgs - 1]); in rewriteIncludes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtCXX.cpp | 49 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 381 for (int Inc = 0; Inc <= 1; ++Inc) { in combineMemAluInBasicBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 70 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in SelectIndexedLoad() local 205 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5)); in LoadInstrForLoadIntrinsic() local 390 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3)); in SelectNewCircIntrinsic() local 425 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3)); in SelectNewCircIntrinsic() local 469 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in SelectIndexedStore() local
|
H A D | HexagonEarlyIfConv.cpp | 462 SmallVector<unsigned,2> Inc; in computePhiCost() local
|
H A D | HexagonSplitDouble.cpp | 669 int64_t Inc = Load ? MI->getOperand(3).getImm() in splitMemRef() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 429 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 127 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
|
H A D | LiveInterval.h | 713 void incrementWeight(float Inc) { Weight += Inc; } in incrementWeight()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2068 static bool isPerfectIncrement(SDValue Inc, EVT VecTy, unsigned NumVecs) { in isPerfectIncrement() 2142 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local 2178 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local 2301 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local 2353 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local 2445 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local 2988 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 638 const Expr *Inc = FS->getInc(); in reportDeadCode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 123 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in createLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 497 Value *Loaded, Value *Inc) { in performAtomicOp() 719 Value *Shifted_Inc, Value *Inc, in performMaskedAtomicOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.h | 755 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1947 for (const Use &Inc : PN->incoming_values()) { in analyzeLoop() local 2001 for (const Use &Inc : PN->incoming_values()) { in analyzeLoop() local
|
H A D | LoopInfo.cpp | 163 if (Instruction *Inc = in getCanonicalInductionVariable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1513 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectPopcountIdiom() local 1639 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectShiftUntilZeroIdiom() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 378 void Inc(uptr i) const { in Inc() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 447 void Inc(uptr i) const { in Inc() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 373 void Inc(uptr i) const { in Inc() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 311 const int Inc = P < End ? 1 : -1; in consumeAllSeparators() local 337 const int Inc = P < End ? 1 : -1; in consumeName() local
|