/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | PerThreadBumpPtrAllocator.h | 71 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 D | ArrayRecycler.h | 43 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 D | CSKYMCCodeEmitter.h | 50 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 D | CSKYMCCodeEmitter.cpp | 30 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 D | PackedVector.h | 31 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 D | SparseMultiSet.h | 166 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 D | SmallBitVector.h | 72 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 D | ImmutableGraph.h | 119 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 D | MachineCheckDebugify.cpp | 42 __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 D | SplitKit.cpp | 474 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 D | InlineSpiller.cpp | 435 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 D | DeadArgumentElimination.h | 46 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 D | ScalarizeMaskedMemIntrin.cpp | 107 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 D | AArch64RegisterBankInfo.cpp | 103 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 D | ValueList.cpp | 25 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 D | Program.cpp | 33 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 D | AssumeBundleQueries.cpp | 32 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 D | TypeStreamMerger.cpp | 24 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 D | HashTable.cpp | 36 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 D | AArch64A57FPLoadBalancing.cpp | 202 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 D | AArch64CollectLOH.cpp | 490 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 D | DWARFLinkerCompileUnit.h | 283 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 D | FuzzerCorpus.h | 321 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 D | FuzzerMutate.cpp | 125 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 D | LiveInterval.h | 408 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...] |