Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp32 bool TargetSubtargetInfo::enableIndirectBrExpand() const { in enableIndirectBrExpand() function in TargetSubtargetInfo
DIndirectBrExpandPass.cpp84 if (!STI.enableIndirectBrExpand()) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h89 bool enableIndirectBrExpand() const override { return true; } in enableIndirectBrExpand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h217 virtual bool enableIndirectBrExpand() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h858 bool enableIndirectBrExpand() const override { in enableIndirectBrExpand() function