Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h678 void setIndex(int Idx) { in setIndex() function
825 Op.setIndex(Idx); in CreateFI()
831 Op.setIndex(Idx);
839 Op.setIndex(Idx);
846 Op.setIndex(Idx);
H A DSlotIndexes.h59 void setIndex(unsigned index) { in setIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp132 ELFSymbol->setIndex(SectionIndex); in HexagonMCEmitCommonSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h311 void setIndex(uint32_t Value) const { in setIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSlotIndexes.cpp168 curItr->setIndex(index += Space); in renumberIndexes()
H A DStackSlotColoring.cpp409 MO.setIndex(NewFI); in RewriteInstruction()
H A DMachineOperand.cpp221 setIndex(Idx); in ChangeToFrameIndex()
233 setIndex(Idx); in ChangeToTargetIndex()
H A DStackColoring.cpp1071 MO.setIndex(ToSlot); in remapInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h111 void setIndex(uint32_t I) { Index = I; } in setIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp93 void setIndex(int Value) { in setIndex() function in __anon9a7db13a0111::COFFSymbol
96 MC->setIndex(static_cast<uint32_t>(Value)); in setIndex()
1036 Symbol->setIndex(Header.NumberOfSymbols++); in writeObject()
H A DELFObjectWriter.cpp738 MSD.Symbol->setIndex(Index++); in computeSymbolTable()
753 MSD.Symbol->setIndex(Index++); in computeSymbolTable()
H A DWasmObjectWriter.cpp1715 WS.setIndex(InvalidIndex); in writeOneObject()
1751 WS.setIndex(SymbolInfos.size()); in writeOneObject()
H A DMachObjectWriter.cpp624 Entry.Symbol->setIndex(Index++); in computeSymbolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1071 UserMI->getOperand(j).setIndex(CPEs[i].CPI); in findInRangeCPEntry()
1127 UserMI->getOperand(j).setIndex(CPEs[i].CPI); in findLongFormInRangeCPEntry()
1397 UserMI->getOperand(i).setIndex(ID); in handleConstantPoolUser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp143 TypeInd.setIndex(I); in mapInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp719 SymbolELF->setIndex(ELF::SHN_AMDGPU_LDS); in emitAMDGPULDS()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex() function
714 li->setIndex(info, elementTypes.size(), blockSize); in computeBlockInfo()
767 li->setIndex(info, elementTypes.size(), blockSize); in computeBlockInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1205 UserMI->getOperand(j).setIndex(CPEs[i].CPI); in findInRangeCPEntry()
1587 UserMI->getOperand(i).setIndex(ID); in handleConstantPoolUser()
H A DARMBaseInstrInfo.cpp1818 I->getOperand(1).setIndex(CPI); in duplicate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp185 S.setIndex(I); in input()