Home
last modified time | relevance | path

Searched defs:enableIndirectBrExpand (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp31 bool TargetSubtargetInfo::enableIndirectBrExpand() const { in enableIndirectBrExpand() function in TargetSubtargetInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h88 bool enableIndirectBrExpand() const override { return true; } enableIndirectBrExpand() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h424 bool enableIndirectBrExpand() const override { enableIndirectBrExpand() function