Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h154 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump() function
DARMConstantIslandPass.cpp456 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction()
/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h157 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump() function
DARMConstantIslandPass.cpp511 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMachineFunctionInfo.h134 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump() function
DARMConstantIslandPass.cpp368 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction()