Home
last modified time | relevance | path

Searched defs:CheckI (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1148 auto CheckI = BuildMI(MBB, InsertPt, DebugLoc(), TII->get(X86::CMP64ri32)) in tracePredStateThroughIndirectBranches() local
1167 auto CheckI = BuildMI(MBB, InsertPt, DebugLoc(), TII->get(X86::CMP64rr)) in tracePredStateThroughIndirectBranches() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1153 auto CheckI = BuildMI(MBB, InsertPt, DebugLoc(), TII->get(X86::CMP64ri32)) in tracePredStateThroughIndirectBranches() local
1172 auto CheckI = BuildMI(MBB, InsertPt, DebugLoc(), TII->get(X86::CMP64rr)) in tracePredStateThroughIndirectBranches() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dmethod5.go92 func CheckI(name string, i Tinter, inc int) { func