Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h765 bool useIndirectThunkCalls() const { in useIndirectThunkCalls() function
DX86MCInstLower.cpp1248 if (Subtarget->useIndirectThunkCalls()) in LowerSTATEPOINT()
1436 if (Subtarget->useIndirectThunkCalls()) in LowerPATCHPOINT()
DX86FrameLowering.cpp961 if (Is64Bit && IsLargeCodeModel && STI.useIndirectThunkCalls()) in emitStackProbeCall()
2836 if (STI.useIndirectThunkCalls()) in adjustForSegmentedStacks()
DX86FastISel.cpp3223 if (Subtarget->useIndirectThunkCalls()) in fastLowerCall()
DX86InstrInfo.td1036 def UseIndirectThunkCalls : Predicate<"Subtarget->useIndirectThunkCalls()">;
1037 def NotUseIndirectThunkCalls : Predicate<"!Subtarget->useIndirectThunkCalls()">;
DX86ISelDAGToDAG.cpp1160 !Subtarget->useIndirectThunkCalls() && in PreprocessISelDAG()