Home
last modified time | relevance | path

Searched refs:useIndirectThunkCalls (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h218 bool useIndirectThunkCalls() const { in useIndirectThunkCalls() function
H A DX86InstrPredicates.td249 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;
250 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
H A DX86MCInstLower.cpp820 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()
1082 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
H A DX86FrameLowering.cpp1192 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()
3492 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
H A DX86FastISel.cpp3277 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
H A DX86ISelDAGToDAG.cpp1351 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()