Searched refs:useIndirectThunkCalls (Results 1 – 6 of 6) sorted by relevance
218 bool useIndirectThunkCalls() const { in useIndirectThunkCalls() function
237 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;238 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
823 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()1087 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
1131 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()3428 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
3241 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
1307 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()