Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.h218 bool useIndirectThunkCalls() const { in useIndirectThunkCalls() function
HDX86InstrPredicates.td237 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;
238 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
HDX86MCInstLower.cpp823 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()
1087 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
HDX86FrameLowering.cpp1131 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()
3428 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
HDX86FastISel.cpp3241 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
HDX86ISelDAGToDAG.cpp1307 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()