Home
last modified time | relevance | path

Searched refs:CurrIdx (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp2306 Constant *CurrIdx = cast<Constant>(Idxs[i]); in ConstantFoldGetElementPtr() local
2309 bool IsCurrIdxVector = CurrIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr()
2314 CurrIdx = ConstantDataVector::getSplat( in ConstantFoldGetElementPtr()
2315 PrevIdx->getType()->getVectorNumElements(), CurrIdx); in ConstantFoldGetElementPtr()
2319 CurrIdx->getType()->getVectorNumElements(), PrevIdx); in ConstantFoldGetElementPtr()
2322 ConstantInt::get(CurrIdx->getType()->getScalarType(), NumElements); in ConstantFoldGetElementPtr()
2326 : CurrIdx->getType()->getVectorNumElements(), in ConstantFoldGetElementPtr()
2329 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
2331 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); in ConstantFoldGetElementPtr()
2345 : CurrIdx->getType()->getVectorNumElements()); in ConstantFoldGetElementPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp330 void setSuffixIndices(SuffixTreeNode &CurrNode, unsigned CurrIdx) { in setSuffixIndices() argument
347 setSuffixIndices(*ChildPair.second, CurrIdx + ChildPair.second->size()); in setSuffixIndices()
353 CurrNode.SuffixIdx = Str.size() - CurrIdx; in setSuffixIndices()
DRegisterPressure.cpp1286 SlotIndex CurrIdx = getCurrSlot(); in bumpDownwardPressure() local
1288 = findUseBetween(Reg, LastUseMask, CurrIdx, SlotIdx, *MRI, LIS); in bumpDownwardPressure()
DRegisterCoalescer.cpp1275 SlotIndex CurrIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef() local
1277 CurrIdx.getRegSlot(NewMI.getOperand(0).isEarlyClobber()); in reMaterializeTrivialDef()
1301 SlotIndex CurrIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef() local
1310 if (VNInfo *RmValNo = SR.getVNInfoAt(CurrIdx.getRegSlot())) { in reMaterializeTrivialDef()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp1263 SlotIndex CurrIdx = getCurrSlot(); in bumpDownwardPressure() local
1265 = findUseBetween(Reg, LastUseMask, CurrIdx, SlotIdx, *MRI, LIS); in bumpDownwardPressure()
DRegisterCoalescer.cpp1053 SlotIndex CurrIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef() local
1055 CurrIdx.getRegSlot(NewMI.getOperand(0).isEarlyClobber()); in reMaterializeTrivialDef()