Home
last modified time | relevance | path

Searched refs:isDefUse (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp315 bool isDefUse, InstType &AmbiguousTy) { in visitAdjacentInstrs() argument
319 if (isDefUse ? isFloatingPointOpcodeUse(AdjMI->getOpcode()) in visitAdjacentInstrs()
328 setTypesAccordingToPhysicalRegister(MI, AdjMI, isDefUse ? 0 : 1); in visitAdjacentInstrs()
334 if ((!isDefUse && AdjMI->getOpcode() == TargetOpcode::G_UNMERGE_VALUES) || in visitAdjacentInstrs()
335 (isDefUse && AdjMI->getOpcode() == TargetOpcode::G_MERGE_VALUES) || in visitAdjacentInstrs()
H A DMipsRegisterBankInfo.h168 bool isDefUse, InstType &AmbiguousTy);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp397 if (!Edge.isDefUse()) in simplify()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h250 bool isDefUse() const { return Kind == EdgeKind::RegisterDefUse; } in isDefUse() function