Home
last modified time | relevance | path

Searched refs:ISB (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp292 InstrProfSummaryBuilder ISB(ProfileSummaryBuilder::DefaultCutoffs); in writeImpl()
293 InfoObj->SummaryBuilder = &ISB; in writeImpl()
351 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1385 if (Opcode == AArch64::ISB) { in printBarrierOption()
1386 auto ISB = AArch64ISB::lookupISBByEncoding(Val); in printBarrierOption() local
1387 Name = ISB ? ISB->Name : ""; in printBarrierOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp38 // by inserting a DSB SYS/ISB barrier pair which will prevent control
220 // A full control flow speculation barrier consists of (DSB SYS + ISB) in insertFullSpeculationBarrier()
222 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ISB)).addImm(0xf); in insertFullSpeculationBarrier()
H A DAArch64InstrInfo.cpp976 case AArch64::ISB:
977 // DSB and ISB also are scheduling barriers.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h374 struct ISB : SysAlias { struct
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1113 const int ISB; // Index selection bits member
1125 constexpr Bitfield IndexSelection() const { return Rotation().Then(ISB); } in IndexSelection()
1165 // IDX NS PB RB ISB CB AB EPB SPB IB IBC, IB2
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h789 ISB = MemBarrierFixed | 0x00000040
H A Dassembler-arm64.cc2609 Emit(ISB | ImmBarrierDomain(FullSystem) | ImmBarrierType(BarrierAll)); in isb()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1527 case ISB: { in VisitSystem()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h969 ISB = MemBarrierFixed | 0x00000040 enumerator
H A Dassembler-aarch64.cc3242 Emit(ISB | ImmBarrierDomain(FullSystem) | ImmBarrierType(BarrierAll));

Completed in 54 milliseconds