Home
last modified time | relevance | path

Searched defs:StartIdx (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp62 SuffixTreeLeafNode(StartIdx, &LeafEndIdx); in insertInternalNode() argument
52 insertLeaf(SuffixTreeInternalNode & Parent,unsigned StartIdx,unsigned Edge) insertLeaf() argument
275 for (unsigned StartIdx : RepeatedSubstringStarts) advance() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp269 static hash_code hashPartialMapping(unsigned StartIdx, unsigned Length, in hashPartialMapping() argument
282 RegisterBankInfo::getPartialMapping(unsigned StartIdx, unsigned Length, in getPartialMapping() argument
299 RegisterBankInfo::getValueMapping(unsigned StartIdx, unsigned Length, in getValueMapping() argument
679 int StartIdx = OpToNewVRegIdx[OpIdx]; getVRegsMem() local
697 getNewVRegsEnd(unsigned StartIdx,unsigned NumVal) const getNewVRegsEnd() argument
702 getNewVRegsEnd(unsigned StartIdx,unsigned NumVal) getNewVRegsEnd() argument
750 int StartIdx = OpToNewVRegIdx[OpIdx]; getVRegs() local
[all...]
H A DLiveInterval.cpp120 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { in extendInBlock()
136 SlotIndex StartIdx, SlotIndex Use) { in extendInBlock()
550 SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock()
558 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock()
H A DStackMaps.cpp573 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint() local
H A DMachineOutliner.cpp596 for (const unsigned &StartIdx : RS.StartIndices) { findCandidates() local
H A DTargetInstrInfo.cpp506 unsigned StartIdx = 0; in foldPatchpoint() local
H A DLiveDebugVariables.cpp1661 void UserValue::insertDebugValue(MachineBasicBlock *MBB, SlotIndex StartIdx, in insertDebugValue() argument
H A DRegAllocGreedy.cpp1499 SlotIndex StartIdx = calcGapWeights() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h43 unsigned StartIdx = EmptyIdx; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h53 unsigned StartIdx; member
[all...]
H A DCallingConvLower.h367 for (unsigned StartIdx = 0; StartIdx <= Regs.size() - RegsRequired; in AllocateRegBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp321 SlotIndex StartIdx = LIS->getInstructionIndex(SaveExecMI); in optimizeElseBranch() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp305 unsigned StartIdx = Inst->getNumOperands(); in lowerInlineAsm() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp430 unsigned StartIdx = CurrentIdx; EmitMatcher() local
583 unsigned StartIdx = CurrentIdx; EmitMatcher() local
H A DCodeGenSchedule.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp155 int StartIdx = NotSet; in trySequenceOfOnes() local
H A DAArch64LoopIdiomTransform.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp427 IRSimilarityCandidate::IRSimilarityCandidate(unsigned StartIdx, unsigned Len, in IRSimilarityCandidate() argument
979 for (const unsigned &StartIdx : RS.StartIndices) { createCandidatesFromSuffixTree() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp1061 static void removeNullBytes(OutputBuffer &Output, size_t StartIdx) { in removeNullBytes()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2363 unsigned StartIdx = IRSC->getStartIdx(); isCompatibleWithAlreadyOutlinedCode() local
2421 unsigned StartIdx = IRSC.getStartIdx(); pruneIncompatibleRegions() local
2966 unsigned StartIdx = OS->Candidate->getStartIdx(); doOutline() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp897 getStepVector(Value * Val,Value * StartIdx,Value * Step,Instruction::BinaryOps BinOp,ElementCount VF,IRBuilderBase & Builder) getStepVector() argument
1188 Value *StartIdx = Builder.CreateBinOp( execute() local
[all...]
H A DVPlanTransforms.cpp971 unsigned StartIdx = isa<VPWidenSelectRecipe>(&R) ? 1 : 0; truncateToMinimalBitwidths() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp613 addStackMapLiveVars(SmallVectorImpl<MachineOperand> & Ops,const CallInst * CI,unsigned StartIdx) addStackMapLiveVars() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2462 int StartIdx = Ops.size() - 1; ReassociateExpression() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp545 unsigned StartIdx = SimpVect.size(); in simplifyFAdd() local

12