/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 345 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/ |
D | SwitchLoweringUtils.cpp | 436 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/ |
D | run-readelf-n.sh | 248 AARCH64 FEATURE_1_AND: 00000003 BTI PAC
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.5.rst | 86 - intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
|
D | 19.3.4.rst | 125 - anv: Improve BTI change cache flushing
|
D | 20.0.0.rst | 1590 - 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/ |
D | LanguageTag.java | 61 BTI("Beti", "btb"), enumConstant
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.h | 390 case BTI: in IsBti()
|
D | constants-arm64.h | 389 BTI = 32, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 1142 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/ |
D | AArch64BaseInfo.h | 441 struct BTI : SysAlias { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SystemOperands.td | 367 // 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>;
|
D | AArch64RegisterInfo.td | 208 // indirectly branch (not call) to the "BTI c" instruction at the start of a 209 // BTI-protected function.
|
/third_party/vixl/src/aarch64/ |
D | instructions-aarch64.h | 505 case BTI: in IsBti()
|
D | cpu-features-auditor-aarch64.cc | 1289 case BTI: in VIXL_SIMPLE_SVE_VISITOR_LIST()
|
D | constants-aarch64.h | 389 BTI = 32, enumerator 397 EmitBTI = BTI,
|
/third_party/vixl/ |
D | README.md | 77 | BTI | kBTI | Per-page enabling not supported |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSystemOperands.inc | 1159 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/ |
D | AArch64AsmParser.cpp | 2447 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/ |
D | ChangeLog | 69 * eblobjnote.c (ebl_object_note): For EM_AARCH64 handle BTI and PAC
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 861 case BTI: { in CheckBTypeForBti()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 1498 case BTI: in VisitSystem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6688 auto &BTI = getBackedgeTakenInfo(L); in getPredicatedBackedgeTakenInfo() local 6689 if (BTI.hasFullInfo()) in getPredicatedBackedgeTakenInfo() 6690 return BTI; in getPredicatedBackedgeTakenInfo()
|
/third_party/node/deps/v8/ |
D | BUILD.gn | 482 # 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/ |
D | test-disasm-aarch64.cc | 3068 COMPARE(hint(BTI), "bti"); in TEST()
|