OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBDNZ
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
681
bool
isBDNZ
(unsigned Opcode) const;
PPCInstrInfo.cpp
5338
bool PPCInstrInfo::
isBDNZ
(unsigned Opcode) const {
5420
if (I != LoopBB->end() &&
isBDNZ
(I->getOpcode())) {
PPCISelLowering.cpp
15308
bool
isBDNZ
= (CC == ISD::SETEQ && Val) ||
15317
return DAG.getNode(
isBDNZ
? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other,
Completed in 44 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026