Searched refs:InstID (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
H A 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, 2247 /// type ID. The value ID that is written is encoded relative to the InstID. 2248 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, argument 2251 // Make encoding relative to the InstID. 2252 Vals.push_back(InstID - ValID); 2253 if (ValID >= InstID) { 2260 writeOperandBundles(ImmutableCallSite CS, unsigned InstID) argument 2279 pushValue(const Value *V, unsigned InstID, SmallVectorImpl<unsigned> &Vals) argument 2285 pushValueSigned(const Value *V, unsigned InstID, SmallVectorImpl<uint64_t> &Vals) argument 2293 writeInstruction(const Instruction &I, unsigned InstID, SmallVectorImpl<unsigned> &Vals) argument 2896 unsigned InstID = CstEnd; local [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 982 static bool PushValueAndType(const Value *V, unsigned InstID, argument 987 if (ValID >= InstID) { 995 static void WriteInstruction(const Instruction &I, unsigned InstID, argument 1005 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) 1012 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) 1030 PushValueAndType(I.getOperand(i), InstID, Vals, VE); 1034 PushValueAndType(I.getOperand(0), InstID, Vals, VE); 1042 PushValueAndType(I.getOperand(0), InstID, Vals, VE); 1043 PushValueAndType(I.getOperand(1), InstID, Vals, VE); 1051 PushValueAndType(I.getOperand(1), InstID, Val 1366 unsigned InstID = CstEnd; local [all...] |
Completed in 117 milliseconds