Home
last modified time | relevance | path

Searched refs:BFIs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp824 std::vector<std::pair<unsigned, const CGBitFieldInfo*> > BFIs; in print() local
833 BFIs.push_back(std::make_pair(Index, &it->second)); in print()
835 llvm::array_pod_sort(BFIs.begin(), BFIs.end()); in print()
836 for (unsigned i = 0, e = BFIs.size(); i != e; ++i) { in print()
838 BFIs[i].second->print(OS); in print()
/external/llvm/test/CodeGen/AArch64/
Dbitreverse.ll18 ; Unfortunately some of the shift-and-inserts become BFIs, and some do not :(
Dbitfield-insert.ll440 ; BFIs that require the same number of instruction to materialize the constant
452 ; BFIs that require more instructions to materialize the constant as compared