Home
last modified time | relevance | path

Searched refs:supportJumpTables (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp180 return TLI->supportJumpTables() && in shouldBuildLookupTables()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp363 if (TLI->supportJumpTables() && in mightUseCTR()
/external/llvm/include/llvm/Target/
DTargetLowering.h744 bool supportJumpTables() const { in supportJumpTables() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2103 return TLI.supportJumpTables() && in areJTsAllowed()