OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ind
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
455
} 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
) {
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
) {
631
GlobalVariable *Name =
Ind
->getName()
[
all
...]
PGOInstrumentation.cpp
365
//
Ind
is a pointer to the counter index variable; \p TotalNC
368
void instrumentSelects(Function &Func, unsigned *
Ind
, unsigned TotalNC,
371
CurCtrIdx =
Ind
;
379
void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *
Ind
) {
382
CurCtrIdx =
Ind
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp
468
SlotIndexes *
Ind
= LIS->getSlotIndexes();
469
if (
Ind
->getMBBStartIdx(MBB) <
Ind
->getMBBStartIdx(*MBB->succ_begin()))
SIFormMemoryClauses.cpp
272
SlotIndexes *
Ind
= LIS->getSlotIndexes();
393
Ind
->insertMachineInstrInMaps(*Kill);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
2366
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
, typename Val_t, typename Elt_t
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InterleavedAccess.cpp
106
/// \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),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
316
"enable-
ind
-var-reg-heur", cl::init(true), cl::Hidden,
2312
PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.
ind
",
2335
LastInduction->setName("vec.
ind
.next");
3523
EndValue->setName("
ind
.end");
3534
EndValueFromAdditionalBypass->setName("
ind
.end");
3761
Escape->setName("
ind
.escape");
4895
Builder.CreateMul(ScalarStepValue, NumUnrolledElems), "ptr.
ind
",
5293
auto *
Ind
= Induction.first;
5294
auto *IndUpdate = cast<Instruction>(
Ind
->getIncomingValueForBlock(Latch));
5298
if (
Ind
== Legal->getPrimaryInduction() && foldTailByMasking()
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026