HomeSort by relevance Sort by last modified time
    Searched defs:ValueID (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.cpp 273 unsigned &ValueID = ValueMap[V];
274 if (ValueID) {
276 Values[ValueID-1].second++;
304 // Finally, add the value. Doing this could make the ValueID reference be
314 ValueID = Values.size();
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 311 unsigned &ValueID = ValueMap[V];
312 if (ValueID) {
314 Values[ValueID-1].second++;
338 // Finally, add the value. Doing this could make the ValueID reference be
358 ValueID = Values.size();
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 311 unsigned &ValueID = ValueMap[V];
312 if (ValueID) {
314 Values[ValueID-1].second++;
338 // Finally, add the value. Doing this could make the ValueID reference be
358 ValueID = Values.size();
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 311 unsigned &ValueID = ValueMap[V];
312 if (ValueID) {
314 Values[ValueID-1].second++;
338 // Finally, add the value. Doing this could make the ValueID reference be
358 ValueID = Values.size();
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 778 unsigned &ValueID = ValueMap[V];
779 if (ValueID) {
781 Values[ValueID-1].second++;
809 // Finally, add the value. Doing this could make the ValueID reference be
819 ValueID = Values.size();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 496 // Map to save ValueId to GUID association that was recorded in the
499 // callees by their ValueId to using the GUID instead, which is how
546 getGUIDFromValueId(unsigned ValueId);
    [all...]

Completed in 78 milliseconds