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

  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h 36 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
AArch64RegisterInfo.cpp 43 AArch64RegisterInfo::getCallPreservedMask(CallingConv::ID) const {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 48 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
MipsRegisterInfo.cpp 91 MipsRegisterInfo::getCallPreservedMask(CallingConv::ID) const {
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 46 const uint32_t *getCallPreservedMask(CallingConv::ID CC) const;
PPCRegisterInfo.cpp 94 PPCRegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 102 const uint32_t *getCallPreservedMask(CallingConv::ID) const;
X86RegisterInfo.cpp 277 X86RegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
328 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 72 ARMBaseRegisterInfo::getCallPreservedMask(CallingConv::ID) const {
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 399 /// getCallPreservedMask - Return a mask of call-preserved registers for the
417 virtual const uint32_t *getCallPreservedMask(CallingConv::ID) const {
    [all...]

Completed in 192 milliseconds