Home
last modified time | relevance | path

Searched refs:setIndex (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp36 void setResourceData(DescriptorSetIndex setIndex, BindingIndex bindIndex, in setResourceData() argument
39 vulkanRuntime.setResourceData(setIndex, bindIndex, memBuffer); in setResourceData()
83 void bindMemRef(void *vkRuntimeManager, DescriptorSetIndex setIndex, in bindMemRef() argument
90 ->setResourceData(setIndex, bindIndex, memBuffer); in bindMemRef()
130 void *vkRuntimeManager, DescriptorSetIndex setIndex, \
132 bindMemRef<type, size>(vkRuntimeManager, setIndex, bindIndex, ptr); \
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp125 Cg.nodeIdToFunc(FuncId)->setIndex(Index++); in reorder()
135 BF.setIndex(Index++); in reorder()
317 BF->setIndex(Index++); in runOnFunctions()
374 BF->setIndex(Index++); in runOnFunctions()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp148 result.index.setIndex(repr.index); in asTypeSym()
157 result.index.setIndex(repr.index); in asFieldListMember()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h687 void setIndex(int Idx) { in setIndex() function
834 Op.setIndex(Idx); in CreateFI()
840 Op.setIndex(Idx);
848 Op.setIndex(Idx);
855 Op.setIndex(Idx);
H A DSlotIndexes.h58 void setIndex(unsigned index) { in setIndex() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSarif.h86 SarifArtifactLocation setIndex(uint32_t Idx) { in setIndex() function
267 SarifResult setIndex(uint32_t Idx) { in setIndex() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp133 ELFSymbol->setIndex(SectionIndex); in HexagonMCEmitCommonSymbol()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbol.h314 void setIndex(uint32_t Value) const { in setIndex() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSlotIndexes.cpp168 curItr->setIndex(index += Space); in renumberIndexes()
H A DStackSlotColoring.cpp404 MO.setIndex(NewFI); in RewriteInstruction()
H A DMachineOperand.cpp219 setIndex(Idx); in ChangeToFrameIndex()
231 setIndex(Idx); in ChangeToTargetIndex()
H A DStackColoring.cpp1071 MO.setIndex(ToSlot); in remapInstructions()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h112 void setIndex(uint32_t I) { Index = I; } in setIndex() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp55 Op.setIndex(Idx); in processWaitCnt()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp207 SarifArtifactLocation::create(FileURI).setIndex(Idx); in createPhysicalLocation()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp94 void setIndex(int Value) { in setIndex() function in __anon93f2c7df0111::COFFSymbol
97 MC->setIndex(static_cast<uint32_t>(Value)); in setIndex()
1032 Symbol->setIndex(Header.NumberOfSymbols++); in writeObject()
H A DELFObjectWriter.cpp748 MSD.Symbol->setIndex(Index++); in computeSymbolTable()
763 MSD.Symbol->setIndex(Index++); in computeSymbolTable()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1071 MO.setIndex(CPE.CPI); in findInRangeCPEntry()
1127 MO.setIndex(CPE.CPI); in findLongFormInRangeCPEntry()
1397 MO.setIndex(ID); in handleConstantPoolUser()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp145 TypeInd.setIndex(I); in mapInteger()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h710 BB->setIndex(BasicBlocks.size() - 1); in addBasicBlockAt()
1060 void setIndex(uint32_t Idx) { in setIndex() function
1494 BB->setIndex(BasicBlocks.size() - 1);
H A DBinarySection.h418 void setIndex(uint32_t I) { Index = I; } in setIndex() function
H A DBinaryBasicBlock.h956 void setIndex(unsigned I) { Index = I; } in setIndex() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp880 UserMI->getOperand(J).setIndex(CPEs[I].CPI); in findInRangeCPEntry()
1159 UserMI->getOperand(I).setIndex(ID); in handleConstantPoolUser()
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h94 void setIndex(const unsigned Idx) { Index = Idx; } in setIndex() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp345 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex() function
719 li->setIndex(info, elementTypes.size(), blockSize); in computeBlockInfo()
773 li->setIndex(info, elementTypes.size(), blockSize); in computeBlockInfo()

12