OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supportjumptables
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
744
bool
supportJumpTables
() const {
745
return
SupportJumpTables
;
[
all
...]
/external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp
180
return TLI->
supportJumpTables
() &&
TargetLoweringBase.cpp
651
SupportJumpTables
= true;
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
363
if (TLI->
supportJumpTables
() &&
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 167 milliseconds