Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ !
H A DPPCInstPrinter.cpp603 if ((!FullRegNamesWithPercent && !MAI.useFullRegisterNames()) || in showRegistersWithPercentPrefix()
624 if (!FullRegNames && !MAI.useFullRegisterNames()) in getVerboseConditionRegName()
644 return FullRegNamesWithPercent || FullRegNames || MAI.useFullRegisterNames(); in showRegistersWithPrefix()
/src/contrib/llvm-project/llvm/include/llvm/MC/ !
H A DMCAsmInfo.h703 bool useFullRegisterNames() const { return PPCUseFullRegisterNames; } in useFullRegisterNames() function