OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrIdx
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp
717
for (unsigned
CurrIdx
= StartIdx;
CurrIdx
<= EndIdx;
CurrIdx
++) {
718
unsigned Key = IntegerMapping[
CurrIdx
];
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
2603
Constant *
CurrIdx
= cast<Constant>(Idxs[i]);
2606
bool IsCurrIdxVector =
CurrIdx
->getType()->isVectorTy();
2611
CurrIdx
= ConstantDataVector::getSplat(
2612
cast<FixedVectorType>(PrevIdx->getType())->getNumElements(),
CurrIdx
);
2616
cast<FixedVectorType>(
CurrIdx
->getType())->getNumElements(), PrevIdx);
2619
ConstantInt::get(
CurrIdx
->getType()->getScalarType(), NumElements);
2624
: cast<FixedVectorType>(
CurrIdx
->getType())->getNumElements(),
2627
NewIdxs[i] = ConstantExpr::getSRem(
CurrIdx
, Factor);
2629
Constant *Div = ConstantExpr::getSDiv(
CurrIdx
, Factor);
2644
: cast<FixedVectorType>(
CurrIdx
->getType())->getNumElements())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp
1439
SlotIndex
CurrIdx
= LIS->getInstructionIndex(NewMI);
1441
CurrIdx
.getRegSlot(NewMI.getOperand(0).isEarlyClobber());
1465
SlotIndex
CurrIdx
= LIS->getInstructionIndex(NewMI);
1469
CurrIdx
.getRegSlot(NewMI.getOperand(0).isEarlyClobber());
1477
if (VNInfo *RmValNo = SR.getVNInfoAt(
CurrIdx
.getRegSlot())) {
RegisterPressure.cpp
1308
SlotIndex
CurrIdx
= getCurrSlot();
1310
= findUseBetween(Reg, LastUseMask,
CurrIdx
, SlotIdx, *MRI, LIS);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
11312
unsigned
CurrIdx
= Subtarget->usePRTStrictNull() ? 0 : (InitIdx - 1);
11315
for (; SizeLeft; SizeLeft--,
CurrIdx
++) {
11325
.addImm(SIRegisterInfo::getSubRegFromChannel(
CurrIdx
));
Completed in 41 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026