Searched refs:pushValueAndType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 335 bool pushValueAndType(const Value *V, unsigned InstID, 2213 bool DXILBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in DXILBitcodeWriter 2250 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2257 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2277 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction() 2282 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2289 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2290 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2297 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2299 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 386 bool pushValueAndType(const Value *V, unsigned InstID, 2777 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter 2799 pushValueAndType(Input, InstID, Record); in writeOperandBundles() 2832 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2839 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2853 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2871 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction() 2876 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2883 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2884 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() [all …]
|