Home
last modified time | relevance | path

Searched refs:Injection (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp355 SmallString<8> Injection; in lengthExprHandle() local
357 Injection += ')'; in lengthExprHandle()
358 Injection += LengthHandle == LengthHandleKind::Increase ? " + 1" : " - 1"; in lengthExprHandle()
360 Injection += "UL"; in lengthExprHandle()
362 Diag << FixItHint::CreateInsertion(exprLocEnd(LengthExpr, Result), Injection); in lengthExprHandle()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DO0-pipeline.ll76 ; CHECK-NEXT: X86 Load Value Injection (LVI) Ret-Hardening
H A Dopt-pipeline.ll160 ; CHECK-NEXT: X86 Load Value Injection (LVI) Load Hardening
209 ; CHECK-NEXT: X86 Load Value Injection (LVI) Ret-Hardening
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td195 // 13.12. Vector Floating-Point Sign-Injection Instructions
408 // 13.12. Vector Floating-Point Sign-Injection Instructions
H A DRISCVInstrInfoVSDPatterns.td921 // 14.12. Vector Floating-Point Sign-Injection Instructions
H A DRISCVInstrInfoVVLPatterns.td1306 // 14.12. Vector Floating-Point Sign-Injection Instructions
H A DRISCVInstrInfoV.td1236 // Vector Floating-Point Sign-Injection Instructions
H A DRISCVInstrInfoVPseudos.td4775 // 14.12. Vector Floating-Point Sign-Injection Instructions
5346 // 14.12. Vector Floating-Point Sign-Injection Instructions
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst3187 Enable only control-flow mitigations for Load Value Injection (LVI)
3191 Enable all mitigations for Load Value Injection (LVI)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Driscv_vector.td1902 // 14.12. Vector Floating-Point Sign-Injection Instructions
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3461 HelpText<"Enable all mitigations for Load Value Injection (LVI)">;
3463 HelpText<"Disable mitigations for Load Value Injection (LVI)">;
3465 HelpText<"Enable only control-flow mitigations for Load Value Injection (LVI)">;
3467 HelpText<"Disable control-flow mitigations for Load Value Injection (LVI)">;