Searched refs:PushValueAndType (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp970 /// PushValueAndType - The file has to encode both the value and type id for
978 static bool PushValueAndType(const Value *V, unsigned InstID, function
1002 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1009 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1027 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1031 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1039 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1040 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1048 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1050 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1032 /// PushValueAndType - The file has to encode both the value and type id for
1040 static bool PushValueAndType(const Value *V, unsigned InstID, function
1064 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1071 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1089 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1093 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1101 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1102 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1110 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1112 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1016 /// PushValueAndType - The file has to encode both the value and type id for
1024 static bool PushValueAndType(const Value *V, unsigned InstID, function
1048 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1055 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1073 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1077 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1085 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1086 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1094 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1096 PushValueAndType(
[all...]

Completed in 72 milliseconds