Searched refs:Ind (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dasg.s29 .asg *AR1+,Ind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp455 } else if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(Instr)) {
456 lowerValueProfileInst(Ind);
562 if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(I))
563 computeNumValueSiteCounts(Ind);
617 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { argument
618 GlobalVariable *Name = Ind->getName();
619 uint64_t ValueKind = Ind->getValueKind()->getZExtValue();
620 uint64_t Index = Ind->getIndex()->getZExtValue();
630 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { argument
631 GlobalVariable *Name = Ind
[all...]
H A DPGOInstrumentation.cpp365 // Ind is a pointer to the counter index variable; \p TotalNC
368 void instrumentSelects(Function &Func, unsigned *Ind, unsigned TotalNC, argument
371 CurCtrIdx = Ind;
379 void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *Ind) { argument
382 CurCtrIdx = Ind;
/netbsd-current/external/gpl2/groff/
H A DMakefile.inc77 indexname=Ind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp468 SlotIndexes *Ind = LIS->getSlotIndexes(); local
469 if (Ind->getMBBStartIdx(MBB) < Ind->getMBBStartIdx(*MBB->succ_begin()))
H A DSIFormMemoryClauses.cpp272 SlotIndexes *Ind = LIS->getSlotIndexes(); local
393 Ind->insertMachineInstrInMaps(*Kill);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h2366 template <int Ind, typename Opnd_t> struct ExtractValue_match {
2372 // If Ind is -1, don't inspect indices
2373 if (Ind != -1 &&
2374 !(I->getNumIndices() == 1 && I->getIndices()[0] == (unsigned)Ind))
2384 template <int Ind, typename Val_t>
2385 inline ExtractValue_match<Ind, Val_t> m_ExtractValue(const Val_t &V) {
2386 return ExtractValue_match<Ind, Val_t>(V);
2397 template <int Ind, typename T0, typename T1> struct InsertValue_match {
2406 I->getNumIndices() == 1 && Ind == I->getIndices()[0];
2413 template <int Ind, typenam
[all...]
/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.in220 indexname=Ind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp106 /// \p 'Ind' and the interleaving stride factor \p F. In order to generate
111 ArrayRef<unsigned> Ind, const unsigned F,
114 : Inst(I), Shuffles(Shuffs), Indices(Ind), Factor(F), Subtarget(STarget),
109 X86InterleavedAccessGroup(Instruction *I, ArrayRef<ShuffleVectorInst *> Shuffs, ArrayRef<unsigned> Ind, const unsigned F, const X86Subtarget &STarget, IRBuilder<> &B) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5293 auto *Ind = Induction.first;
5294 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch));
5298 if (Ind == Legal->getPrimaryInduction() && foldTailByMasking())
5303 auto ScalarInd = llvm::all_of(Ind->users(), [&](User *U) -> bool {
5315 return I == Ind || !TheLoop->contains(I) || Worklist.count(I);
5321 Worklist.insert(Ind);
5323 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *Ind << "\n");
5576 auto *Ind = Induction.first;
5577 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch));
5581 auto UniformInd = llvm::all_of(Ind
[all...]

Completed in 293 milliseconds