Home
last modified time | relevance | path

Searched refs:BTI (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp345 for (unsigned BTI = 0, BTE = Block.NumTerminators; BTI != BTE; ++BTI) { in setWorstCaseAddresses()
446 for (unsigned BTI = 0, BTE = Block.NumTerminators; BTI != BTE; ++BTI) { in relaxBranches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java61 BTI("Beti", "btb"), enum constant
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h390 case BTI: in IsBti()
H A Dconstants-arm64.h389 BTI = 32, enumerator
395 // In a guarded page, only BTI and PACI[AB]SP instructions are allowed to be
399 // Do not emit a BTI instruction.
402 // Emit a BTI instruction. Cannot be the target of indirect jumps/calls.
405 // Emit a "BTI c" instruction. Can be the target of indirect jumps (BR) with
409 // Emit a "BTI j" instruction. Can be the target of indirect jumps (BR).
412 // Emit a "BTI jc" instruction, which is a combination of "BTI j" and "BTI c".
415 // Emit a PACIBSP instruction, which acts like a "BTI
[all...]
H A Dassembler-arm64.cc1201 op = BTI; in bti()
1214 // We always want to generate a BTI instruction here, so disallow in bti()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A 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/
H A DAArch64BaseInfo.h441 struct BTI : SysAlias { struct
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h509 case BTI: in IsBti()
H A Dcpu-features-auditor-aarch64.cc1294 case BTI: in VisitSystem()
H A Dconstants-aarch64.h389 BTI = 32, enumerator
397 EmitBTI = BTI,
H A Dsimulator-aarch64.cc639 // BTI state. in Simulator()
6787 case BTI: in Simulator()
6789 VIXL_ABORT_WITH_MSG("Executing BTI with wrong BType."); in Simulator()
6795 VIXL_ABORT_WITH_MSG("Executing BTI c with wrong BType."); in Simulator()
6800 VIXL_ABORT_WITH_MSG("Executing BTI j with wrong BType."); in Simulator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2436 /// tryParseBTIHint - Try to parse a BTI operand, mapped to Hint command
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/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1498 case BTI: in VisitSystem()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h780 // Branch Target Identification (BTI)
785 // * it is a BTI or PACI[AB]SP instruction that accepts the current value of
791 // | | BTYPE to | BTI | BTI j | BTI c | BTI jc |
806 // PACI[AB]SP is treated either like "BTI c" or "BTI jc", according to the
844 // here to be set. This makes PACI[AB]SP behave like "BTI c", in CheckBTypeForPAuth()
861 case BTI in CheckBTypeForBti()
[all...]
H A Dsimulator-arm64.cc3390 case BTI:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp6688 auto &BTI = getBackedgeTakenInfo(L);
6689 if (BTI.hasFullInfo())
6690 return BTI;
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc3142 COMPARE(hint(BTI), "bti"); in TEST()
3900 // ARMv8.5 - BTI in TEST()

Completed in 92 milliseconds