Home
last modified time | relevance | path

Searched refs:supportsTailCall (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h242 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall() function
DARMISelLowering.cpp1228 if (!EnableARMTailCalls && !Subtarget->supportsTailCall()) in LowerCall()
/external/llvm/lib/Target/ARM/
DARMSubtarget.h571 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall() function
DARMISelLowering.cpp1596 if (!Subtarget->supportsTailCall() || Attr.getValueAsString() == "true") in LowerCall()
2099 assert(Subtarget->supportsTailCall()); in IsEligibleForTailCallOptimization()
2457 if (!Subtarget->supportsTailCall()) in mayBeEmittedAsTailCall()