HomeSort by: relevance | last modified time | path
    Searched defs:PPCFunctionInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 22 void PPCFunctionInfo::anchor() {}
23 PPCFunctionInfo::PPCFunctionInfo(const MachineFunction &MF)
26 MCSymbol *PPCFunctionInfo::getPICOffsetSymbol(MachineFunction &MF) const {
33 MCSymbol *PPCFunctionInfo::getGlobalEPSymbol(MachineFunction &MF) const {
40 MCSymbol *PPCFunctionInfo::getLocalEPSymbol(MachineFunction &MF) const {
47 MCSymbol *PPCFunctionInfo::getTOCOffsetSymbol(MachineFunction &MF) const {
54 bool PPCFunctionInfo::isLiveInSExt(Register VReg) const {
61 bool PPCFunctionInfo::isLiveInZExt(Register VReg) const {
68 void PPCFunctionInfo::appendParameterType(ParamType Type)
    [all...]
PPCMachineFunctionInfo.h 22 /// PPCFunctionInfo - This class is derived from MachineFunction private
24 class PPCFunctionInfo : public MachineFunctionInfo {
153 explicit PPCFunctionInfo(const MachineFunction &MF);

Completed in 31 milliseconds