Searched refs:useIndirectThunkCalls (Results 1 – 6 of 6) sorted by relevance
765 bool useIndirectThunkCalls() const { in useIndirectThunkCalls() function
1248 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()1436 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
961 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()2836 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
3223 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
1036 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;1037 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
1160 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()