/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SuffixTree.cpp | 62 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 D | RegisterBankInfo.cpp | 269 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 D | LiveInterval.cpp | 120 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 D | StackMaps.cpp | 573 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint() local
|
H A D | MachineOutliner.cpp | 596 for (const unsigned &StartIdx : RS.StartIndices) { findCandidates() local
|
H A D | TargetInstrInfo.cpp | 506 unsigned StartIdx = 0; in foldPatchpoint() local
|
H A D | LiveDebugVariables.cpp | 1661 void UserValue::insertDebugValue(MachineBasicBlock *MBB, SlotIndex StartIdx, in insertDebugValue() argument
|
H A D | RegAllocGreedy.cpp | 1499 SlotIndex StartIdx = calcGapWeights() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 43 unsigned StartIdx = EmptyIdx; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBankInfo.h | 53 unsigned StartIdx; member [all...] |
H A D | CallingConvLower.h | 367 for (unsigned StartIdx = 0; StartIdx <= Regs.size() - RegsRequired; in AllocateRegBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMaskingPreRA.cpp | 321 SlotIndex StartIdx = LIS->getInstructionIndex(SaveExecMI); in optimizeElseBranch() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 305 unsigned StartIdx = Inst->getNumOperands(); in lowerInlineAsm() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 430 unsigned StartIdx = CurrentIdx; EmitMatcher() local 583 unsigned StartIdx = CurrentIdx; EmitMatcher() local
|
H A D | CodeGenSchedule.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 155 int StartIdx = NotSet; in trySequenceOfOnes() local
|
H A D | AArch64LoopIdiomTransform.cpp |
|
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 1061 static void removeNullBytes(OutputBuffer &Output, size_t StartIdx) { in removeNullBytes()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2363 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 D | VPlanRecipes.cpp | 897 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 D | VPlanTransforms.cpp | 971 unsigned StartIdx = isa<VPWidenSelectRecipe>(&R) ? 1 : 0; truncateToMinimalBitwidths() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 613 addStackMapLiveVars(SmallVectorImpl<MachineOperand> & Ops,const CallInst * CI,unsigned StartIdx) addStackMapLiveVars() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 2462 int StartIdx = Ops.size() - 1; ReassociateExpression() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 545 unsigned StartIdx = SimpVect.size(); in simplifyFAdd() local
|