Searched refs:useIndirectThunkCalls (Results 1 – 6 of 6) sorted by relevance
218 bool useIndirectThunkCalls() const { in useIndirectThunkCalls() function
249 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;250 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
820 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()1082 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
1192 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()3492 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
3277 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
1351 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()