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

/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1039 /// PushValueAndType - The file has to encode both the value and type id for
1047 static bool PushValueAndType(const Value *V, unsigned InstID, function
1071 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1078 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1096 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1100 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1108 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1109 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1117 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1119 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1080 /// PushValueAndType - The file has to encode both the value and type id for
1088 static bool PushValueAndType(const Value *V, unsigned InstID, function
1112 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1119 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1137 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1141 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1149 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1150 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1158 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1160 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1040 /// PushValueAndType - The file has to encode both the value and type id for
1048 static bool PushValueAndType(const Value *V, unsigned InstID, function
1072 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1079 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1097 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1101 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1109 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1110 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1118 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1120 PushValueAndType(
[all...]

Completed in 56 milliseconds