Searched refs:pushValueAndType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2529 pushValueAndType(Input, InstID, Record); in writeOperandBundles() 2606 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2613 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2614 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2621 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2623 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2627 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2628 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2632 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2634 pushValueAndType(I.getOperand(2), InstID, Vals); in writeInstruction() [all …]
|