Home
last modified time | relevance | path

Searched defs:Idx (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h71 for (size_t Idx = 0; Idx < getNumberOfAllocators(); Idx++) in Reset() local
79 for (size_t Idx = 0; Idx < getNumberOfAllocators(); Idx++) in getTotalMemory() local
89 for (size_t Idx = 0; Idx < getNumberOfAllocators(); Idx++) in getBytesAllocated() local
97 for (size_t Idx = 0; Idx < getNumberOfAllocators(); Idx++) in setRedZoneSize() local
103 for (size_t Idx = 0; Idx < getNumberOfAllocators(); Idx++) { in PrintStats() local
H A DArrayRecycler.h43 T *pop(unsigned Idx) { in pop()
56 void push(unsigned Idx, T *Ptr) { in push()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.h50 unsigned getImmOpValue(const MCInst &MI, unsigned Idx, in getImmOpValue()
88 unsigned getImmShiftOpValue(const MCInst &MI, unsigned Idx, in getImmShiftOpValue()
99 unsigned getBranchSymbolOpValue(const MCInst &MI, unsigned Idx, in getBranchSymbolOpValue()
118 unsigned getConstpoolSymbolOpValue(const MCInst &MI, unsigned Idx, in getConstpoolSymbolOpValue()
133 unsigned getDataSymbolOpValue(const MCInst &MI, unsigned Idx, in getDataSymbolOpValue()
147 unsigned getCallSymbolOpValue(const MCInst &MI, unsigned Idx, in getCallSymbolOpValue()
161 unsigned getBareSymbolOpValue(const MCInst &MI, unsigned Idx, in getBareSymbolOpValue()
H A DCSKYMCCodeEmitter.cpp30 unsigned CSKYMCCodeEmitter::getOImmOpValue(const MCInst &MI, unsigned Idx, in getOImmOpValue()
39 CSKYMCCodeEmitter::getImmOpValueIDLY(const MCInst &MI, unsigned Idx, in getImmOpValueIDLY()
50 CSKYMCCodeEmitter::getImmOpValueMSBSize(const MCInst &MI, unsigned Idx, in getImmOpValueMSBSize()
249 CSKYMCCodeEmitter::getRegSeqImmOpValue(const MCInst &MI, unsigned Idx, in getRegSeqImmOpValue()
278 unsigned CSKYMCCodeEmitter::getImmJMPIX(const MCInst &MI, unsigned Idx, in getImmJMPIX()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() argument
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() argument
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() argument
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() argument
85 const unsigned Idx; global() variable
[all...]
H A DSparseMultiSet.h166 unsigned Idx = FreelistIdx; in addValue() local
177 void makeTombstone(unsigned Idx) { in makeTombstone()
231 unsigned Idx; variable
354 iterator findIndex(unsigned Idx) { in findIndex()
420 unsigned Idx = sparseIndex(Val); in insert() local
H A DSmallBitVector.h72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {} in reference()
374 SmallBitVector &set(unsigned Idx) { in set()
409 SmallBitVector &reset(unsigned Idx) { in reset()
440 SmallBitVector &flip(unsigned Idx) { in flip()
472 bool test(unsigned Idx) const { in test()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h119 size_type Idx = G.getNodeIndex(N); in insert() local
125 size_type Idx = G.getNodeIndex(N); in erase() local
129 size_type Idx = G.getNodeIndex(N); in contains() local
160 void set(size_type Idx) { V.set(Idx); } in set()
161 void reset(size_type Idx) { V.reset(Idx); } in reset()
207 size_type Idx = G.getEdgeIndex(E); in insert() local
213 size_type Idx = G.getEdgeIndex(E); in erase() local
217 size_type Idx = G.getEdgeIndex(E); in contains() local
248 void set(size_type Idx) { V.set(Idx); } in set()
249 void reset(size_type Idx) { V.reset(Idx); } in reset()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp42 __anonbda657080202(unsigned Idx) runOnModule() argument
92 for (unsigned Idx : MissingLines.set_bits()) { runOnModule() local
97 for (unsigned Idx : MissingVars.set_bits()) { runOnModule() local
H A DSplitKit.cpp474 defValue(unsigned RegIdx,const VNInfo * ParentVNI,SlotIndex Idx,bool Original) defValue() argument
658 selectIntv(unsigned Idx) selectIntv() argument
665 enterIntvBefore(SlotIndex Idx) enterIntvBefore() argument
682 enterIntvAfter(SlotIndex Idx) enterIntvAfter() argument
748 leaveIntvAfter(SlotIndex Idx) leaveIntvAfter() argument
779 leaveIntvBefore(SlotIndex Idx) leaveIntvBefore() argument
1343 SlotIndex Idx = LIS.getInstructionIndex(*MI); rewriteAssigned() local
1661 SlotIndex Idx = leaveIntvAtTop(*MBB); splitLiveThroughBlock() local
1675 SlotIndex Idx = enterIntvAtEnd(*MBB); splitLiveThroughBlock() local
1705 SlotIndex Idx; splitLiveThroughBlock() local
1728 SlotIndex Idx = enterIntvAfter(EnterAfter); splitLiveThroughBlock() local
1781 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); splitRegInBlock() local
1787 SlotIndex Idx = leaveIntvBefore(LSP); splitRegInBlock() local
1868 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); splitRegOutBlock() local
1884 SlotIndex Idx = enterIntvAfter(EnterAfter); splitRegOutBlock() local
[all...]
H A DInlineSpiller.cpp435 SlotIndex Idx = LIS.getInstructionIndex(CopyMI); in hoistSpillInsideBB() local
520 SlotIndex Idx = LIS.getInstructionIndex(MI); in eliminateRedundantSpills() local
612 for (unsigned Idx = StatepointOpers(&MI).getVarIdx(), canGuaranteeAssignmentAfterRemat() local
866 SlotIndex Idx = LIS.getInstructionIndex(*I).getRegSlot(); dumpMachineInstrRangeWithSlotIndex() local
920 unsigned Idx = OpPair.second; foldMemoryOperand() local
954 for (unsigned Idx : FoldOps) { foldMemoryOperand() local
994 SlotIndex Idx = LIS.getInstructionIndex(*MI).getRegSlot(); foldMemoryOperand() local
1076 insertReload(Register NewVReg,SlotIndex Idx,MachineBasicBlock::iterator MI) insertReload() argument
1176 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot(); spillAroundUses() local
1326 SlotIndex Idx = LIS.getInstructionIndex(Spill); addToMergeableSpills() local
1339 SlotIndex Idx = LIS.getInstructionIndex(Spill); rmFromMergeableSpills() local
1349 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB); isSpillCandBB() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h46 unsigned Idx; member
81 RetOrArg createRet(const Function *F, unsigned Idx) { in createRet()
86 RetOrArg createArg(const Function *F, unsigned Idx) { in createArg()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp107 unsigned Idx) { in adjustForEndian() argument
179 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedLoad() local
199 for (unsigned Idx in scalarizeMaskedLoad() local
311 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedStore() local
330 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedStore() local
429 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedGather() local
451 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedGather() local
559 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedScatter() local
579 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedScatter() local
654 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedExpandLoad() local
684 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedExpandLoad() local
775 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedCompressStore() local
796 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { scalarizeMaskedCompressStore() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp103 CHECK_PARTIALMAP(Idx,ValStartIdx,ValLength,RB) AArch64RegisterBankInfo() argument
476 for (unsigned Idx = 1; Idx != NumOperands; ++Idx) { getSameKindOfOperandsMapping() local
760 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) { getInstrMapping() local
957 for (unsigned Idx = 2; Idx < 4; ++Idx) { getInstrMapping() local
985 for (unsigned Idx = 0, NumOperands = MI.getNumOperands(); getInstrMapping() local
1018 auto Idx = MRI.getRegClassOrNull(Src) == &AArch64::XSeqPairsClassRegClass getInstrMapping() local
1053 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) getInstrMapping() local
1087 unsigned Idx = 0; getInstrMapping() local
1115 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) { getInstrMapping() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp25 Error BitcodeReaderValueList::assignValue(unsigned Idx, Value *V, in assignValue()
54 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty, in getValueFwdRef()
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp33 return NativePointers[Idx]; in getNativePointer() argument
27 unsigned Idx = NativePointers.size(); getOrCreateNativePointer() local
100 getPtrGlobal(unsigned Idx) getPtrGlobal() argument
131 if (auto Idx = getGlobal(VD)) getOrCreateGlobal() local
134 if (auto Idx = createGlobal(VD, Init)) { getOrCreateGlobal() local
174 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern, Init)) { createGlobal() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp32 static bool bundleHasArgument(const CallBase::BundleOpInfo &BOI, unsigned Idx) { in bundleHasArgument()
38 unsigned Idx) { in getValueFromBundleOpInfo()
108 auto GetArgOr1 = [&](unsigned Idx) -> uint64_t { in getKnowledgeFromBundle()
123 unsigned Idx) { in getKnowledgeFromOperandInAssume()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp24 static inline size_t slotForIndex(TypeIndex Idx) { in slotForIndex()
111 inline bool remapTypeIndex(TypeIndex &Idx) { in remapTypeIndex()
123 inline bool remapItemIndex(TypeIndex &Idx) { in remapItemIndex()
139 inline bool remapIndex(TypeIndex &Idx, ArrayRef<TypeIndex> Map) { in remapIndex()
146 inline bool remapIndexSimple(TypeIndex &Idx, ArrayRef<TypeIndex> Map) const { in remapIndexSimple()
207 void TypeStreamMerger::addMapping(TypeIndex Idx) { in addMapping()
218 bool TypeStreamMerger::remapIndexFallback(TypeIndex &Idx, in remapIndexFallback()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp36 for (unsigned Idx = 0; Idx < 32; ++Idx) in readSparseBitVector() local
55 uint32_t Idx = 0; in writeSparseBitVector() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp202 Chain(MachineInstr *MI, unsigned Idx, Color C) in Chain()
211 void add(MachineInstr *MI, unsigned Idx, Color C) { in add()
232 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill()
341 unsigned Idx = 0; in runOnBasicBlock() local
600 MachineInstr *MI, unsigned Idx, std::map<unsigned, Chain *> &ActiveChains, in scanInstruction() argument
680 maybeKillChain(MachineOperand &MO, unsigned Idx, in maybeKillChain()
H A DAArch64CollectLOH.cpp490 int Idx = mapRegToGPRIndex(Reg); in handleRegMaskClobber() local
508 int Idx = mapRegToGPRIndex(MO.getReg()); in handleNormalInst() local
519 int Idx = mapRegToGPRIndex(MO.getReg()); in handleNormalInst() local
576 int Idx = mapRegToGPRIndex(Op0.getReg()); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h283 DIEInfo &getDIEInfo(unsigned Idx) { return DieInfoArray[Idx]; } in getDIEInfo()
287 const DIEInfo &getDIEInfo(unsigned Idx) const { return DieInfoArray[Idx]; } in getDIEInfo()
315 uint64_t getDieOutOffset(uint32_t Idx) { in getDieOutOffset()
322 TypeEntry *getDieTypeEntry(uint32_t Idx) { in getDieTypeEntry()
345 void rememberDieOutOffset(uint32_t Idx, uint64_t Offset) { in rememberDieOutOffset()
352 void setDieTypeEntry(uint32_t Idx, TypeEntry *Entry) { in setDieTypeEntry()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h321 size_t Idx = static_cast<size_t>(CorpusDistribution(Rand)); in ChooseUnitIdxToMutate() local
353 void DeleteInput(size_t Idx) { in DeleteInput()
364 void AddRareFeature(uint32_t Idx) { in AddRareFeature()
418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature()
447 void UpdateFeatureFrequency(InputInfo *II, size_t Idx) { in UpdateFeatureFrequency()
475 uint32_t GetFeature(size_t Idx) const { return InputSizesPerFeature[Idx]; } in GetFeature()
480 for (size_t Idx = 0; Idx < kFeatureSetSize; Idx++) in ValidateFeatureSet() local
H A DFuzzerMutate.cpp125 size_t Idx = Rand(Size - N + 1); in Mutate_EraseBytes() local
135 size_t Idx = Rand(Size + 1); in Mutate_InsertByte() local
150 size_t Idx = Rand(Size + 1); in Mutate_InsertRepeatedBytes() local
164 size_t Idx = Rand(Size); in Mutate_ChangeByte() local
172 size_t Idx = Rand(Size); in Mutate_ChangeBit() local
192 size_t Idx = UsePositionHint ? DE.GetPositionHint() : Rand(Size + 1); in ApplyDictionaryEntry() local
198 size_t Idx = in ApplyDictionaryEntry() local
393 size_t Idx = E + B - i - 1; in Mutate_ChangeASCIIInteger() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h408 const Segment *getSegmentContaining(SlotIndex Idx) const { in getSegmentContaining() argument
415 Segment *getSegmentContaining(SlotIndex Idx) { in getSegmentContaining() argument
421 VNInfo *getVNInfoAt(SlotIndex Idx) const { in getVNInfoAt() argument
429 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() argument
436 FindSegmentContaining(SlotIndex Idx) FindSegmentContaining() argument
441 FindSegmentContaining(SlotIndex Idx) FindSegmentContaining() argument
542 Query(SlotIndex Idx) Query() argument
630 auto Idx = R.begin(), EndIdx = R.end(); findIndexesLiveAt() local
[all...]

12345678910>>...24