Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2287 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2294 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2295 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2302 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2304 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2308 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2309 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2313 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2315 pushValueAndType(I.getOperand(2), InstID, Vals); in writeInstruction()
2319 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
[all …]
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2751 pushValueAndType(Input, InstID, Record); in writeOperandBundles()
2828 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2835 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2836 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2843 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2845 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2853 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2854 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2858 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2945 pushValueAndType(Callee, InstID, Vals); in writeInstruction()
[all …]