Searched defs:enableIndirectBrExpand (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | TargetSubtargetInfo.cpp | 31 bool TargetSubtargetInfo::enableIndirectBrExpand() const { enableIndirectBrExpand() function in TargetSubtargetInfo |
/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblySubtarget.h | 89 bool enableIndirectBrExpand() const override { return true; } enableIndirectBrExpand() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86Subtarget.h | 422 bool enableIndirectBrExpand() const override { enableIndirectBrExpand() function |