Home
last modified time | relevance | path

Searched refs:Force32BitJumpTables (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h194 bool Force32BitJumpTables = false; variable
355 bool force32BitJumpTables() const { return Force32BitJumpTables; } in force32BitJumpTables()
DAArch64.td227 : SubtargetFeature<"force-32bit-jump-tables", "Force32BitJumpTables", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h220 bool Force32BitJumpTables = false; variable
390 bool force32BitJumpTables() const { return Force32BitJumpTables; } in force32BitJumpTables()
DAArch64.td250 : SubtargetFeature<"force-32bit-jump-tables", "Force32BitJumpTables", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19222 if (Bits[AArch64::FeatureForce32BitJumpTables]) Force32BitJumpTables = true;