Searched refs:useRetpolineIndirectCalls (Results 1 – 12 of 12) sorted by relevance
752 bool useRetpolineIndirectCalls() const { return UseRetpolineIndirectCalls; } in useRetpolineIndirectCalls() function766 return useRetpolineIndirectCalls() || useLVIControlFlowIntegrity(); in useIndirectThunkCalls()
65 return (STI.useRetpolineIndirectCalls() || in mayUseThunk()
32695 if (Subtarget.useRetpolineIndirectCalls() || in getIndirectThunkSymbol()
117 if ((!STI->useRetpolineIndirectCalls() && in runOnMachineFunction()
705 bool useRetpolineIndirectCalls() const { return UseRetpolineIndirectCalls; } in useRetpolineIndirectCalls() function
1223 if (Subtarget->useRetpolineIndirectCalls()) in LowerSTATEPOINT()1402 if (Subtarget->useRetpolineIndirectCalls()) in LowerPATCHPOINT()
769 if (Is64Bit && IsLargeCodeModel && STI.useRetpolineIndirectCalls()) in emitStackProbeCall()2496 if (STI.useRetpolineIndirectCalls()) in adjustForSegmentedStacks()
999 def UseRetpolineIndirectCalls : Predicate<"Subtarget->useRetpolineIndirectCalls()">;1000 def NotUseRetpolineIndirectCalls : Predicate<"!Subtarget->useRetpolineIndirectCalls()">;
3206 if (Subtarget->useRetpolineIndirectCalls()) in fastLowerCall()
990 !Subtarget->useRetpolineIndirectCalls() && in PreprocessISelDAG()
3051 if ((!Subtarget->is64Bit()) && (Subtarget->useRetpolineIndirectCalls())) {3054 if ((!Subtarget->is64Bit()) && (!Subtarget->useRetpolineIndirectCalls())) {3063 if ((Subtarget->is64Bit()) && (Subtarget->useRetpolineIndirectCalls())) {3066 if ((Subtarget->is64Bit()) && (!Subtarget->useRetpolineIndirectCalls())) {
367 if (Subtarget->useRetpolineIndirectCalls())369 if (!Subtarget->useRetpolineIndirectCalls())