Searched refs:pushValueAndType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2281 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2288 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2289 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2296 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2298 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2302 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2303 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2307 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2309 pushValueAndType(I.getOperand(2), InstID, Vals); in writeInstruction() 2313 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2842 pushValueAndType(Input, InstID, Record); in writeOperandBundles() 2925 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2932 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2933 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2940 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2942 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2950 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2951 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2955 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 3042 pushValueAndType(Callee, InstID, Vals); in writeInstruction() [all …]
|