Searched refs:getCallPreservedMask (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h28 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DSparcRegisterInfo.cpp45 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:SparcRegisterInfo
H A DSparcISelLowering.cpp979 : TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv));
1289 : TRI->getCallPreservedMask(DAG.getMachineFunction(),
2012 const uint32_t *Mask = Subtarget->getRegisterInfo()->getCallPreservedMask(
/external/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h47 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DSystemZRegisterInfo.cpp31 SystemZRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:SystemZRegisterInfo
H A DSystemZISelLowering.cpp1129 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CallConv);
2482 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallingConv::C);
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h45 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DMipsRegisterInfo.cpp116 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:MipsRegisterInfo
H A DMipsFastISel.cpp1318 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
H A DMipsISelLowering.cpp2552 TRI->getCallPreservedMask(CLI.DAG.getMachineFunction(), CLI.CallConv);
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h40 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DAArch64RegisterInfo.cpp68 AArch64RegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:AArch64RegisterInfo
93 // getCallPreservedMask but that additionally preserves the register used for
H A DAArch64FastISel.cpp3143 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
H A DAArch64ISelLowering.cpp3178 Mask = TRI->getCallPreservedMask(MF, CallConv);
3181 Mask = TRI->getCallPreservedMask(MF, CallConv);
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.h102 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DX86RegisterInfo.cpp310 X86RegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:X86RegisterInfo
417 const uint32_t *RegMask = getCallPreservedMask(MF, CC);
H A DX86FastISel.cpp3143 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h95 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DARMBaseRegisterInfo.cpp94 ARMBaseRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:ARMBaseRegisterInfo
113 // getCallPreservedMask but that additionally preserves the register used for
H A DARMFastISel.cpp2266 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
2417 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h78 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DPPCRegisterInfo.cpp132 PPCRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:PPCRegisterInfo
H A DPPCFastISel.cpp1575 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h452 virtual const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp821 TRI.getCallPreservedMask(*FuncInfo.MF, CC)));

Completed in 449 milliseconds

12