Searched refs:InstID (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 234 bool pushValueAndType(const Value *V, unsigned InstID, 236 void writeOperandBundles(ImmutableCallSite CS, unsigned InstID); 237 void pushValue(const Value *V, unsigned InstID, 239 void pushValueSigned(const Value *V, unsigned InstID, 241 void writeInstruction(const Instruction &I, unsigned InstID, 2248 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() argument 2252 Vals.push_back(InstID - ValID); in pushValueAndType() 2253 if (ValID >= InstID) { in pushValueAndType() 2261 unsigned InstID) { in writeOperandBundles() argument 2270 pushValueAndType(Input, InstID, Record); in writeOperandBundles() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 982 static bool PushValueAndType(const Value *V, unsigned InstID, in PushValueAndType() argument 987 if (ValID >= InstID) { in PushValueAndType() 995 static void WriteInstruction(const Instruction &I, unsigned InstID, in WriteInstruction() argument 1005 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) in WriteInstruction() 1012 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) in WriteInstruction() 1030 PushValueAndType(I.getOperand(i), InstID, Vals, VE); in WriteInstruction() 1034 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction() 1042 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction() 1043 PushValueAndType(I.getOperand(1), InstID, Vals, VE); in WriteInstruction() 1051 PushValueAndType(I.getOperand(1), InstID, Vals, VE); in WriteInstruction() [all …]
|