Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1017 std::vector<std::pair<unsigned, const CGBitFieldInfo*> > BFIs; in print() local
1026 BFIs.push_back(std::make_pair(Index, &it->second)); in print()
1028 llvm::array_pod_sort(BFIs.begin(), BFIs.end()); in print()
1029 for (unsigned i = 0, e = BFIs.size(); i != e; ++i) { in print()
1031 BFIs[i].second->print(OS); in print()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbitfield-insert.ll510 ; BFIs that require the same number of instruction to materialize the constant
524 ; BFIs that require more instructions to materialize the constant as compared