Home
last modified time | relevance | path

Searched refs:BTI (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp345 for (unsigned BTI = 0, BTE = Block.NumTerminators; BTI != BTE; ++BTI) { in setWorstCaseAddresses() local
446 for (unsigned BTI = 0, BTE = Block.NumTerminators; BTI != BTE; ++BTI) { in relaxBranches() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp436 BitTestInfo BTI; in buildBitTests() local
449 BTI.push_back(BitTestCase(CB.Mask, BitTestBB, CB.BB, CB.ExtraProb)); in buildBitTests()
453 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
/third_party/elfutils/tests/
Drun-readelf-n.sh248 AARCH64 FEATURE_1_AND: 00000003 BTI PAC
/third_party/mesa3d/docs/relnotes/
D20.1.5.rst86 - intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
D19.3.4.rst125 - anv: Improve BTI change cache flushing
D20.0.0.rst1590 - anv: Move the RT BTI flush workaround to begin_subpass
1725 - anv: Improve BTI change cache flushing
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java61 BTI("Beti", "btb"), enumConstant
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h390 case BTI: in IsBti()
Dconstants-arm64.h389 BTI = 32, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp1142 auto BTI = AArch64BTIHint::lookupBTIByEncoding(btihintop); in printBTIHintOp() local
1143 if (BTI) in printBTIHintOp()
1144 O << BTI->Name; in printBTIHintOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h441 struct BTI : SysAlias { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SystemOperands.td367 // BTI instruction options.
370 class BTI<string name, bits<2> encoding> : SearchableTable {
379 def : BTI<"c", 0b01>;
380 def : BTI<"j", 0b10>;
381 def : BTI<"jc", 0b11>;
DAArch64RegisterInfo.td208 // indirectly branch (not call) to the "BTI c" instruction at the start of a
209 // BTI-protected function.
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h505 case BTI: in IsBti()
Dcpu-features-auditor-aarch64.cc1289 case BTI: in VIXL_SIMPLE_SVE_VISITOR_LIST()
Dconstants-aarch64.h389 BTI = 32, enumerator
397 EmitBTI = BTI,
/third_party/vixl/
DREADME.md77 | BTI | kBTI | Per-page enabling not supported |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSystemOperands.inc1159 const BTI *lookupBTIByName(StringRef Name);
1160 const BTI *lookupBTIByEncoding(uint8_t Encoding);
1164 constexpr BTI BTIsList[] = {
1170 const BTI *lookupBTIByName(StringRef Name) {
1200 const BTI *lookupBTIByEncoding(uint8_t Encoding) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2447 auto BTI = AArch64BTIHint::lookupBTIByName(Tok.getString()); in tryParseBTIHint() local
2448 if (!BTI) { in tryParseBTIHint()
2455 BTI->Encoding, Tok.getString(), S, getContext())); in tryParseBTIHint()
/third_party/elfutils/libebl/
DChangeLog69 * eblobjnote.c (ebl_object_note): For EM_AARCH64 handle BTI and PAC
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h861 case BTI: { in CheckBTypeForBti()
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc1498 case BTI: in VisitSystem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6688 auto &BTI = getBackedgeTakenInfo(L); in getPredicatedBackedgeTakenInfo() local
6689 if (BTI.hasFullInfo()) in getPredicatedBackedgeTakenInfo()
6690 return BTI; in getPredicatedBackedgeTakenInfo()
/third_party/node/deps/v8/
DBUILD.gn482 # Check if it is a Chromium build and activate PAC/BTI if needed.
483 # TODO(cavalcantii): have a single point of integration with PAC/BTI flags.
1060 # This will enable PAC+BTI in code generation and static code.
/third_party/vixl/test/aarch64/
Dtest-disasm-aarch64.cc3068 COMPARE(hint(BTI), "bti"); in TEST()

12