Home
last modified time | relevance | path

Searched refs:enableIndirectBrExpand (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp41 bool TargetSubtargetInfo::enableIndirectBrExpand() const { in enableIndirectBrExpand() function in TargetSubtargetInfo
DIndirectBrExpandPass.cpp84 if (!STI.enableIndirectBrExpand()) in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h178 virtual bool enableIndirectBrExpand() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h807 bool enableIndirectBrExpand() const override { return useRetpoline(); } in enableIndirectBrExpand() function