Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h42 bool areJTsAllowed(const Function *) const override { return false; } in areJTsAllowed() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1369 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34414 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering