OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BII
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp
273
for (const auto &
BII
: Blocks) {
275
<< printMBBReference(*
BII
.first) << ":\n"
276
<< " InNeeds = " << PrintState(
BII
.second.InNeeds)
277
<< ", Needs = " << PrintState(
BII
.second.Needs)
278
<< ", OutNeeds = " << PrintState(
BII
.second.OutNeeds) << "\n\n";
280
for (const MachineInstr &MI : *
BII
.first) {
1019
auto
BII
= Blocks.find(&MBB);
1020
if (
BII
== Blocks.end())
1023
const BlockInfo &BI =
BII
->second;
1220
auto
BII
= Blocks.find(&MBB)
[
all
...]
SIInsertWaitcnts.cpp
1638
for (auto
BII
= BlockInfos.begin(), BIE = BlockInfos.end();
BII
!= BIE;
1639
++
BII
) {
1640
BlockInfo &BI =
BII
->second;
1666
if (SuccBII <=
BII
)
1675
if (SuccBII <=
BII
)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp
1133
auto
BII
= BB.getFirstInstrTerminator();
1138
BII
!= BB.instr_end() &&
1139
(*
BII
).getOpcode() == PPC::BCC &&
1140
(*
BII
).getOperand(1).isReg()) {
1142
Register CndReg = (*
BII
).getOperand(1).getReg();
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
3111
MachineBasicBlock::const_instr_iterator
BII
) const {
3116
MachineBasicBlock::const_instr_iterator MII =
BII
;
Completed in 21 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026