Home
last modified time | relevance | path

Searched refs:writeOperandBundles (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2557 void writeOperandBundles(const CallBase *Call);
2716 void AssemblyWriter::writeOperandBundles(const CallBase *Call) { in writeOperandBundles() function in AssemblyWriter
4153 writeOperandBundles(CI); in printInstruction()
4191 writeOperandBundles(II); in printInstruction()
4231 writeOperandBundles(CBI); in printInstruction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp387 void writeOperandBundles(const CallBase &CB, unsigned InstID);
2741 void ModuleBitcodeWriter::writeOperandBundles(const CallBase &CS, in writeOperandBundles() function in ModuleBitcodeWriter
2936 writeOperandBundles(*II, InstID); in writeInstruction()
3011 writeOperandBundles(*CBI, InstID); in writeInstruction()
3176 writeOperandBundles(CI, InstID); in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp329 void writeOperandBundles(const CallBase &CB, unsigned InstID);