HomeSort by relevance Sort by last modified time
    Searched refs:ResolveConstants (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.h 38 /// ResolveConstants - As we resolve forward-referenced constants, we add
46 ResolveConstantsTy ResolveConstants;
51 assert(ResolveConstants.empty() && "Constants not resolved?");
62 assert(ResolveConstants.empty() && "Constants not resolved?");
BitcodeReader.cpp 227 ResolveConstants.push_back(std::make_pair(PHC, Idx));
282 std::sort(ResolveConstants.begin(), ResolveConstants.end());
286 while (!ResolveConstants.empty()) {
287 Value *RealVal = operator[](ResolveConstants.back().second);
288 Constant *Placeholder = ResolveConstants.back().first;
289 ResolveConstants.pop_back();
318 // Otherwise, look up the placeholder in ResolveConstants.
320 std::lower_bound(ResolveConstants.begin(), ResolveConstants.end()
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
constant_resolver.py 10 def ResolveConstants(module, expression_to_text):
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 95 /// ResolveConstants - As we resolve forward-referenced constants, we add
103 ResolveConstantsTy ResolveConstants;
108 assert(ResolveConstants.empty() && "Constants not resolved?");
119 assert(ResolveConstants.empty() && "Constants not resolved?");
595 ResolveConstants.push_back(std::make_pair(PHC, Idx));
650 std::sort(ResolveConstants.begin(), ResolveConstants.end());
654 while (!ResolveConstants.empty()) {
655 Value *RealVal = operator[](ResolveConstants.back().second);
656 Constant *Placeholder = ResolveConstants.back().first
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 337 /// ResolveConstants - As we resolve forward-referenced constants, we add
345 ResolveConstantsTy ResolveConstants;
350 assert(ResolveConstants.empty() && "Constants not resolved?");
361 assert(ResolveConstants.empty() && "Constants not resolved?");
870 ResolveConstants.push_back(std::make_pair(PHC, Idx));
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 66 ResolveConstantsTy ResolveConstants;
71 assert(ResolveConstants.empty() && "Constants not resolved?");
80 assert(ResolveConstants.empty() && "Constants not resolved?");
    [all...]

Completed in 142 milliseconds