/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.h | 28 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | SparcRegisterInfo.cpp | 45 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SparcRegisterInfo
|
D | SparcISelLowering.cpp | 977 : TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv)); in LowerCall_32() 1326 : TRI->getCallPreservedMask(DAG.getMachineFunction(), in LowerCall_64() 2076 const uint32_t *Mask = Subtarget->getRegisterInfo()->getCallPreservedMask( in LowerGlobalTLSAddress()
|
/external/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.h | 32 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | AVRRegisterInfo.cpp | 45 AVRRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in llvm::AVRRegisterInfo
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiRegisterInfo.h | 30 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | LanaiRegisterInfo.cpp | 283 LanaiRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in LanaiRegisterInfo
|
D | LanaiISelLowering.cpp | 729 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv); in LowerCCCCallTo()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 56 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | SystemZRegisterInfo.cpp | 35 SystemZRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SystemZRegisterInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.h | 50 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | MipsRegisterInfo.cpp | 128 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in MipsRegisterInfo
|
D | MipsFastISel.cpp | 1331 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in fastLowerCall()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 104 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | X86RegisterInfo.cpp | 341 X86RegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in X86RegisterInfo 456 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 40 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | AArch64RegisterInfo.cpp | 74 AArch64RegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in AArch64RegisterInfo
|
/external/llvm/lib/CodeGen/ |
D | RegUsageInfoCollector.cpp | 123 TRI->getCallPreservedMask(MF, F->getCallingConv()); in runOnMachineFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 103 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | ARMBaseRegisterInfo.cpp | 111 ARMBaseRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in ARMBaseRegisterInfo
|
D | ARMFastISel.cpp | 2266 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in ARMEmitLibcall() 2411 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); in SelectCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 79 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
D | PPCRegisterInfo.cpp | 160 PPCRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in PPCRegisterInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 467 virtual const uint32_t *getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function
|
D | TargetCallingConv.td | 178 /// returning from getCallPreservedMask().
|