Home
last modified time | relevance | path

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

12345678910>>...24

/openbsd/gnu/llvm/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()
259 CSKYMCCodeEmitter::getRegSeqImmOpValue(const MCInst &MI, unsigned Idx, in getRegSeqImmOpValue()
288 unsigned CSKYMCCodeEmitter::getImmJMPIX(const MCInst &MI, unsigned Idx, in getImmJMPIX()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DPackedVector.h31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
85 const unsigned Idx; variable
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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp100 #define CHECK_PARTIALMAP(Idx, ValStartIdx, ValLength, RB) \ in AArch64RegisterBankInfo() argument
467 for (unsigned Idx = 1; Idx != NumOperands; ++Idx) { in getSameKindOfOperandsMapping() local
678 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) { in getInstrMapping() local
844 for (unsigned Idx = 2; Idx < 4; ++Idx) { in getInstrMapping() local
872 for (unsigned Idx = 0, NumOperands = MI.getNumOperands(); in getInstrMapping() local
905 auto Idx = MRI.getRegClassOrNull(Src) == &AArch64::XSeqPairsClassRegClass in getInstrMapping() local
940 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) in getInstrMapping() local
972 unsigned Idx = 0; in getInstrMapping() local
992 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) { in getInstrMapping() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp107 unsigned Idx) { in adjustForEndian()
183 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedLoad() local
203 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedLoad() local
319 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedStore() local
338 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedStore() local
437 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedGather() local
459 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedGather() local
567 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedScatter() local
587 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedScatter() local
692 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedExpandLoad() local
[all …]
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp26 unsigned Idx = NativePointers.size(); in getOrCreateNativePointer() local
32 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer()
99 Pointer Program::getPtrGlobal(unsigned Idx) { in getPtrGlobal()
130 if (auto Idx = getGlobal(VD)) in getOrCreateGlobal() local
133 if (auto Idx = createGlobal(VD, Init)) { in getOrCreateGlobal() local
152 if (auto Idx = createGlobal(PD, Ty, /*isStatic=*/true, /*isExtern=*/true)) { in getOrCreateDummy() local
170 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern, Init)) { in createGlobal() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp41 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in runOnModule()
91 for (unsigned Idx : MissingLines.set_bits()) { in runOnModule() local
96 for (unsigned Idx : MissingVars.set_bits()) { in runOnModule() local
H A DSplitKit.cpp463 SlotIndex Idx, in defValue()
646 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
670 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
1329 SlotIndex Idx = LIS.getInstructionIndex(*MI); in rewriteAssigned() local
1645 SlotIndex Idx = leaveIntvAtTop(*MBB); in splitLiveThroughBlock() local
1659 SlotIndex Idx = enterIntvAtEnd(*MBB); in splitLiveThroughBlock() local
1689 SlotIndex Idx; in splitLiveThroughBlock() local
1712 SlotIndex Idx = enterIntvAfter(EnterAfter); in splitLiveThroughBlock() local
1765 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); in splitRegInBlock() local
1771 SlotIndex Idx = leaveIntvBefore(LSP); in splitRegInBlock() local
[all …]
H A DInlineSpiller.cpp396 SlotIndex Idx = LIS.getInstructionIndex(CopyMI); in hoistSpillInsideBB() local
481 SlotIndex Idx = LIS.getInstructionIndex(MI); in eliminateRedundantSpills() local
572 for (unsigned Idx = StatepointOpers(&MI).getVarIdx(), in canGuaranteeAssignmentAfterRemat() local
797 SlotIndex Idx = LIS.getInstructionIndex(*I).getRegSlot(); in dumpMachineInstrRangeWithSlotIndex() local
851 unsigned Idx = OpPair.second; in foldMemoryOperand() local
885 for (unsigned Idx : FoldOps) { in foldMemoryOperand() local
1007 SlotIndex Idx, in insertReload()
1108 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot(); in spillAroundUses() local
1258 SlotIndex Idx = LIS.getInstructionIndex(Spill); in addToMergeableSpills() local
1271 SlotIndex Idx = LIS.getInstructionIndex(Spill); in rmFromMergeableSpills() local
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp32 static bool bundleHasArgument(const CallBase::BundleOpInfo &BOI, unsigned Idx) { in bundleHasArgument()
38 unsigned Idx) { in getValueFromBundleOpInfo()
105 auto GetArgOr1 = [&](unsigned Idx) -> uint64_t { in getKnowledgeFromBundle()
120 unsigned Idx) { in getKnowledgeFromOperandInAssume()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.cpp26 Error BitcodeReaderValueList::assignValue(unsigned Idx, Value *V, in assignValue()
55 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty, in getValueFwdRef()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp50 for (unsigned Idx = 0; Idx < 4; ++Idx) in tryToreplicateChunks() local
124 static uint64_t updateImm(uint64_t Imm, unsigned Idx, bool Clear) { in updateImm()
158 for (int Idx = 0; Idx < 4; ++Idx) { in trySequenceOfOnes() local
192 for (int Idx = 0; Idx < 4; ++Idx) { in trySequenceOfOnes() local
H A DAArch64A57FPLoadBalancing.cpp203 Chain(MachineInstr *MI, unsigned Idx, Color C) in Chain()
212 void add(MachineInstr *MI, unsigned Idx, Color C) { in add()
233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill()
342 unsigned Idx = 0; in runOnBasicBlock() local
601 MachineInstr *MI, unsigned Idx, std::map<unsigned, Chain *> &ActiveChains, in scanInstruction() argument
681 maybeKillChain(MachineOperand &MO, unsigned Idx, in maybeKillChain()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h408 const Segment *getSegmentContaining(SlotIndex Idx) const { in getSegmentContaining()
415 Segment *getSegmentContaining(SlotIndex Idx) { in getSegmentContaining()
421 VNInfo *getVNInfoAt(SlotIndex Idx) const { in getVNInfoAt()
429 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore()
436 iterator FindSegmentContaining(SlotIndex Idx) { in FindSegmentContaining()
441 const_iterator FindSegmentContaining(SlotIndex Idx) const { in FindSegmentContaining()
541 LiveQueryResult Query(SlotIndex Idx) const { in Query()
629 auto Idx = R.begin(), EndIdx = R.end(); in findIndexesLiveAt() local
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
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
H A DFuzzerCorpus.h320 size_t Idx = static_cast<size_t>(CorpusDistribution(Rand)); in ChooseUnitIdxToMutate() local
352 void DeleteInput(size_t Idx) { in DeleteInput()
363 void AddRareFeature(uint32_t Idx) { in AddRareFeature()
415 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature()
444 void UpdateFeatureFrequency(InputInfo *II, size_t Idx) { in UpdateFeatureFrequency()
474 uint32_t GetFeature(size_t Idx) const { return InputSizesPerFeature[Idx]; } in GetFeature()
479 for (size_t Idx = 0; Idx < kFeatureSetSize; Idx++) in ValidateFeatureSet() local
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/
H A Dattributes.c28 int Idx, ParamCount; in llvm_test_function_attributes() local
62 int Idx, ParamCount; in llvm_test_callsite_attributes() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h46 unsigned Idx; variable
51 GIMatchDagOperand(unsigned Idx, StringRef Name, bool IsDef) in GIMatchDagOperand()
H A DGIMatchTree.h322 const GIMatchDagInstr *getInstr(unsigned Idx) const { in getInstr()
325 const GIMatchDagEdge *getEdge(unsigned Idx) const { in getEdge()
328 GIMatchDagEdge *getEdge(unsigned Idx) { in getEdge()
331 const GIMatchDagPredicate *getPredicate(unsigned Idx) const { in getPredicate()
500 BitVector getPossibleLeavesForPartition(unsigned Idx) { in getPossibleLeavesForPartition()
608 void emitPartitionName(raw_ostream &OS, unsigned Idx) const override { in emitPartitionName()

12345678910>>...24