Home
last modified time | relevance | path

Searched refs:getCallPreservedMask (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.h28 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DSparcRegisterInfo.cpp45 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SparcRegisterInfo
DSparcISelLowering.cpp922 : TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv)); in LowerCall_32()
1234 : TRI->getCallPreservedMask(DAG.getMachineFunction(), in LowerCall_64()
1910 const uint32_t *Mask = Subtarget->getRegisterInfo()->getCallPreservedMask( in LowerGlobalTLSAddress()
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h47 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DSystemZRegisterInfo.cpp31 SystemZRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SystemZRegisterInfo
DSystemZISelLowering.cpp942 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CallConv); in LowerCall()
1984 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallingConv::C); in lowerTLSGetOffset()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.h45 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DMipsRegisterInfo.cpp105 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in MipsRegisterInfo
DMipsFastISel.cpp1170 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in fastLowerCall()
DMipsISelLowering.cpp2505 TRI->getCallPreservedMask(CLI.DAG.getMachineFunction(), CLI.CallConv); in getOpndList()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h95 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DX86RegisterInfo.cpp284 X86RegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in X86RegisterInfo
368 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs()
DX86FastISel.cpp3108 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in fastLowerCall()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h38 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DAArch64RegisterInfo.cpp58 AArch64RegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in AArch64RegisterInfo
DAArch64ISelLowering.cpp2854 Mask = TRI->getCallPreservedMask(MF, CallConv); in LowerCall()
2857 Mask = TRI->getCallPreservedMask(MF, CallConv); in LowerCall()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h95 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DARMBaseRegisterInfo.cpp94 ARMBaseRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in ARMBaseRegisterInfo
DARMFastISel.cpp2268 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in ARMEmitLibcall()
2419 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in SelectCall()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h78 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
DPPCRegisterInfo.cpp132 PPCRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in PPCRegisterInfo
DPPCFastISel.cpp1552 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in fastLowerCall()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h453 virtual const uint32_t *getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function
DTargetCallingConv.td168 /// returning from getCallPreservedMask().
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp806 TRI.getCallPreservedMask(*FuncInfo.MF, CC))); in selectPatchpoint()

12