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 71 MipsRegisterInfo::getCallPreservedMask(CallingConv::ID) const
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 45 const unsigned *getCallPreservedMask(CallingConv::ID CC) const;
PPCRegisterInfo.cpp 111 PPCRegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 99 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
X86RegisterInfo.cpp 255 X86RegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 98 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
ARMBaseRegisterInfo.cpp 69 ARMBaseRegisterInfo::getCallPreservedMask(CallingConv::ID) const {
    [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 364 /// getCallPreservedMask - Return a mask of call-preserved registers for the
382 virtual const uint32_t *getCallPreservedMask(CallingConv::ID) const {

Completed in 483 milliseconds