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

/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp969 /// PushValueAndType - The file has to encode both the value and type id for
977 static bool PushValueAndType(const Value *V, unsigned InstID, function
1001 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1008 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1026 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1030 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1038 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1039 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1047 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1049 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1027 /// PushValueAndType - The file has to encode both the value and type id for
1035 static bool PushValueAndType(const Value *V, unsigned InstID, function
1059 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1066 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1084 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1088 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1096 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1097 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1105 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1107 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1015 /// PushValueAndType - The file has to encode both the value and type id for
1023 static bool PushValueAndType(const Value *V, unsigned InstID, function
1047 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1054 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1072 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1076 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1084 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1085 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1093 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1095 PushValueAndType(
[all...]

Completed in 167 milliseconds