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.cpp1071 /// PushValueAndType - The file has to encode both the value and type id for
1079 static bool PushValueAndType(const Value *V, unsigned InstID, function
1103 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1110 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1128 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1132 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1140 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1141 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1149 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1151 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1041 /// PushValueAndType - The file has to encode both the value and type id for
1049 static bool PushValueAndType(const Value *V, unsigned InstID, function
1073 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1080 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1098 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1102 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1110 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1111 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1119 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1121 PushValueAndType(
[all...]

Completed in 1968 milliseconds