/llvm-project/llvm/unittests/Support/ |
H A D | SuffixTreeTest.cpp | 31 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 D | SuffixTree.cpp | 59 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 D | RegisterBankInfo.cpp | 269 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 D | LiveInterval.cpp | 120 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 D | StackMaps.cpp | 573 const unsigned StartIdx = opers.getVarIdx(); recordStatepoint() local
|
H A D | MachineOutliner.cpp | 606 for (const unsigned &StartIdx : RS.StartIndices) { findCandidates() local [all...] |
H A D | TargetInstrInfo.cpp | 506 unsigned StartIdx = 0; in foldPatchpoint() local
|
H A D | LiveDebugVariables.cpp | 1661 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 D | RegAllocGreedy.cpp | 1499 SlotIndex StartIdx = calcGapWeights() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 43 unsigned StartIdx = EmptyIdx; member
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBankInfo.h | 53 unsigned StartIdx; member
|
H A D | CallingConvLower.h | 367 for (unsigned StartIdx = 0; StartIdx <= Regs.size() - RegsRequired; AllocateRegBlock() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMaskingPreRA.cpp | 321 SlotIndex StartIdx = LIS->getInstructionIndex(SaveExecMI); in optimizeElseBranch() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 305 unsigned StartIdx = Inst->getNumOperands(); in lowerInlineAsm() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 428 unsigned StartIdx = CurrentIdx; EmitMatcher() local 577 unsigned StartIdx = CurrentIdx; EmitMatcher() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 155 int StartIdx = NotSet; in trySequenceOfOnes() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 427 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 D | RustDemangle.cpp | 1061 static void removeNullBytes(OutputBuffer &Output, size_t StartIdx) { in removeNullBytes() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2366 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 D | LoopIdiomVectorize.cpp | 245 Value *StartIdx = nullptr; in recognizeByteCompare() local
|
H A D | VPlanRecipes.cpp | 1101 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 D | VPlanTransforms.cpp | 1172 unsigned StartIdx = isa<VPWidenSelectRecipe>(&R) ? 1 : 0; truncateToMinimalBitwidths() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.cpp | 1575 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 D | FastISel.cpp | 613 const CallInst *CI, unsigned StartIdx) { in addStackMapLiveVars() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 2379 int StartIdx = Ops.size() - 1; ReassociateExpression() local
|