| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 172 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local 173 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 1849 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local 1851 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG() 1852 LastIdx = Idx; in buildMinimalMultiplyDAG() 1860 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG() 1864 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG() 1868 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG() 1872 LastIdx = Idx; in buildMinimalMultiplyDAG()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantFold.cpp | 2159 auto *LastIdx = cast<Constant>(GEP->getOperand(GEP->getNumOperands()-1)); in foldGEPOfGEP() local 2160 Type *LastIdxTy = LastIdx->getType(); in foldGEPOfGEP() 2179 LastIdx = ConstantExpr::getSExtOrBitCast(LastIdx, CommonTy); in foldGEPOfGEP() 2182 NewIndices.push_back(ConstantExpr::get(Instruction::Add, Idx0, LastIdx)); in foldGEPOfGEP()
|
| D | Verifier.cpp | 6026 unsigned LastIdx = BaseNode->getNumOperands() - NumOpsPerField; in getFieldNodeFromTBAABaseNode() local 6028 BaseNode->getOperand(LastIdx + 1)); in getFieldNodeFromTBAABaseNode() 6030 return cast<MDNode>(BaseNode->getOperand(LastIdx)); in getFieldNodeFromTBAABaseNode()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIWholeQuadMode.cpp | 1081 SlotIndex LastIdx = in prepareInsertion() local 1083 SlotIndex Idx = PreferLast ? LastIdx : FirstIdx; in prepareInsertion() 1103 if (Next > LastIdx) in prepareInsertion()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | LiveIntervals.cpp | 571 SlotIndex LastIdx; in shrinkToUses() local 586 if (Idx == LastIdx) in shrinkToUses() 588 LastIdx = Idx; in shrinkToUses()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | InstructionSelectorImpl.h | 448 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable() local 468 CurrentIdx = LastIdx; in executeMatchTable()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | VPlan.cpp | 1266 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in execute() local 1268 PoisonValue::get(VecTy), VectorInit, LastIdx, "vector.recur.init"); in execute()
|
| D | LoopVectorize.cpp | 4240 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence() local 4241 ExtractForScalar = Builder.CreateExtractElement(ExtractForScalar, LastIdx, in fixFirstOrderRecurrence()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 1533 unsigned LastIdx = 0; in getValueBits() local 1543 LHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits() 1546 RHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits() 1562 LastIdx = Bits[i].getValueBitIndex(); in getValueBits() 1566 LastIdx = 0; in getValueBits()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | AsmMatcherEmitter.cpp | 596 int findAsmOperandNamed(StringRef N, int LastIdx = -1) const { in findAsmOperandNamed() 597 auto I = std::find_if(AsmOperands.begin() + LastIdx + 1, AsmOperands.end(), in findAsmOperandNamed()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 9318 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOpPart() argument 9322 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOpPart() 9323 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx && in isHorizontalBinOpPart() 9329 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOpPart()
|