HomeSort by relevance Sort by last modified time
    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