Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h155 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump() function
DARMFrameLowering.cpp2023 AFI->setLRIsSpilledForFarJump(true); in determineCalleeSaves()
/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h158 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump() function
DARMFrameLowering.cpp1737 AFI->setLRIsSpilledForFarJump(true); in determineCalleeSaves()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMachineFunctionInfo.h135 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump() function
DARMFrameLowering.cpp1095 AFI->setLRIsSpilledForFarJump(true); in processFunctionBeforeCalleeSavedScan()