Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/Support/
H A DSuffixTreeTest.cpp31 for (unsigned StartIdx : SubStrings[0].StartIndices) { in TEST() local
59 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
67 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
93 for (unsigned StartIdx : SubStrings[0].StartIndices) { in TEST() local
122 for (unsigned StartIdx : SubStrings[0].StartIndices) { in TEST() local
160 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
197 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
207 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
214 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
248 for (unsigned StartIdx : RS.StartIndices) { in TEST() local
[all …]
/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp59 unsigned StartIdx, unsigned Edge) { in insertLeaf()
69 unsigned StartIdx, unsigned EndIdx, in insertInternalNode()
350 for (unsigned StartIdx : RepeatedSubstringStarts) in advance() local
/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp269 hashPartialMapping(unsigned StartIdx,unsigned Length,const RegisterBank * RegBank) hashPartialMapping() argument
282 getPartialMapping(unsigned StartIdx,unsigned Length,const RegisterBank & RegBank) const getPartialMapping() argument
299 getValueMapping(unsigned StartIdx,unsigned Length,const RegisterBank & RegBank) const getValueMapping() argument
680 int StartIdx = OpToNewVRegIdx[OpIdx]; getVRegsMem() local
698 getNewVRegsEnd(unsigned StartIdx,unsigned NumVal) const getNewVRegsEnd() argument
703 getNewVRegsEnd(unsigned StartIdx,unsigned NumVal) getNewVRegsEnd() argument
751 int StartIdx = OpToNewVRegIdx[OpIdx]; getVRegs() local
[all...]
H A DLiveInterval.cpp120 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { in extendInBlock() argument
136 SlotIndex StartIdx, SlotIndex Use) { in extendInBlock() argument
550 SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() argument
558 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotInde argument
[all...]
H A DStackMaps.cpp573 const unsigned StartIdx = opers.getVarIdx(); recordStatepoint() local
H A DMachineOutliner.cpp606 for (const unsigned &StartIdx : RS.StartIndices) { findCandidates() local
[all...]
H A DTargetInstrInfo.cpp506 unsigned StartIdx = 0; in foldPatchpoint() local
H A DLiveDebugVariables.cpp1661 insertDebugValue(MachineBasicBlock * MBB,SlotIndex StartIdx,SlotIndex StopIdx,DbgVariableValue DbgValue,ArrayRef<bool> LocSpills,ArrayRef<unsigned> SpillOffsets,LiveIntervals & LIS,const TargetInstrInfo & TII,const TargetRegisterInfo & TRI,BlockSkipInstsMap & BBSkipInstsMap) insertDebugValue() argument
H A DRegAllocGreedy.cpp1499 SlotIndex StartIdx = calcGapWeights() local
/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h43 unsigned StartIdx = EmptyIdx; member
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h53 unsigned StartIdx; member
H A DCallingConvLower.h367 for (unsigned StartIdx = 0; StartIdx <= Regs.size() - RegsRequired; AllocateRegBlock() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp321 SlotIndex StartIdx = LIS->getInstructionIndex(SaveExecMI); in optimizeElseBranch() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp305 unsigned StartIdx = Inst->getNumOperands(); in lowerInlineAsm() local
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp428 unsigned StartIdx = CurrentIdx; EmitMatcher() local
577 unsigned StartIdx = CurrentIdx; EmitMatcher() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp155 int StartIdx = NotSet; in trySequenceOfOnes() local
/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...]
/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp1061 static void removeNullBytes(OutputBuffer &Output, size_t StartIdx) { in removeNullBytes() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2366 unsigned StartIdx = IRSC->getStartIdx(); isCompatibleWithAlreadyOutlinedCode() local
2424 unsigned StartIdx = IRSC.getStartIdx(); pruneIncompatibleRegions() local
2969 unsigned StartIdx = OS->Candidate->getStartIdx(); doOutline() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp245 Value *StartIdx = nullptr; in recognizeByteCompare() local
H A DVPlanRecipes.cpp1101 getStepVector(Value * Val,Value * StartIdx,Value * Step,Instruction::BinaryOps BinOp,ElementCount VF,IRBuilderBase & Builder) getStepVector() argument
1385 Value *StartIdx = Builder.CreateBinOp( execute() local
H A DVPlanTransforms.cpp1172 unsigned StartIdx = isa<VPWidenSelectRecipe>(&R) ? 1 : 0; truncateToMinimalBitwidths() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1575 substituteVariantOperand(const SmallVectorImpl<unsigned> & RWSeq,bool IsRead,unsigned StartIdx) substituteVariantOperand() argument
1615 unsigned StartIdx = TransVec.size(); substituteVariants() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp613 const CallInst *CI, unsigned StartIdx) { in addStackMapLiveVars() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2379 int StartIdx = Ops.size() - 1; ReassociateExpression() local

12