HomeSort by relevance Sort by last modified time
    Searched refs:getCallPreservedMask (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 46 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
MipsRegisterInfo.cpp 69 MipsRegisterInfo::getCallPreservedMask(CallingConv::ID) const {
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 46 const unsigned *getCallPreservedMask(CallingConv::ID CC) const;
PPCRegisterInfo.cpp 118 PPCRegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 106 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
X86RegisterInfo.cpp 270 X86RegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
304 const uint32_t* RegMask = getCallPreservedMask(CC);
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 98 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
ARMBaseRegisterInfo.cpp 82 ARMBaseRegisterInfo::getCallPreservedMask(CallingConv::ID) const {
    [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 383 /// getCallPreservedMask - Return a mask of call-preserved registers for the
401 virtual const uint32_t *getCallPreservedMask(CallingConv::ID) const {
    [all...]

Completed in 590 milliseconds