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.td237 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;
238 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
H A DX86MCInstLower.cpp823 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()
1087 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
H A DX86FrameLowering.cpp1131 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()
3428 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
H A DX86FastISel.cpp3241 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
H A DX86ISelDAGToDAG.cpp1307 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()