Home
last modified time | relevance | path

Searched refs:isLRStoreRequired (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h111 bool isLRStoreRequired() const { return LRStoreRequired; } in isLRStoreRequired() function
DPPCFrameLowering.cpp729 return RI !=MF.getRegInfo().def_end() || MFI->isLRStoreRequired(); in MustSaveLR()
/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h174 bool isLRStoreRequired() const { return LRStoreRequired; } in isLRStoreRequired() function
DPPCFrameLowering.cpp417 return RI !=MF.getRegInfo().def_end() || MFI->isLRStoreRequired(); in MustSaveLR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h174 bool isLRStoreRequired() const { return LRStoreRequired; } in isLRStoreRequired() function
DPPCFrameLowering.cpp435 return RI !=MF.getRegInfo().def_end() || MFI->isLRStoreRequired(); in MustSaveLR()