Home
last modified time | relevance | path

Searched refs:getStackProbeSymbolName (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp166 !STI->getTargetLowering()->getStackProbeSymbolName(MF).empty(); in isLegal()
DX86ISelLowering.h1254 StringRef getStackProbeSymbolName(MachineFunction &MF) const override;
DX86FrameLowering.cpp779 StringRef Symbol = STI.getTargetLowering()->getStackProbeSymbolName(MF); in emitStackProbeCall()
1017 bool UseStackProbe = !STI.getTargetLowering()->getStackProbeSymbolName(MF).empty(); in emitPrologue()
DX86ISelLowering.cpp23044 bool EmitStackProbe = !getStackProbeSymbolName(MF).empty(); in LowerDYNAMIC_STACKALLOC()
47281 X86TargetLowering::getStackProbeSymbolName(MachineFunction &MF) const { in getStackProbeSymbolName() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1642 virtual StringRef getStackProbeSymbolName(MachineFunction &MF) const { in getStackProbeSymbolName() function