Home
last modified time | relevance | path

Searched refs:writeInstruction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp334 void writeInstruction(const Instruction &I, unsigned InstID,
2246 void DXILBitcodeWriter::writeInstruction(const Instruction &I, unsigned InstID, in writeInstruction() function in DXILBitcodeWriter
2695 writeInstruction(*I, InstID, Vals); in writeFunction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp392 void writeInstruction(const Instruction &I, unsigned InstID,
2774 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter
3388 writeInstruction(I, InstID, Vals); in writeFunction()